-
Notifications
You must be signed in to change notification settings - Fork 6.3k
feat: Add images to resources in sync result #20896 #20954
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: Add images to resources in sync result #20896 #20954
Conversation
❗ Preview Environment undeploy from Bunnyshell failedSee: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
The error is
|
You have to add |
Yeah for testing locally that works, but I'd rather not commit that |
fbbe33f
to
7c0c69b
Compare
@@ -184,7 +184,7 @@ func ResourceResultIs(result ResourceResult) Expectation { | |||
return func(c *Consequences) (state, string) { | |||
results := c.app().Status.OperationState.SyncResult.Resources | |||
for _, res := range results { | |||
if *res == result { | |||
if reflect.DeepEqual(*res, result) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Necessary because now we have an array in the result
6ac6a18
to
b00d56d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #20954 +/- ##
==========================================
- Coverage 60.01% 59.98% -0.04%
==========================================
Files 343 343
Lines 57888 57890 +2
==========================================
- Hits 34744 34726 -18
- Misses 20358 20381 +23
+ Partials 2786 2783 -3 ☔ View full report in Codecov by Sentry. |
218ca88
to
1b82a2f
Compare
af81365
to
d754884
Compare
c9f19d8
to
c605834
Compare
c605834
to
584235f
Compare
Signed-off-by: Aaron Hoffman <31711338+Aaron-9900@users.noreply.github.com>
Signed-off-by: Aaron Hoffman <31711338+Aaron-9900@users.noreply.github.com>
Signed-off-by: Aaron Hoffman <31711338+Aaron-9900@users.noreply.github.com>
06b31f4
to
7fcabf5
Compare
…#20954) Signed-off-by: Aaron Hoffman <31711338+Aaron-9900@users.noreply.github.com>
…#20954) Signed-off-by: Aaron Hoffman <31711338+Aaron-9900@users.noreply.github.com> Signed-off-by: dsuhinin <suhinin.dmitriy@gmail.com>
…#20954) Signed-off-by: Aaron Hoffman <31711338+Aaron-9900@users.noreply.github.com> Signed-off-by: dsuhinin <suhinin.dmitriy@gmail.com>
Closes issue #20896
Docs: #20896 docs | Add notifications examples section ✅
GitOps: feat: return images from resources when sync occurs ✅
Checklist: