f726a613ea
Merge branch 'develop' into feature/380-use-effect
2025-01-22 17:49:40 +00:00
3e81f8ce1d
Update id command from merge
Deploy To Stage / build (push) Successful in 46s
Deploy To Stage / deploy (push) Successful in 18s
2025-01-19 15:19:28 +00:00
7213703f66
Merge branch 'main' into develop
2025-01-19 15:18:50 +00:00
ce0bc15c02
v0.8.3
Deploy To Production / build (push) Successful in 29s
Deploy To Production / deploy (push) Successful in 17s
2025-01-19 15:11:41 +00:00
c53e09f510
0.8.3
2025-01-19 15:09:17 +00:00
b8623398a6
Implement ability to add images in the drop via an external url
Test / build (push) Successful in 19s
2025-01-19 15:07:40 +00:00
6e6ad3331a
WIP: Start of Claim tests
Test / build (push) Failing after 33s
2025-01-18 16:49:49 +00:00
3d665aba67
WIP: Create UseEffect tests
Test / build (push) Failing after 32s
2025-01-16 20:34:32 +00:00
6c0b7c6899
WIP: EFfects List Button Event tests
Test / build (push) Successful in 30s
2025-01-13 17:57:20 +00:00
d794b30bb5
WIP: Plan tests
Test / build (push) Successful in 30s
2025-01-11 18:58:35 +00:00
31cc9e056a
WIP: Fix some of the suggested changes
Test / build (push) Failing after 23s
2025-01-10 18:23:17 +00:00
0092d91ee6
Fix undefined error if allCards variable is null
Test / build (push) Successful in 26s
2025-01-03 14:41:08 +00:00
ff2980f3c0
Fix suggested changes
Test / build (push) Successful in 27s
2025-01-03 14:31:27 +00:00
222d990a31
Fix linting issues
Test / build (push) Successful in 28s
2024-12-31 17:00:36 +00:00
6f241ab349
Update tests
2024-12-31 16:59:57 +00:00
e28fafea69
Remove broken tests
Test / build (push) Failing after 18s
2024-12-27 18:26:25 +00:00
90bda9d9df
Fix time not using proper unix time
2024-12-27 18:22:04 +00:00
a3f307d87e
Fix EffectHelper using Guid to find detail not name
2024-12-27 18:12:33 +00:00
ff9437ba81
Update .env.example variables
Test / build (push) Failing after 27s
2024-12-23 16:20:54 +00:00
9a2835a0eb
Add chance effect function
2024-12-23 16:18:40 +00:00
dd1f259170
Add cancel button event
Test / build (push) Failing after 28s
2024-12-21 15:55:04 +00:00
b37c087393
Add confirmation button event
2024-12-21 15:46:18 +00:00
d874cb7a12
WIP: Start creating confirmation embed
Test / build (push) Failing after 18s
2024-12-16 19:32:28 +00:00
57c3d603a9
Add check for cooldown
2024-12-16 19:17:23 +00:00
f8b013a091
Create effect use command
Test / build (push) Failing after 29s
2024-12-13 18:26:02 +00:00
d9d0243c3c
Use node 20
Deploy To Production / build (push) Successful in 39s
Deploy To Production / deploy (push) Successful in 14s
2024-12-10 11:07:55 +00:00
ed52f3e3dc
Use node 20
Deploy To Stage / build (push) Successful in 46s
Deploy To Stage / deploy (push) Successful in 15s
2024-12-10 11:06:01 +00:00
1cace42983
Use node 20
2024-12-10 11:00:11 +00:00
5db7cd9f11
Use node v22
2024-12-10 10:57:50 +00:00
2b96c7c0d3
Merge branch 'main' into develop
2024-12-10 10:44:00 +00:00
c4abf21013
Use rsync -rvzP
2024-12-10 10:39:24 +00:00
3d143e7c73
Create list effects command ( #412 )
...
Deploy To Stage / build (push) Successful in 14s
Deploy To Stage / deploy (push) Successful in 16s
# Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
#379
## Type of change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
# How Has This Been Tested?
Please describe the tests that you ran to verify the changes. Provide instructions so we can reproduce. Please also list any relevant details to your test configuration.
# Checklist
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that provde my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
Reviewed-on: #412
Reviewed-by: VylpesTester <tester@vylpes.com>
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Co-committed-by: Ethan Lane <ethan@vylpes.com>
2024-12-07 22:32:19 +00:00
d7a5472759
Create effects concept ( #402 )
...
Deploy To Stage / build (push) Successful in 19s
Deploy To Stage / deploy (push) Successful in 14s
# Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
#378
## Type of change
Please delete options that are not relevant.
- [x] New feature (non-breaking change which adds functionality)
# How Has This Been Tested?
Please describe the tests that you ran to verify the changes. Provide instructions so we can reproduce. Please also list any relevant details to your test configuration.
# Checklist
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that provde my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
Reviewed-on: #402
Reviewed-by: VylpesTester <tester@vylpes.com>
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Co-committed-by: Ethan Lane <ethan@vylpes.com>
2024-11-09 21:31:11 +00:00
6c17a67d7a
Fix linter
Deploy To Stage / build (push) Successful in 10s
Deploy To Stage / deploy (push) Successful in 14s
2024-10-28 12:06:27 +00:00
e67efd4197
Upgrade packages
Deploy To Stage / build (push) Failing after 9s
Deploy To Stage / deploy (push) Has been skipped
2024-10-28 12:03:12 +00:00
9e963d90cb
Update dependency typescript to v5.6.3 ( #399 )
...
Deploy To Stage / build (push) Successful in 10s
Deploy To Stage / deploy (push) Successful in 14s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/ ) ([source](https://github.com/microsoft/TypeScript )) | devDependencies | patch | [`5.6.2` -> `5.6.3`](https://renovatebot.com/diffs/npm/typescript/5.6.2/5.6.3 ) |
---
### Release Notes
<details>
<summary>microsoft/TypeScript (typescript)</summary>
### [`v5.6.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.6.3 ): TypeScript 5.6.3
[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3 )
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/ ).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 5.6.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+ ).
- [fixed issues query for Typescript 5.6.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+ ).
- [fixed issues query for Typescript 5.6.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+ ).
- [fixed issues query for Typescript 5.6.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.3%22+is%3Aclosed+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #399
Reviewed-by: Vylpes <ethan@vylpes.com>
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-10-24 17:49:55 +01:00
27c0e68f7a
Update dependency @types/node to v20.16.13 ( #398 )
...
Deploy To Stage / build (push) Successful in 17s
Deploy To Stage / deploy (push) Successful in 16s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node ) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )) | devDependencies | patch | [`20.16.11` -> `20.16.13`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.11/20.16.13 ) |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #398
Reviewed-by: Vylpes <ethan@vylpes.com>
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-10-24 17:48:09 +01:00
4c322f01de
Update dependency express to v4.21.1 ( #392 )
...
Deploy To Stage / build (push) Successful in 10s
Deploy To Stage / deploy (push) Successful in 14s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [express](http://expressjs.com/ ) ([source](https://github.com/expressjs/express )) | dependencies | patch | [`4.21.0` -> `4.21.1`](https://renovatebot.com/diffs/npm/express/4.21.0/4.21.1 ) |
---
### Release Notes
<details>
<summary>expressjs/express (express)</summary>
### [`v4.21.1`](https://github.com/expressjs/express/releases/tag/4.21.1 )
[Compare Source](https://github.com/expressjs/express/compare/4.21.0...4.21.1 )
#### What's Changed
- Backport a fix for CVE-2024-47764 to the 4.x branch by [@​joshbuker](https://github.com/joshbuker ) in https://github.com/expressjs/express/pull/6029
- Release: 4.21.1 by [@​UlisesGascon](https://github.com/UlisesGascon ) in https://github.com/expressjs/express/pull/6031
**Full Changelog**: https://github.com/expressjs/express/compare/4.21.0...4.21.1
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #392
Reviewed-by: Vylpes <ethan@vylpes.com>
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-10-15 18:55:49 +01:00
3304779297
Update dependency @types/node to v20.16.11 ( #391 )
...
Deploy To Stage / build (push) Successful in 9s
Deploy To Stage / deploy (push) Successful in 16s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node ) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )) | devDependencies | patch | [`20.16.10` -> `20.16.11`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.10/20.16.11 ) |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #391
Reviewed-by: Vylpes <ethan@vylpes.com>
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-10-15 18:54:29 +01:00
73caf9315d
Fix build
Deploy To Stage / build (push) Successful in 12s
Deploy To Stage / deploy (push) Successful in 16s
2024-10-12 20:56:13 +01:00
76af70da06
Merge branch 'main' into develop
Deploy To Stage / build (push) Failing after 7s
Deploy To Stage / deploy (push) Has been skipped
2024-10-12 20:53:47 +01:00
f812467f5e
v0.8.2
Deploy To Production / build (push) Successful in 10s
Deploy To Production / deploy (push) Successful in 14s
2024-10-12 20:53:05 +01:00
2b3649eb39
0.8.2
2024-10-12 20:52:24 +01:00
ffdf2eb04c
Fix Trade command not giving a card if they don't already have it in their inventory
Test / build (push) Successful in 9s
2024-10-12 20:51:22 +01:00
8352b377bb
Create ability to drop multiple cards in a row ( #376 )
...
Deploy To Stage / build (push) Successful in 9s
Deploy To Stage / deploy (push) Successful in 17s
- Create a `/multidrop` command
- This will take the price of 10 drops from you and give you 11 cards to sort through
- You then have a choice to keep the card or sacrifice it
- Create the `multidrop keep` and `multidrop sacrifice` button events
#262
Reviewed-on: #376
Reviewed-by: VylpesTester <tester@vylpes.com>
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Co-committed-by: Ethan Lane <ethan@vylpes.com>
2024-10-12 17:30:20 +01:00
f4c02d3613
Update the User entity to be nullable ( #371 )
...
Deploy To Stage / build (push) Successful in 10s
Deploy To Stage / deploy (push) Successful in 17s
- Update the user entity to be nullable in the typescript side
- The migration script already did this, but if you have the `DB_SYNC` environment variable sync it then it doesn't get set to nullable
#353
Reviewed-on: #371
Reviewed-by: VylpesTester <tester@vylpes.com>
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Co-committed-by: Ethan Lane <ethan@vylpes.com>
2024-10-12 17:26:13 +01:00
480e496984
Update dependency typescript to v5.6.2 ( #375 )
...
Deploy To Stage / build (push) Successful in 9s
Deploy To Stage / deploy (push) Successful in 17s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/ ) ([source](https://github.com/microsoft/TypeScript )) | devDependencies | minor | [`5.5.4` -> `5.6.2`](https://renovatebot.com/diffs/npm/typescript/5.5.4/5.6.2 ) |
---
### Release Notes
<details>
<summary>microsoft/TypeScript (typescript)</summary>
### [`v5.6.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.6.2 ): TypeScript 5.6
[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2 )
For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/ ).
For the complete list of fixed issues, check out the
- [fixed issues query for Typescript 5.6.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+ ).
- [fixed issues query for Typescript 5.6.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+ ).
- [fixed issues query for Typescript 5.6.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+ ).
Downloads are available on:
- [npm](https://www.npmjs.com/package/typescript )
- [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #375
Reviewed-by: Vylpes <ethan@vylpes.com>
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-10-08 19:36:36 +01:00
a8a5e39e01
Update appleboy/ssh-action action to v1.1.0 ( #374 )
...
Deploy To Stage / build (push) Successful in 9s
Deploy To Stage / deploy (push) Successful in 17s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [appleboy/ssh-action](https://github.com/appleboy/ssh-action ) | action | minor | `v1.0.3` -> `v1.1.0` |
---
### Release Notes
<details>
<summary>appleboy/ssh-action (appleboy/ssh-action)</summary>
### [`v1.1.0`](https://github.com/appleboy/ssh-action/releases/tag/v1.1.0 )
[Compare Source](https://github.com/appleboy/ssh-action/compare/v1.0.3...v1.1.0 )
##### Changelog
##### Bug fixes
- [`0c7561b`](0c7561b1a3
): fix: switch to SSH key authentication for security ([@​appleboy](https://github.com/appleboy ))
##### Enhancements
- [`9b978f0`](9b978f09f2
): chore: update SSH action version in README files ([@​appleboy](https://github.com/appleboy ))
- [`1991c55`](1991c553ec
): chore(file): update target file ([@​appleboy](https://github.com/appleboy ))
- [`aa293c2`](aa293c24bb
): chore: optimize system configuration and API integration ([@​appleboy](https://github.com/appleboy ))
- [`036cad7`](036cad7df7
): chore: update drone-ssh to version 1.7.7 ([@​appleboy](https://github.com/appleboy ))
- [`8b60782`](8b6078208d
): chore(cli): enhance version handling and testing mechanisms ([@​appleboy](https://github.com/appleboy ))
- [`5ade826`](5ade826485
): chore: improve CLI reliability and version visibility ([@​appleboy](https://github.com/appleboy ))
- [`eaeb069`](eaeb06998d
): chore(cli): enhance curl command with silent mode and redirects ([@​appleboy](https://github.com/appleboy ))
- [`58164d0`](58164d0dc2
): chore: remove Dockerfile and related configurations ([@​appleboy](https://github.com/appleboy ))
##### Refactor
- [`da612c8`](da612c8015
): refactor: optimize CI pipeline for faster execution ([@​appleboy](https://github.com/appleboy ))
##### Build process updates
- [`c781418`](c78141851a
): ci: enhance GitHub Actions for IPv6 and flexibility ([#​303](https://github.com/appleboy/ssh-action/issues/303 )) ([@​appleboy](https://github.com/appleboy ))
- [`d2d6858`](d2d6858859
): ci: enhance GitHub workflow for SSH actions and deployments ([@​appleboy](https://github.com/appleboy ))
- [`551964e`](551964ebda
): ci: optimize GitHub Actions workflow configuration ([@​appleboy](https://github.com/appleboy ))
- [`f916346`](f916346256
): ci: refactor CI workflow and improve robustness ([#​320](https://github.com/appleboy/ssh-action/issues/320 )) ([@​appleboy](https://github.com/appleboy ))
- [`aabaf12`](aabaf1254d
): ci: add bug report template ([@​appleboy](https://github.com/appleboy ))
- [`c8594ae`](c8594ae37d
): ci: implement GitHub Actions for remote SSH execution ([@​appleboy](https://github.com/appleboy ))
- [`40aad53`](40aad53c5a
): ci: add SSH authentication setup for GitHub Actions ([@​appleboy](https://github.com/appleboy ))
- [`0b0e770`](0b0e77098a
): ci: optimize and enhance SSH server workflow ([@​appleboy](https://github.com/appleboy ))
- [`977b74a`](977b74a12d
): ci: enhance CI workflow with SSH job and optimizations ([@​appleboy](https://github.com/appleboy ))
- [`2eeab5b`](2eeab5bdba
): ci: refactor GitHub Actions key management ([@​appleboy](https://github.com/appleboy ))
- [`acd41e5`](acd41e5091
): ci: enhance SSH job testing with varied key/password scenarios ([@​appleboy](https://github.com/appleboy ))
- [`f05aefe`](f05aefe351
): ci: enhance SSH action configuration and error handling ([@​appleboy](https://github.com/appleboy ))
- [`e40b597`](e40b597081
): ci: add GitHub Actions job for SSH key passphrase support ([@​appleboy](https://github.com/appleboy ))
- [`15b64dc`](15b64dc891
): ci: enhance CI pipeline with SSH key handling improvements ([@​appleboy](https://github.com/appleboy ))
- [`a39b3cc`](a39b3cce7d
): ci: enhance CI/CD pipeline with SSH command execution ([@​appleboy](https://github.com/appleboy ))
- [`815c574`](815c5743ac
): ci: enhance deployment with multi-host SSH action ([@​appleboy](https://github.com/appleboy ))
- [`378323e`](378323e4c8
): ci: add multi-server support to CI workflow ([@​appleboy](https://github.com/appleboy ))
- [`fc1c1fc`](fc1c1fce51
): ci: add GitHub Actions job for [`ed25519`](https://github.com/appleboy/ssh-action/commit/ed25519 ) key support ([@​appleboy](https://github.com/appleboy ))
- [`f0e5a23`](f0e5a23d53
): ci: add environment variable handling in GitHub Actions ([@​appleboy](https://github.com/appleboy ))
- [`9c32aa6`](9c32aa61f8
): ci: refactor workflows and API integrations ([@​appleboy](https://github.com/appleboy ))
- [`97f8d75`](97f8d752b5
): ci: enable root access in CI pipeline ([@​appleboy](https://github.com/appleboy ))
- [`5a8776f`](5a8776fd15
): ci: switch to password authentication in GitHub workflow ([@​appleboy](https://github.com/appleboy ))
- [`b6941ae`](b6941ae5d5
): ci: refactor codebase and optimize performance ([@​appleboy](https://github.com/appleboy ))
- [`43895f2`](43895f2cd5
): ci: refactor SSH testing workflows and job configurations ([@​appleboy](https://github.com/appleboy ))
- [`06fa62e`](06fa62e61c
): ci: rename the workflow files. ([@​appleboy](https://github.com/appleboy ))
- [`b4a07ca`](b4a07ca594
): ci: enhance GitHub Actions with secret variable support ([#​330](https://github.com/appleboy/ssh-action/issues/330 )) ([@​appleboy](https://github.com/appleboy ))
- [`25ce8cb`](25ce8cbbcb
): ci: implement automated release workflow with GoReleaser ([@​appleboy](https://github.com/appleboy ))
##### Documentation updates
- [`8a779a5`](8a779a5b1a
): docs: describe true usage of allenvs parameter ([#​301](https://github.com/appleboy/ssh-action/issues/301 )) ([@​hussu010](https://github.com/hussu010 ))
- [`fe44be0`](fe44be0b96
): docs: improve documentation and CI robustness ([@​appleboy](https://github.com/appleboy ))
- [`dd0f09c`](dd0f09ca07
): docs: improve README clarity and completeness ([@​appleboy](https://github.com/appleboy ))
- [`71d43ea`](71d43ea0f7
): docs: improve documentation and testing configurations ([@​appleboy](https://github.com/appleboy ))
- [`28428a1`](28428a13f5
): docs: improve cross-platform clipboard support for key copying ([@​appleboy](https://github.com/appleboy ))
- [`d732991`](d732991ab0
): docs(lang): README.zh-cn Document ([#​332](https://github.com/appleboy/ssh-action/issues/332 )) ([@​astralwaveio](https://github.com/astralwaveio ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #374
Reviewed-by: Vylpes <ethan@vylpes.com>
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-10-08 19:35:21 +01:00
816e550c84
Update dependency express to v4.21.0 ( #373 )
...
Deploy To Stage / build (push) Successful in 9s
Deploy To Stage / deploy (push) Successful in 16s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [express](http://expressjs.com/ ) ([source](https://github.com/expressjs/express )) | dependencies | minor | [`4.19.2` -> `4.21.0`](https://renovatebot.com/diffs/npm/express/4.19.2/4.21.0 ) |
---
### Release Notes
<details>
<summary>expressjs/express (express)</summary>
### [`v4.21.0`](https://github.com/expressjs/express/releases/tag/4.21.0 )
[Compare Source](https://github.com/expressjs/express/compare/4.20.0...4.21.0 )
#### What's Changed
- Deprecate `"back"` magic string in redirects by [@​blakeembrey](https://github.com/blakeembrey ) in https://github.com/expressjs/express/pull/5935
- finalhandler@1.3.1 by [@​wesleytodd](https://github.com/wesleytodd ) in https://github.com/expressjs/express/pull/5954
- fix(deps): serve-static@1.16.2 by [@​wesleytodd](https://github.com/wesleytodd ) in https://github.com/expressjs/express/pull/5951
- Upgraded dependency qs to 6.13.0 to match qs in body-parser by [@​agadzinski93](https://github.com/agadzinski93 ) in https://github.com/expressjs/express/pull/5946
#### New Contributors
- [@​agadzinski93](https://github.com/agadzinski93 ) made their first contribution in https://github.com/expressjs/express/pull/5946
**Full Changelog**: https://github.com/expressjs/express/compare/4.20.0...4.21.0
### [`v4.20.0`](https://github.com/expressjs/express/blob/HEAD/History.md#4200--2024-09-10 )
[Compare Source](https://github.com/expressjs/express/compare/4.19.2...4.20.0 )
\==========
- deps: serve-static@0.16.0
- Remove link renderization in html while redirecting
- deps: send@0.19.0
- Remove link renderization in html while redirecting
- deps: body-parser@0.6.0
- add `depth` option to customize the depth level in the parser
- IMPORTANT: The default `depth` level for parsing URL-encoded data is now `32` (previously was `Infinity`)
- Remove link renderization in html while using `res.redirect`
- deps: path-to-regexp@0.1.10
- Adds support for named matching groups in the routes using a regex
- Adds backtracking protection to parameters without regexes defined
- deps: encodeurl@~2.0.0
- Removes encoding of `\`, `|`, and `^` to align better with URL spec
- Deprecate passing `options.maxAge` and `options.expires` to `res.clearCookie`
- Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #373
Reviewed-by: Vylpes <ethan@vylpes.com>
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-10-08 19:34:18 +01:00
cd7e0945a9
Update dependency @types/node to v20.16.10 ( #372 )
...
Deploy To Stage / build (push) Successful in 17s
Deploy To Stage / deploy (push) Successful in 17s
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node ) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )) | devDependencies | patch | [`20.16.5` -> `20.16.10`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.5/20.16.10 ) |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
Reviewed-on: #372
Reviewed-by: Vylpes <ethan@vylpes.com>
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-10-08 19:32:47 +01:00