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: Support other namespaces than argocd in AIU #763

Merged
merged 15 commits into from
Jul 11, 2024

Conversation

sribiere-jellysmack
Copy link
Contributor

When trying to update an application in another namespace than argocd, AIU should include namespace in logs, and in writeback file.

@codecov-commenter
Copy link

codecov-commenter commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.09%. Comparing base (5edb9d0) to head (53f4a17).

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.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@chengfang chengfang left a 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.

cmd/ask_pass_test.go Outdated Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
pkg/argocd/update_test.go Outdated Show resolved Hide resolved
pkg/common/constants.go Show resolved Hide resolved
pkg/argocd/update.go Outdated Show resolved Hide resolved
sribiere-jellysmack and others added 12 commits July 9, 2024 15:03
Signed-off-by: Sebastien RIBIERE <[email protected]>
Signed-off-by: Sebastien RIBIERE <[email protected]>
Signed-off-by: Sebastien RIBIERE <[email protected]>
…er in TagInfoFromReferences (argoproj-labs#759)

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: Sebastien RIBIERE <[email protected]>
pkg/argocd/update.go Outdated Show resolved Hide resolved
Signed-off-by: Sebastien RIBIERE <[email protected]>
@chengfang chengfang merged commit 80d2731 into argoproj-labs:master Jul 11, 2024
10 checks passed
@chengfang
Copy link
Collaborator

Thanks @sribiere-jellysmack !

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.

None yet

5 participants