-
Notifications
You must be signed in to change notification settings - Fork 40
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 resource pool related defects #279
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
powerfooI
reviewed
Apr 2, 2024
powerfooI
approved these changes
Apr 2, 2024
powerfooI
added a commit
to powerfooI/ob-operator
that referenced
this pull request
Apr 2, 2024
commit ae84363 Author: yangon <[email protected]> Date: Tue Apr 2 11:22:15 2024 +0800 Fix resource pool related defects (oceanbase#279) * Fix resource pool related defects * fix:Avoid repeated requests for public keys commit 43c7f39 Author: powerfool <[email protected]> Date: Mon Apr 1 17:26:21 2024 +0800 Optimize some methods of dashboard (oceanbase#274) * feat(term): added websocket connection for xterm connection * chore(handler): added UID for resource response; return resource from handlers * fix(info): adjust statistics routes * chore(manifests): added rbac permission for oceanbase-dashboard * fix(typo): fixed typo in operator comments * fix(timeout): increase timeout thres for bootstrapping Conflicts: internal/resource/obtenant/obtenant_task.go * fix(obtenant): restore obtenant with mismatched fields pattern * feat(kube-exec): connect obcluster with websocket and kube exec * fix(lint): remove redundant equality judge * chore(docs): generate swagger docs * fix(lint): fixed lint errors * chore(websocket): increase websocket idle timeout from 5s to 10m * fix(ci): remove go mod tidy in .github/golangci-lint.yaml * fix(mod): update go.mod * fix(obcluster): prevent negtive remain resource * chore(generic): remove unexisting cmp.Order in golang 1.20 * fix(obcluster): judge resource enough for obcluster; sort zones and servers * fix(handlers): added context for all contexts * fix(lint): unused parameter in funciton * fix(obcluster): concern monitor container when judging resource enough or not * fix(obtenant): sort results of listing tenants * fix(obcluster): sort results of listing obcluster * fix(obcluster): restrict locality principle when deleting obzone * fix(conn): connect to the target database through dashboard pod * chore(manifests): added mysql client installation in dashboard dockerfile * fix(lint): fixed lint error * chore(manifests): update swagger docs * chore(conn): removed conn-related apis for single-usage PR * chore(conn): update go.mod and dockerfile * fix(statistics): forbid to get resource with name and empty ns * fix(obcluster): restrict modifying obcluster when it is operating * Squashed commit of the following: commit 1871f64 Author: yangon <[email protected]> Date: Mon Apr 1 11:14:51 2024 +0800 Trim string (oceanbase#276) * fix: Trim string fields * fix: Disabled delete button * fix: Remove backup medium editing * fix(CR): search ob-operator deployment with List method commit 64f8b26 Author: yangon <[email protected]> Date: Mon Apr 1 16:57:05 2024 +0800 Refactor url structure (oceanbase#277) commit 1871f64 Author: yangon <[email protected]> Date: Mon Apr 1 11:14:51 2024 +0800 Trim string (oceanbase#276) * fix: Trim string fields * fix: Disabled delete button * fix: Remove backup medium editing commit b42863c Author: yangon <[email protected]> Date: Sun Mar 31 13:17:23 2024 +0800 Feat statistics (oceanbase#275) * feat: Statistics * fix: Padding ajustment commit ccb5dbe Author: Powerfool <[email protected]> Date: Fri Mar 29 14:53:05 2024 +0800 Documentation website built with Docusaurus framework (oceanbase#273) commit d57ad62 Author: yangon <[email protected]> Date: Thu Mar 28 21:13:57 2024 +0800 Feat behaviour statistics commit 8453102 Author: Powerfool <[email protected]> Date: Thu Mar 28 21:04:47 2024 +0800 Merge from 2.2.0_release (oceanbase#272) commit c4540ee Author: Powerfool <[email protected]> Date: Thu Mar 28 19:36:50 2024 +0800 Transform heading characters in logging sentence to uppercase (oceanbase#267)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary