Skip to content
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

fix stage qualifications for flow control stages #999

Merged
merged 3 commits into from
Oct 23, 2023

Conversation

krancour
Copy link
Member

Fixes #992

In the process of fixing this, I broke syncing for normal Stages and control flow Stages into two separate functions since the sync behavior for the two is increasingly disparate.

Signed-off-by: Kent <kent.rancourt@gmail.com>
@krancour krancour added this to the v0.2.0 milestone Oct 20, 2023
@krancour krancour self-assigned this Oct 20, 2023
@krancour krancour requested a review from a team as a code owner October 20, 2023 17:45
@netlify
Copy link

netlify bot commented Oct 20, 2023

Deploy Preview for docs-kargo-akuity-io ready!

Name Link
🔨 Latest commit 1a19f75
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-akuity-io/deploys/653705223fee2a00087018d7
😎 Deploy Preview https://deploy-preview-999.kargo.akuity.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (c404ae1) 50.90% compared to head (1a19f75) 51.51%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #999      +/-   ##
==========================================
+ Coverage   50.90%   51.51%   +0.60%     
==========================================
  Files         104      104              
  Lines        7594     7675      +81     
==========================================
+ Hits         3866     3954      +88     
+ Misses       3580     3576       -4     
+ Partials      148      145       -3     
Files Coverage Δ
internal/controller/stages/stages.go 77.44% <94.56%> (+5.14%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@krancour krancour enabled auto-merge (squash) October 23, 2023 23:43
@krancour krancour merged commit b7442bc into akuity:main Oct 23, 2023
@krancour krancour deleted the krancour/control-flow-fixes branch January 8, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

control flow stages are a dead end
2 participants