-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add Namespace support to the API module and the CLI commands #6874
Conversation
dbccdf3
to
a057a94
Compare
Codecov Report
@@ Coverage Diff @@
## master #6874 +/- ##
==========================================
- Coverage 65.92% 65.75% -0.17%
==========================================
Files 436 435 -1
Lines 52631 52572 -59
==========================================
- Hits 34695 34570 -125
- Misses 13798 13832 +34
- Partials 4138 4170 +32
Continue to review full report at Codecov.
|
acc0bca
to
39d1eaf
Compare
d52944b
to
b38c7a7
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.
Looks good overall, left a couple small comments.
072ea76
to
120580d
Compare
Also update the Docs and fixup the HTTP API to return proper errors when someone attempts to use Namespaces with an OSS agent. Add Namespace HTTP API docs Make all API endpoints disallow unknown fields
120580d
to
089af39
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.
Flaky API test was in CI. Going to merge anyways. |
Hey there, This issue has been automatically locked because it is closed and there hasn't been any activity for at least 30 days. If you are still experiencing problems, or still have questions, feel free to open a new one 👍. |
Also update the Docs and fixup the HTTP API to return proper errors when someone attempts to use Namespaces with an OSS agent.