Skip to content

Commit

Permalink
[TLP] remove "incubator" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Dec 15, 2024
1 parent 5fd4cfd commit 369be9d
Show file tree
Hide file tree
Showing 32 changed files with 51 additions and 53 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ body:
attributes:
label: Search before asking
description: >
Please make sure to search in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22)
Please make sure to search in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22)
first to see whether the same issue was reported already.
options:
- label: >
I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found
I had searched in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found
no similar issues.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question or get support
url: https://github.com/apache/incubator-streampark/discussions/
url: https://github.com/apache/streampark/discussions/
about: Ask a question or request support for StreamPark
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ body:
attributes:
label: Search before asking
description: >
Please make sure to search in the [feature](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22Feature%22) first
Please make sure to search in the [feature](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22Feature%22) first
to see whether the same feature was requested already.
options:
- label: >
I had searched in the [feature](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22Feature%22) and found no
I had searched in the [feature](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22Feature%22) and found no
similar feature requirement.
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/improvement-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ body:
attributes:
label: Search before asking
description: >
Please make sure to search in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22improvement%22)
Please make sure to search in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22improvement%22)
first to see whether the same issue was reported already.
options:
- label: >
I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22improvement%22) and found
I had searched in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22improvement%22) and found
no similar issues.
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/spip-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ body:
attributes:
label: Search before asking
description: >
Please make sure to search in the [SPIP](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22SPIP%22+) first
Please make sure to search in the [SPIP](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22SPIP%22+) first
to see whether the same SPIP was created already.
options:
- label: >
I had searched in the [SPIP](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22SPIP%22+) and found no
I had searched in the [SPIP](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22SPIP%22+) and found no
similar SPIP.
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/umbrella.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ body:
attributes:
label: Search before asking
description: >
Please make sure to search in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22)
Please make sure to search in the [issues](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22bug%22)
first to see whether the same issue was reported already.
options:
- label: >
I had searched in the [issues](https://github.com/apache/incubator-streampark/streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found
I had searched in the [issues](https://github.com/apache/streampark/streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found
no similar issues.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ remember to adjust the documentation.
- If this is your first time, please read our contributor guidelines: [Submit Code](https://streampark.apache.org/community/submit_guide/submit_code).
- Make sure that the pull request corresponds to a [GITHUB issue](https://github.com/apache/incubator-streampark/issues).
- Make sure that the pull request corresponds to a [GITHUB issue](https://github.com/apache/streampark/issues).
- Name the pull request in the form "[Feature] Title of the pull request", where *Feature* can be replaced by `Hotfix`, `Bug`, etc.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Check license header
uses: apache/skywalking-eyes/header@main
code-style:
if: github.repository == 'apache/incubator-streampark'
if: github.repository == 'apache/streampark'
name: Code style
runs-on: ubuntu-latest
needs: license-header
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ concurrency:
jobs:
build_image:
runs-on: ubuntu-latest
if: ${{ github.repository == 'apache/incubator-streampark' }}
if: ${{ github.repository == 'apache/streampark' }}
steps:
- name: Check out the repo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Check license header
uses: apache/skywalking-eyes/header@main
code-style:
if: github.repository == 'apache/incubator-streampark'
if: github.repository == 'apache/streampark'
name: Code style
runs-on: ubuntu-latest
needs: license-header
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Check license header
uses: apache/skywalking-eyes/header@main
code-style:
if: github.repository == 'apache/incubator-streampark'
if: github.repository == 'apache/streampark'
name: Code style
runs-on: ubuntu-latest
needs: license-header
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@

<div align="center">

[![Stars](https://img.shields.io/github/stars/apache/streampark?style=for-the-badge&label=stars)](https://github.com/apache/incubator-streampark/stargazers)
[![Latest release](https://img.shields.io/github/v/release/apache/streampark.svg?style=for-the-badge&label=release)](https://github.com/apache/incubator-streampark/releases)
[![Stars](https://img.shields.io/github/stars/apache/streampark?style=for-the-badge&label=stars)](https://github.com/apache/streampark/stargazers)
[![Latest release](https://img.shields.io/github/v/release/apache/streampark.svg?style=for-the-badge&label=release)](https://github.com/apache/streampark/releases)
[![Total Downloads](https://img.shields.io/github/downloads/apache/streampark/total.svg?style=for-the-badge&label=downloads)](https://streampark.apache.org/download)
[![Twitter Follow](https://img.shields.io/twitter/follow/ASFStreamPark?label=follow&logo=x&style=for-the-badge)](https://twitter.com/ASFStreamPark)

**[Website](https://streampark.apache.org)**&nbsp;&nbsp;|&nbsp;&nbsp;
**[Official Docs](https://streampark.apache.org/docs/get-started/intro)**&nbsp;&nbsp;|&nbsp;&nbsp;
**[FAQ](https://github.com/apache/incubator-streampark/issues/507)**
**[FAQ](https://github.com/apache/streampark/issues/507)**

![](https://streampark.apache.org/image/dashboard-preview.png)

Expand Down Expand Up @@ -78,17 +78,17 @@ Download address for run-directly software package: https://streampark.apache.or

## 💋 Our users

Various companies and organizations use Apache StreamPark™ for research, production and commercial products. Are you using this project? [Welcome to add your company](https://github.com/apache/incubator-streampark/issues/163)!
Various companies and organizations use Apache StreamPark™ for research, production and commercial products. Are you using this project? [Welcome to add your company](https://github.com/apache/streampark/issues/163)!

![Our users](https://streampark.apache.org/image/users.png)

## 🤝 Contribution

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/apache/incubator-streampark/pulls)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/apache/streampark/pulls)

### 🙋 Submit Pull Request and Issues

You can submit any ideas as [pull requests](https://github.com/apache/incubator-streampark/pulls) or as [issues](https://github.com/apache/incubator-streampark/issues/new/choose).
You can submit any ideas as [pull requests](https://github.com/apache/streampark/pulls) or as [issues](https://github.com/apache/streampark/issues/new/choose).

> If you're new to posting issues, we ask that you read [*How To Ask Questions The Smart Way*](http://www.catb.org/~esr/faqs/smart-questions.html) (**This guide does not provide actual support services for this project!**), [How to Report Bugs Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html) prior to posting. Well written bug reports help us help you!
Expand All @@ -101,7 +101,7 @@ Mail List is the most recognized form of communication in Apache community. See

Thank you to all the people who already contributed to Apache StreamPark™!

[![contrib graph](https://contrib.rocks/image?repo=apache/streampark)](https://github.com/apache/incubator-streampark/graphs/contributors)
[![contrib graph](https://contrib.rocks/image?repo=apache/streampark)](https://github.com/apache/streampark/graphs/contributors)

## License

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@
</modules>

<scm>
<connection>scm:git:git://github.com/apache/incubator-streampark.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-streampark.git</developerConnection>
<connection>scm:git:git://github.com/apache/streampark.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/streampark.git</developerConnection>
<tag>HEAD</tag>
<url>scm:git:git@github.com:apache/incubator-streampark.git</url>
<url>scm:git:git@github.com:apache/streampark.git</url>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/apache/incubator-streampark/issues</url>
<url>https://github.com/apache/streampark/issues</url>
</issueManagement>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ object Utils extends Logger {
println(" /_/ \n\n")
println(" Version: 2.2.0-SNAPSHOT ")
println(" WebSite: https://streampark.apache.org ")
println(" GitHub : https://github.com/apache/incubator-streampark ")
println(" GitHub : https://github.com/apache/streampark ")
println(s" Info : $info ")
println(s" Time : ${LocalDateTime.now} \n\n")
// scalastyle:on println
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ insert into `t_flink_effective` values (100000, 100000, 2, 100000, now());
-- ----------------------------
-- Records of t_flink_project
-- ----------------------------
insert into `t_flink_project` values (100000, 100000, 'streampark-quickstart', 'https://github.com/apache/incubator-streampark-quickstart', 'release-2.0.0', null, null, null, null, null, null, 1, 1, null, 'streampark-quickstart', -1, now(), now());
insert into `t_flink_project` values (100000, 100000, 'streampark-quickstart', 'https://github.com/apache/streampark-quickstart', 'release-2.0.0', null, null, null, null, null, null, 1, 1, null, 'streampark-quickstart', -1, now(), now());

-- ----------------------------
-- Records of t_flink_sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ insert into "public"."t_flink_effective" values (100000, 100000, 2, 100000, now(
-- ----------------------------
-- Records of t_flink_project
-- ----------------------------
insert into "public"."t_flink_project" values (100000, 100000, 'streampark-quickstart', 'https://github.com/apache/incubator-streampark-quickstart', 'release-2.0.0', null, null, null, null, null, null, 1, 1, null, 'streampark-quickstart', -1, now(), now());
insert into "public"."t_flink_project" values (100000, 100000, 'streampark-quickstart', 'https://github.com/apache/streampark-quickstart', 'release-2.0.0', null, null, null, null, null, null, 1, 1, null, 'streampark-quickstart', -1, now(), now());

-- ----------------------------
-- Records of t_flink_sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* /_/
*
* WebSite: https://streampark.apache.org
* GitHub : https://github.com/apache/incubator-streampark
* GitHub : https://github.com/apache/streampark
*
* [StreamPark] Make stream processing easier ô~ô!
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void run(ApplicationArguments args) {
System.out.println(" /_/ \n\n");
System.out.println(" Version: 2.2.0 ");
System.out.println(" WebSite: https://streampark.apache.org ");
System.out.println(" GitHub : https://github.com/apache/incubator-streampark ");
System.out.println(" GitHub : https://github.com/apache/streampark ");
System.out.println(" Info : streampark-console start successful ");
System.out.println(" Local : http://localhost:" + port);
System.out.println(" Time : " + LocalDateTime.now() + "\n\n");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
[Details](${link})
</#if>
[Website](https://streampark.apache.org)
[GitHub](https://github.com/apache/incubator-streampark)
[GitHub](https://github.com/apache/streampark)

Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
"content": "GitHub"
},
"type": "primary",
"url": "https://github.com/apache/incubator-streampark"
"url": "https://github.com/apache/streampark"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
> Best Wishes!
> Apache StreamPark

<#if link??>[Details](${link}) </#if>[Website](https://streampark.apache.org) [GitHub](https://github.com/apache/incubator-streampark)
<#if link??>[Details](${link}) </#if>[Website](https://streampark.apache.org) [GitHub](https://github.com/apache/streampark)

Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ insert into `t_flink_effective` values (100000, 100000, 2, 100000, now());
-- ----------------------------
-- Records of t_flink_project
-- ----------------------------
insert into `t_flink_project` values (100000, 100000, 'streampark-quickstart', 'https://github.com/apache/incubator-streampark-quickstart', 'dev', null, null, null, null, null, null, 1, 1, null, 'streampark-quickstart', -1, now(), now());
insert into `t_flink_project` values (100000, 100000, 'streampark-quickstart', 'https://github.com/apache/streampark-quickstart', 'dev', null, null, null, null, null, null, 1, 1, null, 'streampark-quickstart', -1, now(), now());

-- ----------------------------
-- Records of t_flink_sql
Expand Down
2 changes: 1 addition & 1 deletion streampark-console/streampark-console-webapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/apache/incubator-streampark)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/apache/streampark)

## Local development

Expand Down
4 changes: 2 additions & 2 deletions streampark-console/streampark-console-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"packageManager": "pnpm@8.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/apache/incubator-streampark.git"
"url": "git+https://github.com/apache/streampark.git"
},
"license": "Apache-2.0 license",
"bugs": {
"url": "https://github.com/apache/incubator-streampark/issues"
"url": "https://github.com/apache/streampark/issues"
},
"homepage": "https://streampark.apache.org",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<a :href="GITHUB_URL" target="_blank" class="text-black hover:text-black github">
<Icon icon="ant-design:github-outlined" class="!pl-8px" style="font-size: 19px !important" />
<img
src="https://img.shields.io/github/stars/apache/incubator-streampark.svg?sanitize=true"
src="https://img.shields.io/github/stars/apache/streampark.svg?sanitize=true"
class="px-5px hidden md:block"
/>

<img
src="https://img.shields.io/github/forks/apache/incubator-streampark.svg?sanitize=true"
src="https://img.shields.io/github/forks/apache/streampark.svg?sanitize=true"
class="pr-8px hidden md:block"
/>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ export default {
"Sorry, you can't access. May be because you don't have permissions or the Sign In is invalid",
error404: 'Sorry, resource not found',
error501: '<a href="https://streampark.apache.org/">View the official documentation?</a>',
error502:
'<a href="https://github.com/apache/incubator-streampark/issues/new/choose">report issue ?</a>',
error502: '<a href="https://github.com/apache/streampark/issues/new/choose">report issue ?</a>',
errorMsg: 'System error,Please contact the administrator',
},
app: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ export default {
error403: '抱歉,您无法访问。可能是因为你没有权限或登录无效',
error404: '抱歉,未找到资源',
error501: '<a href="https://streampark.apache.org/">查看官方文档?</a>',
error502:
'<a href="https://github.com/apache/incubator-streampark/issues/new/choose">报告问题 ?</a>',
error502: '<a href="https://github.com/apache/streampark/issues/new/choose">报告问题 ?</a>',
errorMsg: '系统错误,请联系管理员',
},
app: { logoutTip: '温馨提醒', logoutMessage: '是否确认退出系统?', menuLoading: '菜单加载中...' },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// github repo url
export const GITHUB_URL = 'https://github.com/apache/incubator-streampark';
export const GITHUB_URL = 'https://github.com/apache/streampark';

// doc
export const DOC_URL = 'https://streampark.apache.org/docs/get-started/intro';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function requestErrorHandle(error: any) {
width: width,
html: '<pre class="api-exception">' + error.response.data.message + '</pre>',
footer:
'<a href="https://github.com/apache/incubator-streampark/issues/new/choose">report issue ?</a>',
'<a href="https://github.com/apache/streampark/issues/new/choose">report issue ?</a>',
focusConfirm: false,
});
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default defineComponent({
<div class="flex items-center mt-10">
<a
class="btn streampark-btn btn !flex items-center"
href="https://github.com/apache/incubator-streampark"
href="https://github.com/apache/streampark"
target="_blank"
>
<Icon icon="ant-design:github-filled"></Icon>
Expand All @@ -82,11 +82,11 @@ export default defineComponent({
<div class="mt-20px shields z-3 flex items-center">
<Tag color="#477de9">Version: v{version}</Tag>
<img
src="https://img.shields.io/github/stars/apache/incubator-streampark.svg?sanitize=true"
src="https://img.shields.io/github/stars/apache/streampark.svg?sanitize=true"
class="wow fadeInUp"
></img>
<img
src="https://img.shields.io/github/forks/apache/incubator-streampark.svg?sanitize=true"
src="https://img.shields.io/github/forks/apache/streampark.svg?sanitize=true"
class="wow fadeInUp"
></img>
</div>
Expand Down
Loading

0 comments on commit 369be9d

Please sign in to comment.