-
Notifications
You must be signed in to change notification settings - Fork 807
Change AgentBinaries URL #1978
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
Change AgentBinaries URL #1978
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1978 +/- ##
===========================================
- Coverage 56.50% 56.50% -0.01%
===========================================
Files 463 463
Lines 12986 12985 -1
===========================================
- Hits 7338 7337 -1
Misses 5648 5648
Continue to review full report at Codecov.
|
Co-authored-by: Mike Salvatore <mike.s.salvatore@gmail.com>
0754b63
to
c43bc3a
Compare
@@ -34,6 +34,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/). | |||
- All "/api/monkey_control" endpoints to "/api/monkey-control". #1888 | |||
- All "/api/monkey" endpoints to "/api/agent". #1888 | |||
- Update MongoDB version to 4.4.x. #1924 | |||
- Endpoint to get agent binaries from "/api/agent/download/<string:os>" to |
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.
I don't think this is relevant to the users
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.
Besides being an API endpoint which seems relevant enough to me, it is encountered by the user if they try to run the monkey manually using the command given in the UI. I feel like it is.
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.
Changes for any user-facing interface belong in the changelog. The HTTP API qualifies.
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.
One small comment
What does this PR do?
Fixes a part of #1974
PR Checklist
Testing Checklist
Added relevant unit tests?If applicable, add screenshots or log transcripts of the feature working