You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: remove 'incubating' branding, update docs & packaging
Replace references to 'incubator'/'incubating' across the repo to the final 'hugegraph' branding and packaging names. Updates include: removal of DISCLAIMER, NOTICE year bump, README and docs link/badge fixes, pom final.name changes (remove -incubating suffix),
Dockerfile and assembly scripts adjusted to new package paths, numerous docs and tests updated to new URLs/paths, mailing list/contact updates, and minor serena project.yml additions.
---------
Co-authored-by: contrueCT <contrue_CT@outlook.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,13 @@ Before submitting the code, we need to do some preparation:
19
19
20
20
1. Sign up or login to GitHub: [https://github.com](https://github.com)
21
21
22
-
2. Fork HugeGraph repo from GitHub: [https://github.com/apache/incubator-hugegraph/fork](https://github.com/apache/incubator-hugegraph/fork)
22
+
2. Fork HugeGraph repo from GitHub: [https://github.com/apache/hugegraph/fork](https://github.com/apache/hugegraph/fork)
23
23
24
-
3. Clone code from fork repo to local: [https://github.com/${GITHUB_USER_NAME}/incubator-hugegraph](https://github.com/${GITHUB_USER_NAME}/incubator-hugegraph)
24
+
3. Clone code from fork repo to local: [https://github.com/${GITHUB_USER_NAME}/hugegraph](https://github.com/${GITHUB_USER_NAME}/hugegraph)
git config user.name "{full-name}"# like "Jermy Li"
@@ -43,7 +43,7 @@ Before submitting the code, we need to do some preparation:
43
43
44
44
## 2. Create an Issue on GitHub
45
45
46
-
If you encounter bugs or have any questions, please go to [GitHub Issues](https://github.com/apache/incubator-hugegraph/issues) to report them and feel free to [create an issue](https://github.com/apache/incubator-hugegraph/issues/new).
46
+
If you encounter bugs or have any questions, please go to [GitHub Issues](https://github.com/apache/hugegraph/issues) to report them and feel free to [create an issue](https://github.com/apache/hugegraph/issues/new).
47
47
48
48
## 3. Make changes of code locally
49
49
@@ -75,10 +75,10 @@ Note: Code style is defined by the `.editorconfig` file at the repository root.
75
75
76
76
##### 3.2.1 Check licenses
77
77
If we want to add new third-party dependencies to the `HugeGraph` project, we need to do the following things:
78
-
1. Find the third-party dependent repository, put the dependent `license` file into [./hugegraph-dist/release-docs/licenses/](https://github.com/apache/incubator-hugegraph/tree/master/hugegraph-dist/release-docs/licenses) path.
79
-
2. Declare the dependency in [./install-dist/release-docs/LICENSE](https://github.com/apache/incubator-hugegraph/blob/master/install-dist/release-docs/LICENSE)`LICENSE` information.
80
-
3. Find the NOTICE file in the repository and append it to [./install-dist/release-docs/NOTICE](https://github.com/apache/incubator-hugegraph/blob/master/install-dist/release-docs/NOTICE) file (skip this step if there is no NOTICE file).
81
-
4. Execute locally [./install-dist/scripts/dependency/regenerate_known_dependencies.sh](https://github.com/apache/incubator-hugegraph/blob/master/install-dist/scripts/dependency/regenerate_known_dependencies.sh) to update the dependency list [known-dependencies.txt](https://github.com/apache/incubator-hugegraph/blob/master/install-dist/scripts/dependency/known-dependencies.txt) (or manually update).
78
+
1. Find the third-party dependent repository, put the dependent `license` file into [./install-dist/release-docs/licenses/](https://github.com/apache/hugegraph/tree/master/install-dist/release-docs/licenses) path.
79
+
2. Declare the dependency in [./install-dist/release-docs/LICENSE](https://github.com/apache/hugegraph/blob/master/install-dist/release-docs/LICENSE)`LICENSE` information.
80
+
3. Find the NOTICE file in the repository and append it to [./install-dist/release-docs/NOTICE](https://github.com/apache/hugegraph/blob/master/install-dist/release-docs/NOTICE) file (skip this step if there is no NOTICE file).
81
+
4. Execute locally [./install-dist/scripts/dependency/regenerate_known_dependencies.sh](https://github.com/apache/hugegraph/blob/master/install-dist/scripts/dependency/regenerate_known_dependencies.sh) to update the dependency list [known-dependencies.txt](https://github.com/apache/hugegraph/blob/master/install-dist/scripts/dependency/known-dependencies.txt) (or manually update).
82
82
83
83
**Example**: A new third-party dependency is introduced into the project -> `ant-1.9.1.jar`
84
84
- The project source code is located at: https://github.com/apache/ant/tree/rel/1.9.1
Copy file name to clipboardExpand all lines: hugegraph-cluster-test/hugegraph-clustertest-minicluster/src/main/java/org/apache/hugegraph/ct/base/ClusterConstant.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,12 @@ public class ClusterConstant {
Copy file name to clipboardExpand all lines: hugegraph-cluster-test/hugegraph-clustertest-test/src/main/java/org/apache/hugegraph/MultiClusterTest/BaseMultiClusterTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
* MultiNode Test generate the cluster env with 3 pd node + 3 store node + 3 server node.
39
39
* Or you can set different num of nodes by using env = new MultiNodeEnv(pdNum, storeNum, serverNum)
40
40
* All nodes are deployed in ports generated randomly, the application of nodes are stored
41
-
* in /apache-hugegraph-ct-incubating-1.7.0, you can visit each node with rest api.
41
+
* in /apache-hugegraph-ct-1.7.0, you can visit each node with rest api.
Copy file name to clipboardExpand all lines: hugegraph-cluster-test/hugegraph-clustertest-test/src/main/java/org/apache/hugegraph/SimpleClusterTest/BaseSimpleTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@
45
45
/**
46
46
* Simple Test generate the cluster env with 1 pd node + 1 store node + 1 server node.
47
47
* All nodes are deployed in ports generated randomly; The application of nodes is stored
48
-
* in /apache-hugegraph-ct-incubating-1.7.0, you can visit each node with rest api.
48
+
* in /apache-hugegraph-ct-1.7.0, you can visit each node with rest api.
0 commit comments