Commit 9bb6ada
feat: add graphspace related doc (#425)
* chore: update release workflow and .gitignore entries
Bumped default release version to 1.7.0 and updated default GPG user in the release workflow. Added installation step for subversion on Ubuntu. Appended WARP.md to .gitignore.
* refactor: unify release validation script and add local path support
Deleted validate-release-in-local.sh and enhanced validate-release.sh to support both SVN and local directory validation.
Added color-coded output, improved argument handling, and included Java version checks for better usability and error reporting.
* refactor: revamp release validation script with enhanced checks V2
Major rewrite of validate-release.sh for Apache HugeGraph, adding modular structure, improved logging, error/warning collection, colorized output, and comprehensive validation steps for source and binary packages.
New features include dependency checks, GPG key management, license compliance, file size and binary checks, version consistency, and automated server/toolchain testing.
Usage instructions and help output are expanded for clarity.
* refactor: enhance release validation for multi-arch and license checks V3
Updated CI workflow to support additional OS and architectures (arm64, macOS 14). Improved documentation and script usage instructions.
The license header check now covers more file types and excludes generated/vendor files. Maven build commands in docs and scripts now use '-DskipTests' and '-Dcheckstyle.skip=true' for consistency. Added a detailed README for the release validation script.
* refactor: improve validation script error context and reporting V4
Adds contextual error and warning reporting with step and package information, enhances license category and header checks, improves version consistency logic, and refines summary output with execution time and clearer formatting.
These changes make validation results more actionable and easier to interpret, especially for multi-package and multi-step validations.
* fix: add JSON to CATEGORY_X license validation
The JSON license was added to the CATEGORY_X regex in the binary package validation step to ensure packages with this license are properly flagged during release validation.
* introduce new version of validation
* Update GPG username and regex in workflow
---------
Co-authored-by: imbajin <jin@apache.org>1 parent b81dc98 commit 9bb6ada
File tree
38 files changed
+1937
-808
lines changed- content
- cn/docs
- clients/restful-api
- quickstart/hugegraph
- en/docs
- clients/restful-api
- quickstart/hugegraph
38 files changed
+1937
-808
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
0 commit comments