Skip to content
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

[Enhancement]: support db operation in Restful #38077

Closed
1 task done
smellthemoon opened this issue Nov 28, 2024 · 1 comment
Closed
1 task done

[Enhancement]: support db operation in Restful #38077

smellthemoon opened this issue Nov 28, 2024 · 1 comment
Assignees
Labels
kind/enhancement Issues or changes related to enhancement

Comments

@smellthemoon
Copy link
Contributor

smellthemoon commented Nov 28, 2024

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

Previously, users could not perform any operations on the database through the RESTful API, which caused inconvenience to users.
now support create, drop, list, alter and describe database in restful api.

Why is this needed?

No response

Anything else?

No response

@smellthemoon smellthemoon added the kind/enhancement Issues or changes related to enhancement label Nov 28, 2024
@smellthemoon
Copy link
Contributor Author

/assign

sre-ci-robot pushed a commit that referenced this issue Dec 2, 2024
#38077 
remove the check for two reason
1. server will do the same to make sure use the correct database;
2. each req has an additional overhead of calling the proxy to check
database.

Signed-off-by: lixinguo <[email protected]>
Co-authored-by: lixinguo <[email protected]>
sre-ci-robot pushed a commit that referenced this issue Dec 3, 2024
sre-ci-robot pushed a commit that referenced this issue Dec 4, 2024
pr: #38078
pr: #38140
issue: #38077

---------

Signed-off-by: lixinguo <[email protected]>
Co-authored-by: lixinguo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Issues or changes related to enhancement
Projects
None yet
Development

No branches or pull requests

1 participant