-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
fix(api): return 404 when the app is not found if a project is specified (#13393) #13394
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #13394 +/- ##
==========================================
- Coverage 49.83% 49.81% -0.02%
==========================================
Files 261 261
Lines 44784 44826 +42
==========================================
+ Hits 22316 22329 +13
- Misses 20271 20296 +25
- Partials 2197 2201 +4
☔ 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.
Please check my comment
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.
@crenshaw-dev There seem to be some conflicts.. also some minor nits on the comments
…ied (argoproj#13393) Signed-off-by: Michael Crenshaw <[email protected]> simplify, respond 404 on project specified but doesn't match, always fetch app Signed-off-by: Michael Crenshaw <[email protected]> handle project updates Signed-off-by: Michael Crenshaw <[email protected]>
72dfac5
to
0f82662
Compare
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.
LGTM
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.
LGTM
Signed-off-by: Michael Crenshaw <[email protected]>
Signed-off-by: Michael Crenshaw <[email protected]>
Signed-off-by: Michael Crenshaw <[email protected]>
/cherry-pick release-2.8 |
…ied (#13393) (#13394) * fix(api): return 404 when the app is not found if a project is specified (#13393) Signed-off-by: Michael Crenshaw <[email protected]> simplify, respond 404 on project specified but doesn't match, always fetch app Signed-off-by: Michael Crenshaw <[email protected]> handle project updates Signed-off-by: Michael Crenshaw <[email protected]> * handle new endpoint, fix bad merge Signed-off-by: Michael Crenshaw <[email protected]> * docs Signed-off-by: Michael Crenshaw <[email protected]> --------- Signed-off-by: Michael Crenshaw <[email protected]>
…ied (#13393) (#13394) (#14600) * fix(api): return 404 when the app is not found if a project is specified (#13393) simplify, respond 404 on project specified but doesn't match, always fetch app handle project updates * handle new endpoint, fix bad merge * docs --------- Signed-off-by: Michael Crenshaw <[email protected]> Co-authored-by: Michael Crenshaw <[email protected]>
…ied (argoproj#13393) (argoproj#13394) * fix(api): return 404 when the app is not found if a project is specified (argoproj#13393) Signed-off-by: Michael Crenshaw <[email protected]> simplify, respond 404 on project specified but doesn't match, always fetch app Signed-off-by: Michael Crenshaw <[email protected]> handle project updates Signed-off-by: Michael Crenshaw <[email protected]> * handle new endpoint, fix bad merge Signed-off-by: Michael Crenshaw <[email protected]> * docs Signed-off-by: Michael Crenshaw <[email protected]> --------- Signed-off-by: Michael Crenshaw <[email protected]>
…ied (argoproj#13393) (argoproj#13394) * fix(api): return 404 when the app is not found if a project is specified (argoproj#13393) Signed-off-by: Michael Crenshaw <[email protected]> simplify, respond 404 on project specified but doesn't match, always fetch app Signed-off-by: Michael Crenshaw <[email protected]> handle project updates Signed-off-by: Michael Crenshaw <[email protected]> * handle new endpoint, fix bad merge Signed-off-by: Michael Crenshaw <[email protected]> * docs Signed-off-by: Michael Crenshaw <[email protected]> --------- Signed-off-by: Michael Crenshaw <[email protected]>
Fixes #13393