This is an automated email from the ASF dual-hosted git repository. benjobs pushed a commit to branch TLP in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
commit 369be9d208b925e6dd38c580cda7484e7698147a Author: benjobs <[email protected]> AuthorDate: Sun Dec 15 10:50:34 2024 +0800 [TLP] remove "incubator" prefix --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 ++-- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 4 ++-- .github/ISSUE_TEMPLATE/improvement-request.yml | 4 ++-- .github/ISSUE_TEMPLATE/spip-request.yml | 4 ++-- .github/ISSUE_TEMPLATE/umbrella.yml | 4 ++-- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/workflows/backend.yml | 2 +- .github/workflows/docker-push.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/unit-test.yml | 2 +- README.md | 14 +++++++------- pom.xml | 8 ++++---- .../scala/org/apache/streampark/common/util/Utils.scala | 2 +- .../src/main/assembly/script/data/mysql-data.sql | 2 +- .../src/main/assembly/script/data/pgsql-data.sql | 2 +- .../streampark/console/StreamParkConsoleBootstrap.java | 2 +- .../streampark/console/system/runner/StartedUpRunner.java | 2 +- .../src/main/resources/alert-template/alert-dingTalk.ftl | 2 +- .../src/main/resources/alert-template/alert-lark.ftl | 2 +- .../src/main/resources/alert-template/alert-weCom.ftl | 2 +- .../src/main/resources/db/data-h2.sql | 2 +- streampark-console/streampark-console-webapp/README.md | 2 +- streampark-console/streampark-console-webapp/package.json | 4 ++-- .../src/layouts/default/header/components/Github.vue | 4 ++-- .../streampark-console-webapp/src/locales/lang/en/sys.ts | 3 +-- .../src/locales/lang/zh-CN/sys.ts | 3 +-- .../streampark-console-webapp/src/settings/siteSetting.ts | 2 +- .../src/utils/http/axios/helper.ts | 2 +- .../src/views/base/login/LoginSlogan.tsx | 6 +++--- .../streampark/e2e/cases/ProjectsManagementTest.java | 2 +- .../streampark/flink/client/trait/FlinkClientTrait.scala | 4 ++-- 32 files changed, 51 insertions(+), 53 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 49b353ac0..e5e9c3ce6 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 002ec4b39..0abec1737 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index f38471abf..ef49e4de8 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/improvement-request.yml b/.github/ISSUE_TEMPLATE/improvement-request.yml index 5f32b1ac4..d51613b0a 100644 --- a/.github/ISSUE_TEMPLATE/improvement-request.yml +++ b/.github/ISSUE_TEMPLATE/improvement-request.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/spip-request.yml b/.github/ISSUE_TEMPLATE/spip-request.yml index b7e32e8f9..a44e27429 100644 --- a/.github/ISSUE_TEMPLATE/spip-request.yml +++ b/.github/ISSUE_TEMPLATE/spip-request.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/umbrella.yml b/.github/ISSUE_TEMPLATE/umbrella.yml index a8f20c9fd..a9359270e 100644 --- a/.github/ISSUE_TEMPLATE/umbrella.yml +++ b/.github/ISSUE_TEMPLATE/umbrella.yml @@ -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 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4d08dbcb3..33d0fc864 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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. diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index ef1a83a6e..7a0a79ab2 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -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 diff --git a/.github/workflows/docker-push.yml b/.github/workflows/docker-push.yml index 0ea62484e..1aa4abee1 100644 --- a/.github/workflows/docker-push.yml +++ b/.github/workflows/docker-push.yml @@ -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 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 01589a692..77904aa08 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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 diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index 9ad116aeb..9baee33b0 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -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 diff --git a/README.md b/README.md index c3cbf828d..7bde3ce06 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ <div align="center"> -[](https://github.com/apache/incubator-streampark/stargazers) -[](https://github.com/apache/incubator-streampark/releases) +[](https://github.com/apache/streampark/stargazers) +[](https://github.com/apache/streampark/releases) [](https://streampark.apache.org/download) [](https://twitter.com/ASFStreamPark) **[Website](https://streampark.apache.org)** | **[Official Docs](https://streampark.apache.org/docs/get-started/intro)** | -**[FAQ](https://github.com/apache/incubator-streampark/issues/507)** +**[FAQ](https://github.com/apache/streampark/issues/507)**  @@ -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)!  ## 🤝 Contribution -[](https://github.com/apache/incubator-streampark/pulls) +[](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! @@ -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™! -[](https://github.com/apache/incubator-streampark/graphs/contributors) +[](https://github.com/apache/streampark/graphs/contributors) ## License diff --git a/pom.xml b/pom.xml index 4a65812ba..3b99f2847 100644 --- a/pom.xml +++ b/pom.xml @@ -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:[email protected]:apache/incubator-streampark.git</url> + <url>scm:git:[email protected]: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> diff --git a/streampark-common/src/main/scala/org/apache/streampark/common/util/Utils.scala b/streampark-common/src/main/scala/org/apache/streampark/common/util/Utils.scala index e0613bc57..60eb183f5 100644 --- a/streampark-common/src/main/scala/org/apache/streampark/common/util/Utils.scala +++ b/streampark-common/src/main/scala/org/apache/streampark/common/util/Utils.scala @@ -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 diff --git a/streampark-console/streampark-console-service/src/main/assembly/script/data/mysql-data.sql b/streampark-console/streampark-console-service/src/main/assembly/script/data/mysql-data.sql index ecf0edd86..1d94ec494 100644 --- a/streampark-console/streampark-console-service/src/main/assembly/script/data/mysql-data.sql +++ b/streampark-console/streampark-console-service/src/main/assembly/script/data/mysql-data.sql @@ -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 diff --git a/streampark-console/streampark-console-service/src/main/assembly/script/data/pgsql-data.sql b/streampark-console/streampark-console-service/src/main/assembly/script/data/pgsql-data.sql index 813d1a789..46686f66b 100644 --- a/streampark-console/streampark-console-service/src/main/assembly/script/data/pgsql-data.sql +++ b/streampark-console/streampark-console-service/src/main/assembly/script/data/pgsql-data.sql @@ -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 diff --git a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/StreamParkConsoleBootstrap.java b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/StreamParkConsoleBootstrap.java index ad1e279e8..67cc74f2c 100644 --- a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/StreamParkConsoleBootstrap.java +++ b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/StreamParkConsoleBootstrap.java @@ -37,7 +37,7 @@ import org.springframework.scheduling.annotation.EnableScheduling; * /_/ * * WebSite: https://streampark.apache.org - * GitHub : https://github.com/apache/incubator-streampark + * GitHub : https://github.com/apache/streampark * * [StreamPark] Make stream processing easier ô~ô! * diff --git a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/runner/StartedUpRunner.java b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/runner/StartedUpRunner.java index 6eeabc815..5dfa77b23 100644 --- a/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/runner/StartedUpRunner.java +++ b/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/system/runner/StartedUpRunner.java @@ -50,7 +50,7 @@ public class StartedUpRunner implements ApplicationRunner { 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"); diff --git a/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-dingTalk.ftl b/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-dingTalk.ftl index 403e3dc17..438d24dde 100644 --- a/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-dingTalk.ftl +++ b/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-dingTalk.ftl @@ -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) diff --git a/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-lark.ftl b/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-lark.ftl index f9f42e427..04ec2396f 100644 --- a/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-lark.ftl +++ b/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-lark.ftl @@ -258,7 +258,7 @@ "content": "GitHub" }, "type": "primary", - "url": "https://github.com/apache/incubator-streampark" + "url": "https://github.com/apache/streampark" } ] } diff --git a/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-weCom.ftl b/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-weCom.ftl index 143aa4ea6..ca90996e2 100644 --- a/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-weCom.ftl +++ b/streampark-console/streampark-console-service/src/main/resources/alert-template/alert-weCom.ftl @@ -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) diff --git a/streampark-console/streampark-console-service/src/main/resources/db/data-h2.sql b/streampark-console/streampark-console-service/src/main/resources/db/data-h2.sql index 5e5bb79c0..d76d1ede5 100644 --- a/streampark-console/streampark-console-service/src/main/resources/db/data-h2.sql +++ b/streampark-console/streampark-console-service/src/main/resources/db/data-h2.sql @@ -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 diff --git a/streampark-console/streampark-console-webapp/README.md b/streampark-console/streampark-console-webapp/README.md index 4c47fbbd2..49fa1f6c5 100644 --- a/streampark-console/streampark-console-webapp/README.md +++ b/streampark-console/streampark-console-webapp/README.md @@ -10,7 +10,7 @@ Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately. -[](https://gitpod.io/#https://github.com/apache/incubator-streampark) +[](https://gitpod.io/#https://github.com/apache/streampark) ## Local development diff --git a/streampark-console/streampark-console-webapp/package.json b/streampark-console/streampark-console-webapp/package.json index b1ee23fef..9e3ce9bac 100644 --- a/streampark-console/streampark-console-webapp/package.json +++ b/streampark-console/streampark-console-webapp/package.json @@ -8,11 +8,11 @@ "packageManager": "[email protected]", "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": { diff --git a/streampark-console/streampark-console-webapp/src/layouts/default/header/components/Github.vue b/streampark-console/streampark-console-webapp/src/layouts/default/header/components/Github.vue index 408cbf9ab..c10c7973a 100755 --- a/streampark-console/streampark-console-webapp/src/layouts/default/header/components/Github.vue +++ b/streampark-console/streampark-console-webapp/src/layouts/default/header/components/Github.vue @@ -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> diff --git a/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts b/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts index 40e48bede..fbd400a8f 100644 --- a/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts +++ b/streampark-console/streampark-console-webapp/src/locales/lang/en/sys.ts @@ -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: { diff --git a/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/sys.ts b/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/sys.ts index 0b03f71f2..6b361fa21 100644 --- a/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/sys.ts +++ b/streampark-console/streampark-console-webapp/src/locales/lang/zh-CN/sys.ts @@ -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: '菜单加载中...' }, diff --git a/streampark-console/streampark-console-webapp/src/settings/siteSetting.ts b/streampark-console/streampark-console-webapp/src/settings/siteSetting.ts index 26fd4b6ee..fa4f71416 100644 --- a/streampark-console/streampark-console-webapp/src/settings/siteSetting.ts +++ b/streampark-console/streampark-console-webapp/src/settings/siteSetting.ts @@ -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'; diff --git a/streampark-console/streampark-console-webapp/src/utils/http/axios/helper.ts b/streampark-console/streampark-console-webapp/src/utils/http/axios/helper.ts index 824b61e16..c64be13a2 100644 --- a/streampark-console/streampark-console-webapp/src/utils/http/axios/helper.ts +++ b/streampark-console/streampark-console-webapp/src/utils/http/axios/helper.ts @@ -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 { diff --git a/streampark-console/streampark-console-webapp/src/views/base/login/LoginSlogan.tsx b/streampark-console/streampark-console-webapp/src/views/base/login/LoginSlogan.tsx index b9cd1466f..26b691299 100644 --- a/streampark-console/streampark-console-webapp/src/views/base/login/LoginSlogan.tsx +++ b/streampark-console/streampark-console-webapp/src/views/base/login/LoginSlogan.tsx @@ -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> @@ -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> diff --git a/streampark-e2e/streampark-e2e-case/src/test/java/org/apache/streampark/e2e/cases/ProjectsManagementTest.java b/streampark-e2e/streampark-e2e-case/src/test/java/org/apache/streampark/e2e/cases/ProjectsManagementTest.java index 8639b29fc..72a90b5ca 100644 --- a/streampark-e2e/streampark-e2e-case/src/test/java/org/apache/streampark/e2e/cases/ProjectsManagementTest.java +++ b/streampark-e2e/streampark-e2e-case/src/test/java/org/apache/streampark/e2e/cases/ProjectsManagementTest.java @@ -44,7 +44,7 @@ public class ProjectsManagementTest { private static final String editedProjectName = "e2e_test_project_edited"; - private static final String url = "https://github.com/apache/incubator-streampark-quickstart"; + private static final String url = "https://github.com/apache/streampark-quickstart"; private static final String branch = "dev"; diff --git a/streampark-flink/streampark-flink-client/streampark-flink-client-core/src/main/scala/org/apache/streampark/flink/client/trait/FlinkClientTrait.scala b/streampark-flink/streampark-flink-client/streampark-flink-client-core/src/main/scala/org/apache/streampark/flink/client/trait/FlinkClientTrait.scala index 4b8a25212..8a8aa8cb7 100644 --- a/streampark-flink/streampark-flink-client/streampark-flink-client-core/src/main/scala/org/apache/streampark/flink/client/trait/FlinkClientTrait.scala +++ b/streampark-flink/streampark-flink-client/streampark-flink-client-core/src/main/scala/org/apache/streampark/flink/client/trait/FlinkClientTrait.scala @@ -290,13 +290,13 @@ trait FlinkClientTrait extends Logger { submitRequest.jobType match { case FlinkJobType.PYFLINK => if (submitRequest.libs.nonEmpty) { - // BUG: https://github.com/apache/incubator-streampark/issues/3761 + // BUG: https://github.com/apache/streampark/issues/3761 // builder.setUserClassPaths(Lists.newArrayList(submitRequest.libs: _*)) } case _ => builder .setJarFile(jarFile) - // BUG: https://github.com/apache/incubator-streampark/issues/3761 + // BUG: https://github.com/apache/streampark/issues/3761 // .setUserClassPaths(Lists.newArrayList(submitRequest.classPaths: _*)) } builder
