fix: keep CLI-owned retry paths at the application layer [IDE-1890] - #7116
Draft
basti-snyk wants to merge 1 commit into
Draft
fix: keep CLI-owned retry paths at the application layer [IDE-1890]#7116basti-snyk wants to merge 1 commit into
basti-snyk wants to merge 1 commit into
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
basti-snyk
force-pushed
the
feat/IDE-1890-cli-retry-path-defaults
branch
from
August 12, 2026 07:42
4a154da to
fea402b
Compare
go-application-framework no longer ships a default list of paths that may be replayed on an unsafe HTTP method, so the CLI now declares its own (test-dep-graph, verify/token, feature_flags/evaluation) during application configuration. Behaviour is unchanged for every user: retries stay opt-in and a user-supplied list still wins. The framework requirement moves to the pseudo-version built from the merge of current main into that branch, so module resolution no longer needs a newer release than the pinned commit and go.mod stays tidy.
basti-snyk
force-pushed
the
feat/IDE-1890-cli-retry-path-defaults
branch
from
August 12, 2026 08:14
fea402b to
15e0c70
Compare
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.
Summary
Dependency
This draft pins go-application-framework commit
102bfe6ddf2e17c02e5e878ab3744dc296071e23(v0.14.2-0.20260812074653-102bfe6ddf2e) from go-application-framework #686, which carries current GAF main so module resolution stays tidy. Do not merge this PR until #686 merges and releases; the dependency reference must then be updated to the released GAF version.Tracking: IDE-1890
Verification
golangci-lint run ./...passes