feat: Add Annotated Tag Push Support#1139
Open
fabiovincenzi wants to merge 3327 commits intofinos:mainfrom
Open
feat: Add Annotated Tag Push Support#1139fabiovincenzi wants to merge 3327 commits intofinos:mainfrom
fabiovincenzi wants to merge 3327 commits intofinos:mainfrom
Conversation
chore(deps): update github-actions - workflows - .github/workflows/ci.yml
…y-plugin-samples - plugins/git-proxy-plugin-samples/package.json
…mples-manager chore(deps): update dependency @finos/git-proxy to ^1.19.2 - git-proxy-plugin-samples - plugins/git-proxy-plugin-samples/package.json
…ges/git-proxy-cli/package.json
…ebase' into 946-associate-commits-by-email-rebase
fix(deps): update dependency axios to ^1.11.0 - git-proxy-cli - packages/git-proxy-cli/package.json
Co-authored-by: Kris West <[email protected]> Signed-off-by: Andy Pols <[email protected]>
✅ Deploy Preview for endearing-brigadeiros-63f9d0 canceled.
|
Signed-off-by: Kris West <[email protected]>
Signed-off-by: Kris West <[email protected]>
chore(deps): update github-actions - workflows - .github/workflows/dependency-review.yml
…erimental/li-cli/package.json
…-proxy into pr/fabiovincenzi/1182
chore(deps): update dependency @types/node to ^22.18.1 - li-cli - experimental/li-cli/package.json
fix(deps): update npm - website - website/package.json
test: improve repo DB tests and CheckRepoInAuthList tests
…inos#1140) * feat: create zod schema for config * refactor: migrate config loader to Zod * refactor: integrate Zod-based loader and pass config to services * chore: ignore jsonschema in unused deps check * fix: fix config schema * feat: migrate configuration system from JSON Schema validation to QuickType * fix: fix failing tests * chore: remove unused deps * fix: fix types checks errors * feat: add banner on top of auto-generated types * test: add tests for proxy * test: increase tes coverage * test: increase tes coverage * test: increase test coverage for generated config * test: increase test coverage for config * test: increase test coverage * test: increase test coverage * refactor: remove unused variables * chore: remove unused jsonschema dependency * fix: instantiate Proxy class in tests instead of using class directly * feat: add ci step for generate-config-types check * chore: remove jsonschema * style: fun format * fix: add prettier formatting to generate-config-types script * test: add test for default config * chore: use deprecated annotation for ssl paths * chore: re generate config types --------- Co-authored-by: Jamie Slome <[email protected]> Co-authored-by: Kris West <[email protected]> Co-authored-by: Juan Escalada <[email protected]>
chore(deps): update dependency cypress to v15 - - package.json
fix: allowing empty diffs in scanDiff
…n files - Delete 94 stale .js/.jsx files that duplicated .ts/.tsx equivalents after JS->TS migration - Apply tag push changes to post-processor/audit.ts (use RequestType.PULL enum) - Apply tag push changes to PushRequests/components/PushesTable.tsx (tag-aware columns/search) - Apply tag push changes to test/chain.test.ts (branchPushChain, tagPushChain tests) - Apply tag push changes to test/testParsePush.test.ts (parseTag tests, tag exec tests)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
This PR introduces end-to-end support for annotated tag pushes
branchPushChainandtagPushChain.getChain()to select the correct chain based onaction.typeand presence ofaction.tag.Fixes #986
Note: Restored from deleted fork
This PR recreates the original PR #1051, which was automatically closed due to accidental fork deletion.
** For discussions and reviews:** See the original PR #1051
All commits are identical to the original with preserved git history.