-
Notifications
You must be signed in to change notification settings - Fork 2.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
feat: adjust some list uris of V3 API #7364
Conversation
wait for #7359 |
@@ -47,8 +47,10 @@ local resources = { | |||
consumers = require("apisix.admin.consumers"), | |||
schema = require("apisix.admin.schema"), | |||
ssl = require("apisix.admin.ssl"), |
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 think we should delete ssl
, all right?
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.
That's a break change, if so, we need to do a lot of changes to test cases and docs, which can cause conflicts when next merge to master?
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.
We can first implement the function to update test cases, documents and uri on master after next merge to master?
* ci: add next branche to CI coverage (apache#7359) * feat: adjust some list uris of V3 API (apache#7364) * feat: response body format (apache#7366) * feat: support paging to get a list of objects (apache#7379) * feat: filter fields supported by all objects (apache#7391) * resolve code review
Description
Fixes #7320
Checklist