-
Notifications
You must be signed in to change notification settings - Fork 77
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
Fixes #26059: Create a new ‘About’ page for easy access to technical information #6102
Open
RaphaelGauthier
wants to merge
6
commits into
Normation:master
Choose a base branch
from
RaphaelGauthier:enh_26059/create_a_new_about_page_for_easy_access_to_technical_information
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
RaphaelGauthier
force-pushed
the
enh_26059/create_a_new_about_page_for_easy_access_to_technical_information
branch
from
December 20, 2024 15:49
7cc1a0e
to
b92bba6
Compare
Commit modified |
…hnical information Fixes #26059: Create a new ‘About’ page for easy access to technical information
PR updated with a new commit |
… to technical information Fixes #26059: Create a new ‘About’ page for easy access to technical information
PR updated with a new commit |
… access to technical information Fixes #26059: Create a new ‘About’ page for easy access to technical information
PR updated with a new commit |
…or easy access to technical information Fixes #26059: Create a new ‘About’ page for easy access to technical information
PR updated with a new commit |
… page for easy access to technical information Fixes #26059: Create a new ‘About’ page for easy access to technical information
PR updated with a new commit |
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.
https://issues.rudder.io/issues/26059
Here is what the page looks like :
User can easily copy info to clipboard while hovering them using different buttons:
The main button, which copies all the information on the page in JSON format:
The ones at section level, which copies all the section information (also in JSON format):
and the ones next to each info item, which only copy the value of the item
Here is a preview of the json copied to clipboard from the main button on this page :
{ "rudder": { "version": "8.3.0", "build": "build-1", "instanceId": "d40076ff-6a7d-4887-b1a9-6c99c4b25e29", "relays": [ { "uuid": "0123-4567-8901-2345", "hostname": "relay1", "managedNodes": 96 }, { "uuid": "4567-8901-2345-6789", "hostname": "relay2", "managedNodes": 202 }, { "uuid": "8901-2345-6789-0123", "hostname": "relay3", "managedNodes": 29 } ] }, "system": { "os": { "name": "Ubuntu", "version": "24.04" }, "jvm": { "version": "9.0", "cmd": "lauchOptions -X -R --param1 --param2 --param3 --param4 --param5" } }, "nodes": { "total": 1000, "audit": 600, "enforce": 400, "enabled": 900, "disabled": 100 }, "plugins": [ { "id": "branding", "name": "Branding", "version": "2.0.0", "abiVersion": "8.3.0", "license": { "licensee": "Demo Normation", "startDate": "01-01-2024", "endDate": "01-01-2025", "allowedNodesNumber": 9999, "supportedVersions": "8.3.0" } } ] }