forked from apache/linkis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat-4051] remove incubator in path (apache#4058)
* remove incubator in path
- Loading branch information
1 parent
bee40dd
commit 1bd458a
Showing
20 changed files
with
76 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,8 @@ The Linkis source code may have some temporary branches, but only the following | |
|
||
#### 2.1.1 Concept | ||
|
||
- Upstream repository: <https://github.com/apache/incubator-linkis> The apache repository of linkis is called Upstream repository in the text | ||
- Fork repository: From <https://github.com/apache/incubator-linkis> fork to your own personal repository called Fork repository | ||
- Upstream repository: <https://github.com/apache/linkis> The apache repository of linkis is called Upstream repository in the text | ||
- Fork repository: From <https://github.com/apache/linkis> fork to your own personal repository called Fork repository | ||
|
||
#### 2.1.2 Synchronize Upstream Repository | ||
|
||
|
@@ -60,7 +60,7 @@ Operate in your own clone's local project | |
- Step1 Add the apacheUpstream repository image to the local | ||
|
||
```shell script | ||
git remote add apache [email protected]:apache/incubator-linkis.git | ||
git remote add apache [email protected]:apache/linkis.git | ||
``` | ||
|
||
- Step2 Pull the apache image information to the local | ||
|
@@ -126,7 +126,7 @@ We recommend to clone the dev branch and name it dev-fix for development. At the | |
|
||
```shell script | ||
#pull the branch | ||
git clone https://github.com/{githubid}/incubator-linkis.git --branch dev | ||
git clone https://github.com/{githubid}/linkis.git --branch dev | ||
|
||
#Generate local dev-fix branch according to dev | ||
git checkout -b dev-fix dev | ||
|
@@ -139,7 +139,7 @@ git push origin dev-fix dev-fix | |
|
||
- If you still don’t know how to initiate a PR to an open source project, please refer to [About issues](https://docs.github.com/en/github/managing-your-work-on-github/about-issues) | ||
- Issue name, which should briefly describe your problem or suggestion in one sentence; for the international promotion of the project, please write the issue in English or both Chinese and English | ||
- For each Issue, please bring at least two labels, component and type, such as component=Computation Governance/EngineConn, type=Improvement. Reference: [issue #590](https://github.com/apache/incubator-linkis/issues/590) | ||
- For each Issue, please bring at least two labels, component and type, such as component=Computation Governance/EngineConn, type=Improvement. Reference: [issue #590](https://github.com/apache/linkis/issues/590) | ||
|
||
### 2.4 Pull Request(PR) Submission Guidelines | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,8 +38,8 @@ Linkis 源码可能会产生一些临时分支,但真正有明确意义的只 | |
|
||
#### 2.1.1 概念 | ||
|
||
- Upstream 仓库:<https://github.com/apache/incubator-linkis> linkis 的 apache 仓库文中称为 Upstream 仓库 | ||
- Fork 仓库: 从 <https://github.com/apache/incubator-linkis> fork 到自己个人仓库 称为 Fork 仓库 | ||
- Upstream 仓库:<https://github.com/apache/linkis> linkis 的 apache 仓库文中称为 Upstream 仓库 | ||
- Fork 仓库: 从 <https://github.com/apache/linkis> fork 到自己个人仓库 称为 Fork 仓库 | ||
|
||
#### 2.1.2 同步 Upstream 仓库分支最新代码到自己的 Fork 仓库 | ||
|
||
|
@@ -56,7 +56,7 @@ Linkis 源码可能会产生一些临时分支,但真正有明确意义的只 | |
- step1 添加 apacheUpstream 仓库镜像到本地 | ||
|
||
```shell script | ||
git remote add apache [email protected]:apache/incubator-linkis.git | ||
git remote add apache [email protected]:apache/linkis.git | ||
``` | ||
|
||
- step2 拉去 apache 镜像信息到本地 | ||
|
@@ -122,7 +122,7 @@ Linkis 前后端代码共用同一个代码库,但在开发上是分离的。 | |
|
||
```shell script | ||
#拉取分支 | ||
git clone https://github.com/{githubid}/incubator-linkis.git --branch dev | ||
git clone https://github.com/{githubid}/linkis.git --branch dev | ||
#根据 dev 生成本地 dev-fix 分支 | ||
git checkout -b dev-fix dev | ||
#把本地 dev-fix 分支推到自己的仓库 | ||
|
@@ -133,7 +133,7 @@ git push origin dev-fix dev-fix | |
|
||
- 如果您还不知道怎样向开源项目发起 PR,请参考[About issues](https://docs.github.com/en/github/managing-your-work-on-github/about-issues) | ||
- Issue 名称,应一句话简单描述您的问题或建议;为了项目的国际化推广,请用英文,或中英文双语书写 issue | ||
- 每个 Issue,请至少带上 component 和 type 两个 label,如 component=Computation Governance/EngineConn,type=Improvement.参考:[issue #590](https://github.com/apache/incubator-linkis/issues/590) | ||
- 每个 Issue,请至少带上 component 和 type 两个 label,如 component=Computation Governance/EngineConn,type=Improvement.参考:[issue #590](https://github.com/apache/linkis/issues/590) | ||
|
||
### 2.4 Pull Request(PR) 提交指引 | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<h2 align="center"> | ||
Apache Linkis(Incubating) | ||
Apache Linkis | ||
</h2> | ||
|
||
<p align="center"> | ||
|
@@ -23,24 +23,24 @@ | |
<a target="_blank" href="https://search.maven.org/search?q=g:org.apache.linkis%20AND%20a:linkis"> | ||
<img src="https://img.shields.io/maven-central/v/org.apache.linkis/linkis.svg?label=maven%20central" /> | ||
</a> | ||
<a target="_blank" href="https://github.com/apache/incubator-linkis/blob/master/LICENSE"> | ||
<a target="_blank" href="https://github.com/apache/linkis/blob/master/LICENSE"> | ||
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg?label=license" /> | ||
</a> | ||
<a target="_blank" href="https://www.oracle.com/technetwork/java/javase/downloads/index.html"> | ||
<img src="https://img.shields.io/badge/JDK-8-green.svg" /> | ||
</a> | ||
<a target="_blank" href="https://github.com/apache/incubator-linkis/actions"> | ||
<img src="https://github.com/apache/incubator-linkis/actions/workflows//build-backend.yml/badge.svg" /> | ||
<a target="_blank" href="https://github.com/apache/linkis/actions"> | ||
<img src="https://github.com/apache/linkis/actions/workflows//build-backend.yml/badge.svg" /> | ||
</a> | ||
|
||
<a target="_blank" href='https://github.com/apache/incubator-linkis'> | ||
<img src="https://img.shields.io/github/forks/apache/incubator-linkis.svg" alt="github forks"/> | ||
<a target="_blank" href='https://github.com/apache/linkis'> | ||
<img src="https://img.shields.io/github/forks/apache/linkis.svg" alt="github forks"/> | ||
</a> | ||
<a target="_blank" href='https://github.com/apache/incubator-linkis'> | ||
<img src="https://img.shields.io/github/stars/apache/incubator-linkis.svg" alt="github stars"/> | ||
<a target="_blank" href='https://github.com/apache/linkis'> | ||
<img src="https://img.shields.io/github/stars/apache/linkis.svg" alt="github stars"/> | ||
</a> | ||
<a target="_blank" href='https://github.com/apache/incubator-linkis'> | ||
<img src="https://img.shields.io/github/contributors/apache/incubator-linkis.svg" alt="github contributors"/> | ||
<a target="_blank" href='https://github.com/apache/linkis'> | ||
<img src="https://img.shields.io/github/contributors/apache/linkis.svg" alt="github contributors"/> | ||
</a> | ||
<a target="_blank" href="https://badges.toozhao.com/stats/01G7TRNN1PH9PMSCYWDF3EK4QT"> | ||
<img src="https://badges.toozhao.com/badges/01G7TRNN1PH9PMSCYWDF3EK4QT/green.svg" /> | ||
|
@@ -143,7 +143,7 @@ mvnw.cmd -N install | |
mvnw.cmd clean install -Dmaven.javadoc.skip=true -Dmaven.test.skip=true | ||
|
||
## compile web | ||
cd incubator-linkis/linkis-web | ||
cd linkis/linkis-web | ||
npm install | ||
npm run build | ||
``` | ||
|
@@ -169,7 +169,7 @@ Please refer to [Quick Deployment](https://linkis.apache.org/docs/latest/deploym | |
|
||
# Documentation & Vedio | ||
|
||
- The documentation of linkis is in [Linkis-Website Git Repository](https://github.com/apache/incubator-linkis-website) | ||
- The documentation of linkis is in [Linkis-Website Git Repository](https://github.com/apache/linkis-website) | ||
- Meetup videos on [Bilibili](https://space.bilibili.com/598542776?from=search&seid=14344213924133040656) | ||
|
||
# Architecture | ||
|
@@ -189,7 +189,7 @@ For code and documentation contributions, please follow the [contribution guide] | |
# Contact Us | ||
|
||
|
||
- Any questions or suggestions please kindly submit an [issue](https://github.com/apache/incubator-linkis/issues). | ||
- Any questions or suggestions please kindly submit an [issue](https://github.com/apache/linkis/issues). | ||
- By mail [[email protected]](mailto:[email protected]) | ||
- You can scan the QR code below to join our WeChat group to get more immediate response | ||
|
||
|
@@ -198,5 +198,5 @@ For code and documentation contributions, please follow the [contribution guide] | |
|
||
# Who is Using Linkis | ||
|
||
We opened an issue [[Who is Using Linkis]](https://github.com/apache/incubator-linkis/issues/23) for users to feedback and record who is using Linkis. | ||
We opened an issue [[Who is Using Linkis]](https://github.com/apache/linkis/issues/23) for users to feedback and record who is using Linkis. | ||
Since the first release of Linkis in 2019, it has accumulated more than **700** trial companies and **1000+** sandbox trial users, which involving diverse industries, from finance, banking, tele-communication, to manufactory, internet companies and so on. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.