-
Notifications
You must be signed in to change notification settings - Fork 168
feat(BA-4821): Add deployment strategy evaluation framework #9566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jopemachine
wants to merge
23
commits into
main
Choose a base branch
from
BA-4821
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
8a99f47
feat: Implement Rolling Update deployment strategy
jopemachine 21ac949
wip
jopemachine 234e1b8
docs: Add news fragment
jopemachine 3255c36
feat: Implement Blue-Green deployment strategy (BEP-1049)
jopemachine 35a27ae
Revert "feat: Implement Blue-Green deployment strategy (BEP-1049)"
jopemachine 3606772
wip
jopemachine 94505ec
refactor: rename HandlerKey to DeploymentHandlerKey for clarity
jopemachine 605e1ce
docs: Update BEP
jopemachine 203c0e8
docs: Update BEP
jopemachine 17e121e
feat: Impl `activate_revision`
jopemachine e0cd193
fix: Use match statement
jopemachine 164ee45
WIP
jopemachine 688ff41
fix: Replace `fetch_deployment_policies_by_endpoint_ids` with `search…
jopemachine 4ee4ca2
fix: Raise correct exception
jopemachine f7a5215
fix: Move `_apply_route_changes` into deployment controller
jopemachine 19fe5c6
wip
jopemachine 7eabc91
wip
jopemachine 9afc4a2
docs: Update BEP
jopemachine ee615d3
feat: Introduce `BaseDeploymentStrategy`, `DeploymentStrategyRegistry`
jopemachine 18a853d
docs: Update BEP
jopemachine a8efb87
fix: guard `complete_deployment_revision_swap`
jopemachine 9c24d1d
refactoring wip
jopemachine d90c39b
refactoring wip
jopemachine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Add the DEPLOYING lifecycle with strategy evaluator framework, sub-step handlers (PROVISIONING, PROGRESSING, ROLLED_BACK), and coordinator integration for BEP-1049. |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.