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

chore(lifecycle-operator): introduce PhaseHandler interface to be used in KeptnWorkloadVersion reconciler #2450

Merged
merged 8 commits into from
Nov 9, 2023

Conversation

bacherfl
Copy link
Member

@bacherfl bacherfl commented Nov 8, 2023

Part of #2418

Note: Adapting the KeptnAppVersion controller will be done in a follow up to keep this PR small

…t in KeptnWorkloadVersion

Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Copy link

codecov bot commented Nov 8, 2023

Codecov Report

Merging #2450 (df03ccc) into main (3ad38bf) will decrease coverage by 0.09%.
The diff coverage is 88.57%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2450      +/-   ##
==========================================
- Coverage   85.78%   85.69%   -0.09%     
==========================================
  Files         161      161              
  Lines       10201    10201              
==========================================
- Hits         8751     8742       -9     
- Misses       1181     1187       +6     
- Partials      269      272       +3     
Files Coverage Δ
...cycle-operator/controllers/common/phase/handler.go 82.60% <93.33%> (+1.96%) ⬆️
...llers/lifecycle/keptnworkloadversion/controller.go 89.91% <85.00%> (-1.46%) ⬇️

... and 1 file with indirect coverage changes

Flag Coverage Δ
certificate-operator 67.43% <ø> (ø)
component-tests 56.75% <60.00%> (-0.64%) ⬇️
lifecycle-operator 85.44% <74.28%> (-0.81%) ⬇️
metrics-operator 87.58% <ø> (ø)
scheduler 32.12% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link

netlify bot commented Nov 8, 2023

Deploy Preview for keptn-lifecycle-toolkit ready!

Name Link
🔨 Latest commit d3f75e4
🔍 Latest deploy log https://app.netlify.com/sites/keptn-lifecycle-toolkit/deploys/654b5e1f7ea68f000817690d
😎 Deploy Preview https://deploy-preview-2450--keptn-lifecycle-toolkit.netlify.app
📱 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.

@bacherfl bacherfl changed the title chore(lifecycle-operator): Introduce PhaseHandler interface to be used in KeptnWorkloadVersion/KeptnAppVersion reconciler chore(lifecycle-operator): introduce PhaseHandler interface to be used in KeptnWorkloadVersion/KeptnAppVersion reconciler Nov 8, 2023
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Florian Bacher <[email protected]>
@github-actions github-actions bot added the ops label Nov 8, 2023
Copy link

sonarqubecloud bot commented Nov 8, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@bacherfl bacherfl marked this pull request as ready for review November 8, 2023 11:43
@bacherfl bacherfl requested a review from a team as a code owner November 8, 2023 11:43
@odubajDT odubajDT changed the title chore(lifecycle-operator): introduce PhaseHandler interface to be used in KeptnWorkloadVersion/KeptnAppVersion reconciler chore(lifecycle-operator): introduce PhaseHandler interface to be used in KeptnWorkloadVersion reconciler Nov 8, 2023
@bacherfl bacherfl merged commit 7d4b431 into keptn:main Nov 9, 2023
40 checks passed
@bacherfl bacherfl deleted the chore/refactor-phasehandler branch November 9, 2023 08:49
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.

3 participants