-
Notifications
You must be signed in to change notification settings - Fork 100
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 possibility to disable RacksDB #434
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
Reduce height of error message container when unable to retrieve infrastructure graphical representation from RacksDB in resources page.
Do not show fullscreen button on error message container when unable to retrieve infrastructure graphical representation from RacksDB.
Restore infrastructure graphical representation canvas on cluster change in resources page when coming from cluster on which RacksDB failed.
Add racksdb > enabled parameter for the agent to control if RacksDB integration for infrastructure advanced visualization feature is enabled on a cluster.
Return RacksDB enabled boolean as defined in agent configuration in /info endpoint.
Return RacksDB enabled boolean feature flag of every clusters in /clusters endpoint.
Do not display infrastructure advanced graphical representation canvas in resources page when RacksDB is disabled in agent configuration for a cluster. fix #418
Move generic get/post methods with token authentication and error management in new composable. This notably simplifies unit testing of GatewayAPI composable.
In Node JS, FormData.get() returns a File object instance when the part is a file. This File is converted to a Blob so it can be loaded in canvas. This is required to run this code in unit tests with Node JS and it doesn't hurt browsers which don't need this additional conversion.
Turn loading ref from HTMLSpanElement to boolean. This is used to defined v-show on loading spinner and resources diagram canvas.
Explain RacksDB is now optional in quickstart guide, with method to disable integration feature in side note, and in overview and architecture pages.
Do not check version of RacksDB provided by the agent when RacksDB is disabled on this agent. |
Do not check for supported version of RacksDB on agent when it is actually disabled on this agent.
rezib
changed the title
Add possibility to disabled RacksDB
Add possibility to disable RacksDB
Jan 10, 2025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Pending tasks before consider merging:
fix #418