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

feat(operator): consider corner cases in KACR controller #1270

Merged
merged 7 commits into from
Apr 25, 2023

Conversation

bacherfl
Copy link
Member

Closes #728

Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
@netlify
Copy link

netlify bot commented Apr 24, 2023

Deploy Preview for keptn-lifecycle-toolkit ready!

Name Link
🔨 Latest commit 40e0928
🔍 Latest deploy log https://app.netlify.com/sites/keptn-lifecycle-toolkit/deploys/644764dc670c3300081aedfb
😎 Deploy Preview https://deploy-preview-1270--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 settings.

@codecov
Copy link

codecov bot commented Apr 24, 2023

Codecov Report

Merging #1270 (40e0928) into main (706292a) will increase coverage by 0.15%.
The diff coverage is 89.65%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1270      +/-   ##
==========================================
+ Coverage   59.64%   59.79%   +0.15%     
==========================================
  Files         138      138              
  Lines       10424    10444      +20     
==========================================
+ Hits         6217     6245      +28     
+ Misses       3971     3965       -6     
+ Partials      236      234       -2     
Impacted Files Coverage Δ
...rs/lifecycle/keptnappcreationrequest/controller.go 77.77% <88.88%> (+6.25%) ⬆️
...tor/apis/lifecycle/v1alpha3/keptnworkload_types.go 93.93% <100.00%> (+0.39%) ⬆️

... and 1 file with indirect coverage changes

Flag Coverage Δ
certificate-operator 64.15% <ø> (ø)
lifecycle-operator 78.28% <89.65%> (+0.16%) ⬆️
metrics-operator 77.80% <ø> (ø)
scheduler 21.75% <ø> (ø)

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

Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
@bacherfl bacherfl marked this pull request as ready for review April 24, 2023 08:32
@bacherfl bacherfl requested a review from a team as a code owner April 24, 2023 08:32
@thisthat thisthat requested a review from a team April 24, 2023 08:37
thisthat
thisthat previously approved these changes Apr 24, 2023
Copy link
Member

@thisthat thisthat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left only two optional comments, otherwise LGTM ✅

Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
@sonarcloud
Copy link

sonarcloud bot commented Apr 25, 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 merged commit b3b7010 into keptn:main Apr 25, 2023
35 checks passed
@bacherfl bacherfl deleted the feat/kacr-corner-cases-2 branch April 25, 2023 07:29
@keptn-bot keptn-bot mentioned this pull request Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adapt behaviour of KeptnAppCreationRequest controller during corner cases processing
3 participants