Open amit-o opened 2 weeks ago
See: Environment Details | Pipeline Logs
Available commands (reply to this comment):
/bns:start
to start the environment /bns:deploy
to redeploy the environment /bns:delete
to remove the environment All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 55.17%. Comparing base (
b39f3b1
) to head (b16c036
). Report is 8 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks @andrii-korotkov-verkada, is there someone we can ping for further approval? This is a blocker for us, so I'd appreciate it if it can be hotfixed to 2.13
I'll bring up the PRs marked with ready-for-review on the contributors meeting, hope they can take a look soon.
Closes #20757 Fixes HTTP route conflict introduced in https://github.com/argoproj/argo-cd/commit/3a5b653fb153edff37ca1460ef34d44301bf23a5 I'm not sure if
PUT
is the correct semantic we want here, however because/api/v1/applicationsets/{name}
is already taken I wasn't sure to which route to change this to. Open to change to whatever.If possible, would appreciate this as a hotfix to 2.13 Checklist: