Skip to content

Commit cbe6cce

Browse files
contrueCTimbajin
andauthored
refactor: remove 'incubating' branding, update docs & packaging (#716)
* chore: remove incubating branding from toolchain * test(loader): stabilize async failure cleanup assertions * chore: finish post-incubation rename cleanup - update the root LICENSE branding text to match graduation status - fix AGENTS examples to use the new distribution directory names - keep repository guidance consistent with the renamed release artifacts --------- Co-authored-by: imbajin <jin@apache.org>
1 parent bc49e66 commit cbe6cce

File tree

50 files changed

+109
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+109
-121
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ body:
99
attributes:
1010
label: Search before asking
1111
description: >
12-
Please make sure to search in the [feature](https://github.com/apache/incubator-hugegraph-toolchain/issues?q=is%3Aissue+label%3A%22Feature%22) first
12+
Please make sure to search in the [feature](https://github.com/apache/hugegraph-toolchain/issues?q=is%3Aissue+label%3A%22Feature%22) first
1313
to see whether the same feature was requested already.
1414
options:
1515
- label: >
16-
I had searched in the [feature](https://github.com/apache/incubator-hugegraph-toolchain/issues?q=is%3Aissue+label%3A%22Feature%22) and found no
16+
I had searched in the [feature](https://github.com/apache/hugegraph-toolchain/issues?q=is%3Aissue+label%3A%22Feature%22) and found no
1717
similar feature requirement.
1818
required: true
1919

.github/workflows/hubble-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
python -m pip install -r ${TRAVIS_DIR}/requirements.txt
8484
cd hugegraph-hubble
8585
mvn package -Dmaven.test.skip=true
86-
cd apache-hugegraph-hubble-incubating*
86+
cd apache-hugegraph-hubble-*
8787
cd bin
8888
./start-hubble.sh -d
8989
./stop-hubble.sh

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ hugegraph-loader, hugegraph-tools, hugegraph-hubble, hugegraph-spark-connector
134134

135135
### Hubble (Web UI on port 8088)
136136
```bash
137-
cd hugegraph-hubble/apache-hugegraph-hubble-incubating-*/bin
137+
cd hugegraph-hubble/apache-hugegraph-hubble-*/bin
138138
./start-hubble.sh # Background
139139
./start-hubble.sh -f # Foreground
140140
./stop-hubble.sh # Stop
141141
```
142142

143143
### Loader
144144
```bash
145-
cd hugegraph-loader/apache-hugegraph-loader-incubating-*
145+
cd hugegraph-loader/apache-hugegraph-loader-*
146146
./bin/hugegraph-loader.sh [options]
147147
```
148148

DISCLAIMER

Lines changed: 0 additions & 7 deletions
This file was deleted.

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@
201201
limitations under the License.
202202

203203
============================================================================
204-
APACHE HUGEGRAPH (Incubating) SUBCOMPONENTS:
204+
APACHE HUGEGRAPH SUBCOMPONENTS:
205205

206-
The Apache HugeGraph(Incubating) project contains subcomponents with separate copyright
206+
The Apache HugeGraph project contains subcomponents with separate copyright
207207
notices and license terms. Your use of the source code for the these
208208
subcomponents is subject to the terms and conditions of the following
209209
licenses.

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Apache HugeGraph(incubating)
2-
Copyright 2022-2025 The Apache Software Foundation
1+
Apache HugeGraph
2+
Copyright 2022-2026 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A comprehensive suite of client SDKs, data tools, and management utilities for [
1919
**HugeGraph Ecosystem**:
2020
1. [hugegraph](https://github.com/apache/hugegraph) - Core graph database (**[pd](https://github.com/apache/hugegraph/tree/master/hugegraph-pd)** / **[store](https://github.com/apache/hugegraph/tree/master/hugegraph-store)** / **[server](https://github.com/apache/hugegraph/tree/master/hugegraph-server)** / **[commons](https://github.com/apache/hugegraph/tree/master/hugegraph-commons)**)
2121
2. [hugegraph-computer](https://github.com/apache/hugegraph-computer) - Distributed graph computing system
22-
3. [hugegraph-ai](https://github.com/apache/incubator-hugegraph-ai) - Graph AI/LLM/Knowledge Graph integration
22+
3. [hugegraph-ai](https://github.com/apache/hugegraph-ai) - Graph AI/LLM/Knowledge Graph integration
2323
4. [hugegraph-website](https://github.com/apache/hugegraph-doc) - Documentation and website
2424

2525
## Architecture Overview
@@ -191,7 +191,7 @@ client := hugegraph.NewClient("http://localhost:8080", "hugegraph")
191191

192192
</details>
193193

194-
> **Looking for other languages?** See [hugegraph-python-client](https://github.com/apache/incubator-hugegraph-ai/tree/main/hugegraph-python-client) in the hugegraph-ai repository.
194+
> **Looking for other languages?** See [hugegraph-python-client](https://github.com/apache/hugegraph-ai/tree/main/hugegraph-python-client) in the hugegraph-ai repository.
195195
196196
---
197197

@@ -247,7 +247,7 @@ client := hugegraph.NewClient("http://localhost:8080", "hugegraph")
247247
248248
**Quick Start**:
249249
```bash
250-
cd hugegraph-hubble/apache-hugegraph-hubble-incubating-*/bin
250+
cd hugegraph-hubble/apache-hugegraph-hubble-*/bin
251251
./start-hubble.sh # Background mode
252252
./start-hubble.sh -f # Foreground mode
253253
./stop-hubble.sh # Stop server

hugegraph-client-go/README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Go get github. com/go huggraph
3030
```Go
3131
package main
3232

33-
import "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go"
34-
import "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/hgtransport"
33+
import "github.com/apache/hugegraph-toolchain/hugegraph-client-go"
34+
import "github.com/apache/hugegraph-toolchain/hugegraph-client-go/hgtransport"
3535

3636
func main() {
3737

hugegraph-client-go/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#### 安装教程
1212

1313
```shell
14-
go get github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go
14+
go get github.com/apache/hugegraph-toolchain/hugegraph-client-go
1515
```
1616

1717
#### 实现 API
@@ -28,8 +28,8 @@ go get github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go
2828
```go
2929
package main
3030

31-
import "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go"
32-
import "github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/hgtransport"
31+
import "github.com/apache/hugegraph-toolchain/hugegraph-client-go"
32+
import "github.com/apache/hugegraph-toolchain/hugegraph-client-go/hgtransport"
3333

3434
func main() {
3535

hugegraph-client-go/api/api.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222
"strconv"
2323
"time"
2424

25-
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/hgtransport"
26-
"github.com/apache/incubator-hugegraph-toolchain/hugegraph-client-go/internal/version"
25+
"github.com/apache/hugegraph-toolchain/hugegraph-client-go/hgtransport"
26+
"github.com/apache/hugegraph-toolchain/hugegraph-client-go/internal/version"
2727
)
2828

2929
// VERSION returns the package version as a string.

0 commit comments

Comments
 (0)