chore: update the status of distributed modules#2916
Conversation
Eliminated mentions of BETA status from AGENTS.md, README.md, and configuration files for HugeGraph PD and Store. This clarifies the current development status and streamlines documentation for production use.
Added sections for Requirements and Architecture, specifying Java and Maven versions and deployment options. Updated Docker command to use version 1.7.0. Included build from source instructions with Maven command.
There was a problem hiding this comment.
Pull request overview
This PR updates the status of distributed modules (HugeGraph Store and PD) for the 1.7 release by removing BETA status references across documentation and configuration files. The changes reflect that the distributed components are now considered production-ready rather than in beta.
Key Changes:
- Removed BETA status warnings from Store and PD documentation (README.md and AGENTS.md files)
- Updated Docker image version reference from 1.5.0 to 1.7.0
- Cleaned up rest-server.properties by removing deprecated RPC/Raft configuration options (marked as deprecated since version 1.5.0)
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Added Architecture section documenting standalone vs distributed deployments, updated Docker version to 1.7.0, improved grammar in production security note |
| hugegraph-store/README.md | Removed BETA status warning, simplified active development notice |
| hugegraph-store/AGENTS.md | Removed BETA status references and dedicated "BETA Status" section from Special Notes |
| hugegraph-pd/AGENTS.md | Removed BETA status line from module overview |
| hugegraph-server/.../rest-server.properties | Removed deprecated RPC/Raft configuration options and simplified authentication comments |
| AGENTS.md | Removed BETA status reference for distributed architecture development guidance |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
@imbajin seems that modifying this file caused the required CI to fail 🤔
There was a problem hiding this comment.
@imbajin seems that modifying this file caused the required CI to fail 🤔
Yes, due to some hard-codesed usage in legacy code.... I'll fix it soon 😢
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2916 +/- ##
============================================
+ Coverage 35.58% 35.62% +0.03%
- Complexity 333 488 +155
============================================
Files 802 802
Lines 67539 67539
Branches 8774 8774
============================================
+ Hits 24034 24060 +26
+ Misses 40943 40918 -25
+ Partials 2562 2561 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
update for release 1.7