Skip to content

Commit d2e98e0

Browse files
committed
[Env] Remove incubator
1 parent e541d85 commit d2e98e0

File tree

43 files changed

+158
-99
lines changed

Some content is hidden

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

43 files changed

+158
-99
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
label: Contribution guidelines
1010
description: Please read the contribution guidelines before proceeding.
1111
options:
12-
- label: I've read the [contribution guidelines](https://github.com/EdurtIO/incubator-datacap/blob/master/CONTRIBUTING.md) and wholeheartedly agree
12+
- label: I've read the [contribution guidelines](https://github.com/EdurtIO/datacap/blob/master/CONTRIBUTING.md) and wholeheartedly agree
1313
required: true
1414
- type: checkboxes
1515
attributes:
@@ -65,7 +65,7 @@ body:
6565
description: Please provide a minimal (!) `application.properties` to reproduce the bug.
6666
placeholder: |-
6767
site_name: DataCap Website
68-
site_url: https://databap.incubator.edurt.io
68+
site_url: https://databap.edurt.io
6969
render: yaml
7070
validations:
7171
required: true

Diff for: .github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Question
4-
url: https://github.com/EdurtIO/incubator-datacap/discussions
4+
url: https://github.com/EdurtIO/datacap/discussions
55
about: Please ask your question here

Diff for: .github/ISSUE_TEMPLATE/feature.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
label: Contribution guidelines
1111
description: Please read the contribution guidelines before proceeding.
1212
options:
13-
- label: I've read the [contribution guidelines](https://github.com/EdurtIO/incubator-datacap/blob/master/CONTRIBUTING.md) and wholeheartedly agree
13+
- label: I've read the [contribution guidelines](https://github.com/EdurtIO/datacap/blob/master/CONTRIBUTING.md) and wholeheartedly agree
1414
required: true
1515
- type: checkboxes
1616
attributes:

Diff for: .github/ISSUE_TEMPLATE/release_notes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
label: Contribution guidelines
1010
description: Please read the contribution guidelines before proceeding.
1111
options:
12-
- label: I've read the [contribution guidelines](https://github.com/EdurtIO/incubator-datacap/blob/master/CONTRIBUTING.md) and wholeheartedly agree
12+
- label: I've read the [contribution guidelines](https://github.com/EdurtIO/datacap/blob/master/CONTRIBUTING.md) and wholeheartedly agree
1313
required: true
1414
- type: checkboxes
1515
attributes:

Diff for: .github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ "*" ]
66
pull_request:
7-
branches: [ "develop" ]
7+
branches: [ "dev" ]
88
schedule:
99
- cron: '41 18 * * 1'
1010

Diff for: .github/workflows/issue-translator.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: tomsun28/[email protected]
1313
with:
14-
IS_MODIFY_TITLE: false
14+
IS_MODIFY_TITLE: true
1515
# not require, default false, . Decide whether to modify the issue title
1616
# if true, the robot account @Issues-translate-bot must have modification permissions, invite @Issues-translate-bot to your project or use your custom bot.
1717
CUSTOM_BOT_NOTE: Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Contributing
22

3-
[fork]: https://github.com/EdurtIO/incubator-datacap/fork
4-
[pr]: https://github.com/EdurtIO/incubator-datacap/compare
3+
[fork]: https://github.com/EdurtIO/datacap/fork
4+
[pr]: https://github.com/EdurtIO/datacap/compare
55
[code-of-conduct]: CODE_OF_CONDUCT.md
66

77
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.

Diff for: README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DataCap (incubator)
1+
# DataCap
22

33
DataCap is integrated software for data transformation, integration and visualization.
44

@@ -115,22 +115,22 @@ Here are some of the major database solutions that are supported:
115115

116116
---
117117

118-
[![Stargazers over time](https://starchart.cc/EdurtIO/incubator-datacap.svg)](https://starchart.cc/EdurtIO/incubator-datacap)
118+
[![Stargazers over time](https://starchart.cc/EdurtIO/datacap.svg)](https://starchart.cc/EdurtIO/datacap)
119119

120120
## Overview
121121

122122
---
123123

124-
![](https://visitor-badge.glitch.me/badge?page_id=incubator-datacap)
125-
[![](https://tokei.rs/b1/github/EdurtIO/incubator-datacap)](https://github.com/EdurtIO/incubator-datacap)
126-
![version](https://img.shields.io/github/v/release/EdurtIO/incubator-datacap.svg)
124+
![](https://visitor-badge.glitch.me/badge?page_id=datacap)
125+
[![](https://tokei.rs/b1/github/EdurtIO/datacap)](https://github.com/EdurtIO/datacap)
126+
![version](https://img.shields.io/github/v/release/EdurtIO/datacap.svg)
127127

128-
![GitHub branch checks state](https://img.shields.io/github/checks-status/EdurtIO/incubator-datacap/develop?style=flat-square)
129-
![GitHub Release Date](https://img.shields.io/github/release-date/EdurtIO/incubator-datacap?style=flat-square)
128+
![GitHub branch checks state](https://img.shields.io/github/checks-status/EdurtIO/datacap/develop?style=flat-square)
129+
![GitHub Release Date](https://img.shields.io/github/release-date/EdurtIO/datacap?style=flat-square)
130130

131-
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/EdurtIO/incubator-datacap?style=flat-square)
132-
![GitHub contributors](https://img.shields.io/github/contributors-anon/EdurtIO/incubator-datacap?style=flat-square)
133-
![GitHub last commit](https://img.shields.io/github/last-commit/EdurtIO/incubator-datacap?style=flat-square)
131+
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/EdurtIO/datacap?style=flat-square)
132+
![GitHub contributors](https://img.shields.io/github/contributors-anon/EdurtIO/datacap?style=flat-square)
133+
![GitHub last commit](https://img.shields.io/github/last-commit/EdurtIO/datacap?style=flat-square)
134134

135135
## Join Us
136136

@@ -156,6 +156,6 @@ Open the DingTalk software and scan the following QR code to join
156156

157157
---
158158

159-
<a href="https://github.com/EdurtIO/incubator-datacap/graphs/contributors">
160-
<img src="https://contrib.rocks/image?repo=EdurtIO/incubator-datacap" />
159+
<a href="https://github.com/EdurtIO/datacap/graphs/contributors">
160+
<img src="https://contrib.rocks/image?repo=EdurtIO/datacap" />
161161
</a>

Diff for: assets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
8-
<artifactId>incubator-datacap</artifactId>
8+
<artifactId>datacap</artifactId>
99
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

Diff for: builder/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
8-
<artifactId>incubator-datacap</artifactId>
8+
<artifactId>datacap</artifactId>
99
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

Diff for: client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
8-
<artifactId>incubator-datacap</artifactId>
8+
<artifactId>datacap</artifactId>
99
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

Diff for: common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
8-
<artifactId>incubator-datacap</artifactId>
8+
<artifactId>datacap</artifactId>
99
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

Diff for: configure/git-forks/fetch-upstream.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
git remote add upstream [email protected]:EdurtIO/incubator-datacap.git
3+
git remote add upstream [email protected]:EdurtIO/datacap.git
44
git remote -v
55
git fetch upstream
66
git merge upstream/develop

Diff for: configure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>incubator-datacap</artifactId>
6+
<artifactId>datacap</artifactId>
77
<groupId>io.edurt.datacap</groupId>
88
<version>1.5.0-SNAPSHOT</version>
99
</parent>

Diff for: dist/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
8-
<artifactId>incubator-datacap</artifactId>
8+
<artifactId>datacap</artifactId>
99
<version>1.5.0-SNAPSHOT</version>
1010
</parent>
1111

Diff for: docs/docs/CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
datacap.incubator.edurt.io
1+
datacap.edurt.io

Diff for: docs/docs/developer_guide/env.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The development environment is mainly divided into two services and a document m
2929
Fork the code in the code warehouse and clone the code to the local, enter the source code directory
3030

3131
```bash
32-
git clone [email protected]:<GitHubUser>/incubator-datacap.git
32+
git clone [email protected]:<GitHubUser>/datacap.git
3333
```
3434

3535
#### Load source code

Diff for: docs/docs/download.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hide:
1414
</style>
1515

1616
<div class="font-center">
17-
The current Trino release is version <img src="https://img.shields.io/github/v/release/EdurtIO/incubator-datacap.svg" />. Learn more details from the <a href="/release-latest.html">release notes</a>.
17+
The current Trino release is version <img src="https://img.shields.io/github/v/release/EdurtIO/datacap.svg" />. Learn more details from the <a href="/release-latest.html">release notes</a>.
1818
</div>
1919

2020
<div class="grid cards" markdown style="margin-top: 30px; padding: 50px;">
@@ -37,7 +37,7 @@ The current Trino release is version <img src="https://img.shields.io/github/v/r
3737

3838
<br />
3939

40-
[Source Code](https://github.com/EdurtIO/incubator-datacap){ .md-button .md-button-primary }
40+
[Source Code](https://github.com/EdurtIO/datacap){ .md-button .md-button-primary }
4141

4242
</div>
4343

@@ -48,13 +48,13 @@ The current Trino release is version <img src="https://img.shields.io/github/v/r
4848
---
4949

5050
* **Chat On Slack**: [edurtio.slack.com](https://edurtio.slack.com/archives/C02EU2YM2N8)
51-
* **Issues**: [GitHub issues](https://github.com/EdurtIO/incubator-datacap/issues)
51+
* **Issues**: [GitHub issues](https://github.com/EdurtIO/datacap/issues)
5252
* **DingTalk**: [16160001608]()
5353

5454
- __Getting help__
5555

5656
---
5757

58-
If you need help using or running dbm, please ask a question on [Slack](https://edurtio.slack.com/archives/C02EU2YM2N8). Please [report](https://github.com/EdurtIO/incubator-datacap/issues/new/choose) any issue you find with dbm.
58+
If you need help using or running dbm, please ask a question on [Slack](https://edurtio.slack.com/archives/C02EU2YM2N8). Please [report](https://github.com/EdurtIO/datacap/issues/new/choose) any issue you find with dbm.
5959

6060
</div>

Diff for: docs/docs/reference/get_started/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DataCap is a software for data transformation, integration and visualization.
2323

2424
Download the binary software package of the corresponding system from the following address for installation.
2525

26-
- [GitHub Release](https://github.com/EdurtIO/incubator-datacap/releases/latest)
26+
- [GitHub Release](https://github.com/EdurtIO/datacap/releases/latest)
2727

2828
##### Download package
2929

@@ -78,7 +78,7 @@ Stop the service and execute the following script
7878
- Clone the source code to this machine
7979

8080
```bash
81-
git clone https://github.com/EdurtIO/incubator-datacap.git
81+
git clone https://github.com/EdurtIO/datacap.git
8282
```
8383

8484
- Compile and build the application

Diff for: docs/docs/reference/plugin/http/clickhouse.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Support Time: `2022-11-09`
1414

1515
---
1616

17-
DataCap uses configuration files by default [clickhouse.json](https://github.com/EdurtIO/incubator-datacap/blob/develop/server/src/main/etc/conf/plugins/http/clickhouse.json)
17+
DataCap uses configuration files by default [clickhouse.json](https://github.com/EdurtIO/datacap/blob/develop/server/src/main/etc/conf/plugins/http/clickhouse.json)
1818

1919
!!! note
2020

@@ -34,7 +34,7 @@ DataCap uses configuration files by default [clickhouse.json](https://github.com
3434

3535
!!! warning
3636

37-
The online service has not been tested yet, if you have detailed test results, please submit [issues](https://github.com/EdurtIO/incubator-datacap/issues/new/choose) to us
37+
The online service has not been tested yet, if you have detailed test results, please submit [issues](https://github.com/EdurtIO/datacap/issues/new/choose) to us
3838

3939
- [x] 19.x
4040
- [x] 20.x

Diff for: docs/docs/reference/plugin/jdbc/clickhouse.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Support Time: `2022-09-22`
1414

1515
---
1616

17-
DataCap uses configuration files by default [clickhouse.json](https://github.com/EdurtIO/incubator-datacap/blob/develop/server/src/main/etc/conf/plugins/jdbc/clickhouse.json)
17+
DataCap uses configuration files by default [clickhouse.json](https://github.com/EdurtIO/datacap/blob/develop/server/src/main/etc/conf/plugins/jdbc/clickhouse.json)
1818

1919
!!! note
2020

@@ -53,7 +53,7 @@ DataCap uses configuration files by default [clickhouse.json](https://github.com
5353

5454
!!! warning
5555

56-
The online service has not been tested yet, if you have detailed test results, please submit [issues](https://github.com/EdurtIO/incubator-datacap/issues/new/choose) to us
56+
The online service has not been tested yet, if you have detailed test results, please submit [issues](https://github.com/EdurtIO/datacap/issues/new/choose) to us
5757

5858
- [x] 19.x
5959
- [x] 20.x

Diff for: docs/docs/reference/plugin/jdbc/mysql.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Support Time: `2022-09-19`
1414

1515
---
1616

17-
DataCap uses configuration files by default [mysql.json](https://github.com/EdurtIO/incubator-datacap/blob/develop/server/src/main/etc/conf/plugins/jdbc/mysql.json)
17+
DataCap uses configuration files by default [mysql.json](https://github.com/EdurtIO/datacap/blob/develop/server/src/main/etc/conf/plugins/jdbc/mysql.json)
1818

1919
!!! note
2020

@@ -60,7 +60,7 @@ DataCap uses configuration files by default [mysql.json](https://github.com/Edur
6060

6161
!!! warning
6262

63-
The online service has not been tested yet, if you have detailed test results, please submit [issues](https://github.com/EdurtIO/incubator-datacap/issues/new/choose) to us
63+
The online service has not been tested yet, if you have detailed test results, please submit [issues](https://github.com/EdurtIO/datacap/issues/new/choose) to us
6464

6565
- [x] 5.x
6666
- [x] 6.x

Diff for: docs/docs/reference/plugin/jdbc/snowflake.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Support Time: `2023-01-29`
1414

1515
---
1616

17-
DataCap uses configuration files by default [snowflake.json](https://github.com/EdurtIO/incubator-datacap/blob/develop/server/src/main/etc/conf/plugins/jdbc/snowflake.json)
17+
DataCap uses configuration files by default [snowflake.json](https://github.com/EdurtIO/datacap/blob/develop/server/src/main/etc/conf/plugins/jdbc/snowflake.json)
1818

1919
!!! note
2020

@@ -53,4 +53,4 @@ DataCap uses configuration files by default [snowflake.json](https://github.com/
5353

5454
!!! warning
5555

56-
The online service has not been tested yet, if you have detailed test results, please submit [issues](https://github.com/EdurtIO/incubator-datacap/issues/new/choose) to us
56+
The online service has not been tested yet, if you have detailed test results, please submit [issues](https://github.com/EdurtIO/datacap/issues/new/choose) to us

Diff for: docs/docs/reference/plugin/jdbc/ydb.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Support Time: `2023-01-30`
1414

1515
---
1616

17-
DataCap uses configuration files by default [ydb.json](https://github.com/EdurtIO/incubator-datacap/blob/develop/server/src/main/etc/conf/plugins/jdbc/ydb.json)
17+
DataCap uses configuration files by default [ydb.json](https://github.com/EdurtIO/datacap/blob/develop/server/src/main/etc/conf/plugins/jdbc/ydb.json)
1818

1919
!!! note
2020

@@ -47,6 +47,6 @@ DataCap uses configuration files by default [ydb.json](https://github.com/EdurtI
4747

4848
!!! warning
4949

50-
The online service has not been tested yet, if you have detailed test results, please submit [issues](https://github.com/EdurtIO/incubator-datacap/issues/new/choose) to us
50+
The online service has not been tested yet, if you have detailed test results, please submit [issues](https://github.com/EdurtIO/datacap/issues/new/choose) to us
5151

5252
- [x] 2.1.x

Diff for: docs/docs/reference/plugin/native/redis.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Support Time: `2022-12-01`
1414

1515
---
1616

17-
DataCap uses configuration files by default [redis.json](https://github.com/EdurtIO/incubator-datacap/blob/develop/server/src/main/etc/conf/plugins/native/redis.json)
17+
DataCap uses configuration files by default [redis.json](https://github.com/EdurtIO/datacap/blob/develop/server/src/main/etc/conf/plugins/native/redis.json)
1818

1919
!!! note
2020

@@ -40,7 +40,7 @@ DataCap uses configuration files by default [redis.json](https://github.com/Edur
4040

4141
!!! warning
4242

43-
The online service has not been tested yet, if you have detailed test results, please submit [issues](https://github.com/EdurtIO/incubator-datacap/issues/new/choose) to us
43+
The online service has not been tested yet, if you have detailed test results, please submit [issues](https://github.com/EdurtIO/datacap/issues/new/choose) to us
4444

4545
- [x] 6.x
4646
- [x] 7.x

Diff for: docs/docs/release/1.1.0.20221115.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313
---
1414

1515
- Replace plugin name to id
16-
- Support for internationalization [issues-82](https://github.com/EdurtIO/incubator-datacap/pull/82)
16+
- Support for internationalization [issues-82](https://github.com/EdurtIO/datacap/pull/82)
1717
- Reduce size of docker image
1818
- Switch bash docker image to eclipse-temurin:8-jdk-focal
19-
- Support ssl [issues-75](https://github.com/EdurtIO/incubator-datacap/pull/75)
19+
- Support ssl [issues-75](https://github.com/EdurtIO/datacap/pull/75)
2020
- Extract the plug-in to get the global tool
21-
- Support database write operation [issues-70](https://github.com/EdurtIO/incubator-datacap/pull/70)
21+
- Support database write operation [issues-70](https://github.com/EdurtIO/datacap/pull/70)
2222
- Supports user rights management
23-
- Support code snippet [issues-74](https://github.com/EdurtIO/incubator-datacap/pull/74)
23+
- Support code snippet [issues-74](https://github.com/EdurtIO/datacap/pull/74)
2424
- Support editor auto completion
25-
- Support to provide data source schema tree bar [issues-106](https://github.com/EdurtIO/incubator-datacap/pull/106)
26-
- Support multiple editor [issues-110](https://github.com/EdurtIO/incubator-datacap/pull/110)
25+
- Support to provide data source schema tree bar [issues-106](https://github.com/EdurtIO/datacap/pull/106)
26+
- Support multiple editor [issues-110](https://github.com/EdurtIO/datacap/pull/110)
2727
- Add profile for user
2828
- Support change user password
2929
- Add data source radar map within 7 days
3030
- Add about page
31-
- Add feedback [issues-126](https://github.com/EdurtIO/incubator-datacap/pull/126)
31+
- Add feedback [issues-126](https://github.com/EdurtIO/datacap/pull/126)
3232

3333
#### SPI
3434

@@ -42,7 +42,7 @@
4242

4343
- Support MongoDB
4444
- Support Dremio
45-
- Support HBase jdbc for Phoenix [issues-103](https://github.com/EdurtIO/incubator-datacap/issues/103)
45+
- Support HBase jdbc for Phoenix [issues-103](https://github.com/EdurtIO/datacap/issues/103)
4646
- Support H2
4747
- Support SqlServer
4848
- Support Oracle
@@ -51,7 +51,7 @@
5151

5252
---
5353

54-
- Fix cannot init RedisConnection [issues-71](https://github.com/EdurtIO/incubator-datacap/issues/71)
54+
- Fix cannot init RedisConnection [issues-71](https://github.com/EdurtIO/datacap/issues/71)
5555

5656
#### ElasticSearch
5757

0 commit comments

Comments
 (0)