doc(toolchain): sync hubble with master - #480
Merged
Merged
Conversation
Update the Hubble quick start pages to match hugegraph-toolchain master: the sign-in flow driven by the Server auth mode, the current navigation modules, GraphSpaces, schema templates, data sources and the four-step import task, the built-in graph algorithm and cluster operations pages, the real start and stop script flags, and the correct configuration keys and defaults. Drops the metadata reuse sections, which the interface no longer offers, and bumps the Docker examples to 1.7.0.
imbajin
approved these changes
Sep 6, 2026
imbajin
left a comment
Member
There was a problem hiding this comment.
中文部分与源码保持一致且表述清晰,评分 9.2/10,按规则可直接合并。
This file contains hidden or 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
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.
Purpose of the PR
Sync the hugegraph-hubble docs (en + cn) with hugegraph-toolchain master (3b385c3d). Both language pages were checked section by section against the code; every row below is traced to a file on master, and the en and cn pages keep an identical heading structure.
All source paths are relative to the
apache/hugegraph-toolchainrepository at3b385c3d.javabinary on the PATHserver.direct_urlor PD discovery inconf/hugegraph-hubble.propertiesdocker runand compose examples could not reach a Server in another containerserver.host=0.0.0.0, clearsdashboard.address, exposes 8088, runsstart-hubble.sh -f) and added a mounted properties file to both examplesbin/start-hubble.shdocumented with no options-f/--foregroundand-d/--debugoptions, the JVM flags, the PID and log file paths, and the 30 second wait on/aboutbin/stop-hubble.shdocumented as a bare stopSTOP_TIMEOUT(default 30s) behaviouryarn devfor the frontend and the note thatspring-boot:runis not configured for the backendDEFAULTGraphSpace in standalone modecsvandtxt, with the 1 GB / 10 GB / 12 hour limitshubble.host/hubble.portwith default0.0.0.0server.host(defaultlocalhost) andserver.port(default8088), and added the protocol and truststore keyscluster,client.request_timeout,client.url_cache_max_entries,execute-history.show_limit, theupload_file.*keys, and theoperations.*anddashboard.addresskeys with the Store allowlist warningNote:
graph_connection.ip_white_listandgraph_connection.port_white_listare still declared inHubbleOptionsbut are not read anywhere inhubble-be/src/main, and they are not present in the packagedconf/hugegraph-hubble.properties, so they were left out of the configuration tables.