Releases: nautilus-cyberneering/git-queue
Releases · nautilus-cyberneering/git-queue
v1.0.2
Merge Nautilus-Cyberneering/git-queue#373: Release `1.0.2` 5864d80c3916cde96934ab2ec0f97db1e98d3e46 fix: [#183] update node dependencies (Jose Celano) 7be1aecdfd22bf45ea025910ab4c3d2ecd0d103c fix: [#183] update gh actions (Jose Celano) 8cf3e00bda4f3911709754f9dda225abeaa87f52 fix: [#369] megalinter djlint errors (Jose Celano) 1a40390305aa54faf052a48d28a05925968fab28 fix: [#369] megalinter copypaste errors (Jose Celano) Pull request description: ACKs for top commit: da2ce7: ACK 3974a18e406c8f01e2419ac427bf4e14dbeb7cba Tree-SHA512: 8de64037268e125fe7c19a7b4cf5950b4a7a62ed669abd43bbf88c41560b1471c79aabde3247ce83737618d2749ab190976a31c267e7d12e3828dea97739d615
v1.0.1
What's Changed
- Fix docs edit on GitHub link by @josecelano in #284
- Update main branch by @josecelano in #285
- Update node dependencies by @josecelano in #286
- Update MegaLinter by @josecelano in #288
- Update node dependencies by @josecelano in #294
Full Changelog: v1...v1.0.1
v1.0.0
What's Changed
- build(deps-dev): bump ts-jest from 28.0.4 to 28.0.5 by @dependabot in #276
- Update node dependencies by @josecelano in #279
Full Changelog: v1-beta...v1.0.0
v1.0.0-beta
What's Changed
- build(deps-dev): bump @types/jest from 27.4.0 to 27.4.1 by @dependabot in #69
- build(deps-dev): bump @types/node from 17.0.19 to 17.0.21 by @dependabot in #70
- build(deps): bump actions/setup-node from 2.5.1 to 3.0.0 by @dependabot in #75
- build(deps-dev): bump eslint from 8.9.0 to 8.10.0 by @dependabot in #76
- build(deps-dev): bump @typescript-eslint/parser from 5.12.1 to 5.13.0 by @dependabot in #77
- build(deps-dev): bump typescript from 4.5.5 to 4.6.2 by @dependabot in #78
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #79
- build(deps-dev): bump openpgp from 5.1.0 to 5.2.0 by @dependabot in #80
- build(deps-dev): bump @typescript-eslint/parser from 5.13.0 to 5.14.0 by @dependabot in #84
- build(deps-dev): bump eslint from 8.10.0 to 8.11.0 by @dependabot in #87
- build(deps): bump simple-git from 3.2.6 to 3.3.0 by @dependabot in #88
- build(deps-dev): bump @typescript-eslint/parser from 5.14.0 to 5.15.0 by @dependabot in #89
- Issue 72 fix git language bug by @yeraydavidrodriguez in #85
- Simplify linting target specification by @yeraydavidrodriguez in #86
- build(deps-dev): bump openpgp from 5.2.0 to 5.2.1 by @dependabot in #90
- Issue 42 validate hashes by @yeraydavidrodriguez in #91
- build(deps-dev): bump prettier from 2.5.1 to 2.6.0 by @dependabot in #93
- Add queue name validation by @yeraydavidrodriguez in #92
- build(deps): bump @actions/exec from 1.1.0 to 1.1.1 by @dependabot in #95
- Hide undesired messages during tests by @yeraydavidrodriguez in #96
- build(deps): bump stefanzweifel/git-auto-commit-action from 4.12.0 to 4.14.0 by @dependabot in #97
- build(deps): bump simple-git from 3.3.0 to 3.4.0 by @dependabot in #99
- build(deps-dev): bump @typescript-eslint/parser from 5.15.0 to 5.16.0 by @dependabot in #101
- build(deps-dev): bump eslint-plugin-github from 4.3.5 to 4.3.6 by @dependabot in #102
- build(deps): bump peter-evans/create-pull-request from 3 to 4 by @dependabot in #103
- build(deps-dev): bump @types/node from 17.0.21 to 17.0.23 by @dependabot in #104
- build(deps-dev): bump eslint-plugin-jest from 25.7.0 to 26.1.3 by @dependabot in #105
- build(deps-dev): bump ts-jest from 27.1.3 to 27.1.4 by @dependabot in #107
- build(deps-dev): bump prettier from 2.6.0 to 2.6.1 by @dependabot in #108
- build(deps-dev): bump typescript from 4.6.2 to 4.6.3 by @dependabot in #109
- build(deps-dev): bump eslint from 8.11.0 to 8.12.0 by @dependabot in #110
- build(deps-dev): bump @typescript-eslint/parser from 5.16.0 to 5.17.0 by @dependabot in #111
- issue 116 Upgrade Node Packages by @da2ce7 in #117
- Upgrade node packages by @josecelano in #133
- build(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in #126
- build(deps): bump actions/setup-node from 3.0.0 to 3.1.1 by @dependabot in #130
- build(deps-dev): bump prettier from 2.6.1 to 2.6.2 by @dependabot in #114
- build(deps): bump stefanzweifel/git-auto-commit-action from 4.14.0 to 4.14.1 by @dependabot in #137
act
0.2.26 works with node16 by @josecelano in #138- Issue #135: Fix MegaLinter Markdown 403 Error by @da2ce7 in #143
- Fix output inconsistency by @josecelano in #146
- Update node dependencies by @josecelano in #151
- Add commits conventions to README by @josecelano in #141
- Update node dependencies by @josecelano in #158
- Setup GitHub code scanning workflow by @josecelano in #160
- Update node dependencies by @josecelano in #166
- #38: Add an auto-incremental id to jobs by @yeraydavidrodriguez in #179
- Execute tests for PR from forks by @josecelano in #218
- Fix
dependabot
configuration by @josecelano in #215 - Setup markdown lint check to avoid 403 error by @josecelano in #213
- Issue #30: Make queue multi-job by @yeraydavidrodriguez in #214
- Update node dependencies by @josecelano in #232
- Fix code scanning alert by @josecelano in #235
- Issue 225: Remove Job Id parameter from start and finish actions by @yeraydavidrodriguez in #233
- Setup mkdocs by @josecelano in #236
- Fix failing integration test on forks by @josecelano in #240
- Enable permissions for MegaLinter by @josecelano in #250
- Remove unused action input in test workflow by @josecelano in #251
- Type: Documentation by @cgbosse in #248
- Fix CODEOWNERS by @josecelano in #239
- build(deps): bump actions/setup-node from 3.2.0 to 3.3.0 by @dependabot in #254
- build(deps): bump actions/setup-python from 2.3.1 to 3.1.2 by @dependabot in #241
- Update node dependencies by @josecelano in #256
- Update README.md as now we support multiple jobs by @yeraydavidrodriguez in #246
- Add security policy by @josecelano in #252
- Setup committer identity for e2e tests by @josecelano in #257
- Remove unused code by @josecelano in #258
- Refactor after implementing issue 198 by @josecelano in #259
- Refactoring tests by @josecelano in #263
- Fix security issue with regexp for email validation by @josecelano in #264
- Update node dependencies by @josecelano in #265
- Update node dependencies by @josecelano in #267
- Bump jest dependencies by @josecelano in #269
- Review README by @josecelano in #270
- Trigger tests workflows for develop branch by @josecelano in #271
New Contributors
Full Changelog: v1-beta...v1.0.0-beta
v1-beta
What's Changed
- Bump ts-jest from 27.1.2 to 27.1.3 by @dependabot in #1
- Bump @types/node from 16.10.5 to 17.0.14 by @dependabot in #2
- Bump @vercel/ncc from 0.31.1 to 0.33.1 by @dependabot in #3
- Bump typescript from 4.4.4 to 4.5.5 by @dependabot in #4
- Bump @typescript-eslint/parser from 5.8.1 to 5.10.2 by @dependabot in #5
- Import code from POC repo by @josecelano in #12
- build(deps-dev): bump jest-circus from 26.6.3 to 27.5.1 by @dependabot in #26
- build(deps-dev): bump jest-runtime from 26.6.3 to 27.5.1 by @dependabot in #28
- build(deps-dev): bump @types/jest from 26.0.24 to 27.4.0 by @dependabot in #27
- Refactor: test workflow by @josecelano in #25
- Refactor wording by @josecelano in #35
- build(deps-dev): bump eslint from 7.32.0 to 8.9.0 by @dependabot in #40
- build(deps-dev): bump @vercel/ncc from 0.33.1 to 0.33.3 by @dependabot in #41
- Fix bug: tests overwrites git local config by @josecelano in #53
- build(deps): bump simple-git from 3.2.4 to 3.2.6 by @dependabot in #54
- Add tests for a multi-queue scenario by @josecelano in #59
- build(deps-dev): bump @typescript-eslint/parser from 5.12.0 to 5.12.1 by @dependabot in #61
- Refactor extract
Job
class by @josecelano in #60 - build(deps-dev): bump @types/node from 17.0.18 to 17.0.19 by @dependabot in #62
- Overwrite commit author with bot by @josecelano in #63
- Do not sign commits by default by @josecelano in #64
- Improve README and add missing output by @josecelano in #65
- Fix tests to make them compatible with non-english GPG installations by @yeraydavidrodriguez in #68
- build(deps-dev): bump @types/jest from 27.4.0 to 27.4.1 by @dependabot in #69
- build(deps-dev): bump @types/node from 17.0.19 to 17.0.21 by @dependabot in #70
- build(deps): bump actions/setup-node from 2.5.1 to 3.0.0 by @dependabot in #75
- build(deps-dev): bump eslint from 8.9.0 to 8.10.0 by @dependabot in #76
- build(deps-dev): bump @typescript-eslint/parser from 5.12.1 to 5.13.0 by @dependabot in #77
- build(deps-dev): bump typescript from 4.5.5 to 4.6.2 by @dependabot in #78
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #79
- build(deps-dev): bump openpgp from 5.1.0 to 5.2.0 by @dependabot in #80
- build(deps-dev): bump @typescript-eslint/parser from 5.13.0 to 5.14.0 by @dependabot in #84
- build(deps-dev): bump eslint from 8.10.0 to 8.11.0 by @dependabot in #87
- build(deps): bump simple-git from 3.2.6 to 3.3.0 by @dependabot in #88
- build(deps-dev): bump @typescript-eslint/parser from 5.14.0 to 5.15.0 by @dependabot in #89
- Issue 72 fix git language bug by @yeraydavidrodriguez in #85
- Simplify linting target specification by @yeraydavidrodriguez in #86
- build(deps-dev): bump openpgp from 5.2.0 to 5.2.1 by @dependabot in #90
- Issue 42 validate hashes by @yeraydavidrodriguez in #91
- build(deps-dev): bump prettier from 2.5.1 to 2.6.0 by @dependabot in #93
- Add queue name validation by @yeraydavidrodriguez in #92
- build(deps): bump @actions/exec from 1.1.0 to 1.1.1 by @dependabot in #95
- Hide undesired messages during tests by @yeraydavidrodriguez in #96
- build(deps): bump stefanzweifel/git-auto-commit-action from 4.12.0 to 4.14.0 by @dependabot in #97
- build(deps): bump simple-git from 3.3.0 to 3.4.0 by @dependabot in #99
- build(deps-dev): bump @typescript-eslint/parser from 5.15.0 to 5.16.0 by @dependabot in #101
- build(deps-dev): bump eslint-plugin-github from 4.3.5 to 4.3.6 by @dependabot in #102
- build(deps): bump peter-evans/create-pull-request from 3 to 4 by @dependabot in #103
- build(deps-dev): bump @types/node from 17.0.21 to 17.0.23 by @dependabot in #104
- build(deps-dev): bump eslint-plugin-jest from 25.7.0 to 26.1.3 by @dependabot in #105
- build(deps-dev): bump ts-jest from 27.1.3 to 27.1.4 by @dependabot in #107
- build(deps-dev): bump prettier from 2.6.0 to 2.6.1 by @dependabot in #108
- build(deps-dev): bump typescript from 4.6.2 to 4.6.3 by @dependabot in #109
- build(deps-dev): bump eslint from 8.11.0 to 8.12.0 by @dependabot in #110
- build(deps-dev): bump @typescript-eslint/parser from 5.16.0 to 5.17.0 by @dependabot in #111
- issue 116 Upgrade Node Packages by @da2ce7 in #117
- Upgrade node packages by @josecelano in #133
- build(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in #126
- build(deps): bump actions/setup-node from 3.0.0 to 3.1.1 by @dependabot in #130
- build(deps-dev): bump prettier from 2.6.1 to 2.6.2 by @dependabot in #114
- build(deps): bump stefanzweifel/git-auto-commit-action from 4.14.0 to 4.14.1 by @dependabot in #137
act
0.2.26 works with node16 by @josecelano in #138- Issue #135: Fix MegaLinter Markdown 403 Error by @da2ce7 in #143
- Fix output inconsistency by @josecelano in #146
- Update node dependencies by @josecelano in #151
- Add commits conventions to README by @josecelano in #141
- Update node dependencies by @josecelano in #158
- Setup GitHub code scanning workflow by @josecelano in #160
- Update node dependencies by @josecelano in #166
- #38: Add an auto-incremental id to jobs by @yeraydavidrodriguez in #179
- Execute tests for PR from forks by @josecelano in #218
- Fix
dependabot
configuration by @josecelano in #215 - Setup markdown lint check to avoid 403 error by @josecelano in #213
- Issue #30: Make queue multi-job by @yeraydavidrodriguez in #214
- Update node dependencies by @josecelano in #232
- Fix code scanning alert by @josecelano in #235
- Issue 225: Remove Job Id parameter from start and finish actions by @yeraydavidrodriguez in #233
- Setup mkdocs by @josecelano in #236
- Fix failing integration test on forks by @josecelano in https://github.com...