-
Notifications
You must be signed in to change notification settings - Fork 272
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: Support other namespaces than argocd in AIU #763
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #763 +/- ##
==========================================
+ Coverage 63.00% 63.09% +0.08%
==========================================
Files 31 31
Lines 3117 3124 +7
==========================================
+ Hits 1964 1971 +7
Misses 1009 1009
Partials 144 144 ☔ View full report in Codecov by Sentry. |
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.
Can you fix the DCO check? Fixing the DCO in this PR should be as simple as running
git commit --amend -s
in your local PR branch and then force-pushing.
Signed-off-by: Sebastien RIBIERE <[email protected]>
Signed-off-by: Sebastien RIBIERE <[email protected]>
Signed-off-by: Sebastien RIBIERE <[email protected]>
Signed-off-by: Cheng Fang <[email protected]> Signed-off-by: Sebastien RIBIERE <[email protected]>
…er in TagInfoFromReferences (#759) Signed-off-by: Cheng Fang <[email protected]> Signed-off-by: Sebastien RIBIERE <[email protected]>
…/version.go (#765) Signed-off-by: Mangaal <[email protected]> Signed-off-by: Sebastien RIBIERE <[email protected]>
Signed-off-by: Cheng Fang <[email protected]> Signed-off-by: Sebastien RIBIERE <[email protected]>
Signed-off-by: jannfis <[email protected]> Signed-off-by: Sebastien RIBIERE <[email protected]>
Signed-off-by: Cheng Fang <[email protected]> Signed-off-by: Sebastien RIBIERE <[email protected]>
Signed-off-by: Cheng Fang <[email protected]> Signed-off-by: Sebastien RIBIERE <[email protected]>
Signed-off-by: Sebastien RIBIERE <[email protected]>
Signed-off-by: Sebastien RIBIERE <[email protected]>
Signed-off-by: Sebastien RIBIERE <[email protected]>
Signed-off-by: Sebastien RIBIERE <[email protected]>
Thanks @sribiere-jellysmack ! |
Signed-off-by: Sebastien RIBIERE <[email protected]> Signed-off-by: Cheng Fang <[email protected]> Signed-off-by: Mangaal <[email protected]> Signed-off-by: jannfis <[email protected]> Co-authored-by: Cheng Fang <[email protected]> Co-authored-by: Mangaal <[email protected]> Co-authored-by: Jann Fischer <[email protected]>
When trying to update an application in another namespace than argocd, AIU should include namespace in logs, and in writeback file.