From 369be9d208b925e6dd38c580cda7484e7698147a Mon Sep 17 00:00:00 2001 From: benjobs Date: Sun, 15 Dec 2024 10:50:34 +0800 Subject: [PATCH] [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 ++++---- .../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 +- .../console/StreamParkConsoleBootstrap.java | 2 +- .../console/system/runner/StartedUpRunner.java | 2 +- .../resources/alert-template/alert-dingTalk.ftl | 2 +- .../main/resources/alert-template/alert-lark.ftl | 2 +- .../main/resources/alert-template/alert-weCom.ftl | 2 +- .../src/main/resources/db/data-h2.sql | 2 +- .../streampark-console-webapp/README.md | 2 +- .../streampark-console-webapp/package.json | 4 ++-- .../layouts/default/header/components/Github.vue | 4 ++-- .../src/locales/lang/en/sys.ts | 3 +-- .../src/locales/lang/zh-CN/sys.ts | 3 +-- .../src/settings/siteSetting.ts | 2 +- .../src/utils/http/axios/helper.ts | 2 +- .../src/views/base/login/LoginSlogan.tsx | 6 +++--- .../e2e/cases/ProjectsManagementTest.java | 2 +- .../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 49b353ac04..e5e9c3ce66 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 002ec4b391..0abec17374 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 f38471abff..ef49e4de84 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 5f32b1ac4e..d51613b0a0 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 b7e32e8f98..a44e274290 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 a8f20c9fdf..a9359270e1 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 4d08dbcb36..33d0fc864f 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 ef1a83a6e7..7a0a79ab23 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 0ea62484e1..1aa4abee10 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 01589a6921..77904aa085 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 9ad116aebb..9baee33b0f 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 c3cbf828d7..7bde3ce061 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@
-[![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)**  |   **[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)** ![](https://streampark.apache.org/image/dashboard-preview.png) @@ -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! @@ -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 diff --git a/pom.xml b/pom.xml index 4a65812bae..3b99f2847a 100644 --- a/pom.xml +++ b/pom.xml @@ -70,15 +70,15 @@ - scm:git:git://github.com/apache/incubator-streampark.git - scm:git:https://gitbox.apache.org/repos/asf/incubator-streampark.git + scm:git:git://github.com/apache/streampark.git + scm:git:https://gitbox.apache.org/repos/asf/streampark.git HEAD - scm:git:git@github.com:apache/incubator-streampark.git + scm:git:git@github.com:apache/streampark.git GitHub - https://github.com/apache/incubator-streampark/issues + https://github.com/apache/streampark/issues 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 e0613bc57b..60eb183f52 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 ecf0edd86f..1d94ec4949 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 813d1a7890..46686f66b7 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 ad1e279e87..67cc74f2cc 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 @@ * /_/ * * 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 6eeabc8150..5dfa77b23a 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 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"); 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 403e3dc178..438d24dde9 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}) [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 f9f42e4274..04ec2396f6 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 143aa4ea67..ca90996e21 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}) [Website](https://streampark.apache.org) [GitHub](https://github.com/apache/incubator-streampark) +<#if link??>[Details](${link}) [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 5e5bb79c0d..d76d1ede58 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 4c47fbbd20..49fa1f6c5a 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. -[![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 diff --git a/streampark-console/streampark-console-webapp/package.json b/streampark-console/streampark-console-webapp/package.json index b1ee23fef2..9e3ce9bacd 100644 --- a/streampark-console/streampark-console-webapp/package.json +++ b/streampark-console/streampark-console-webapp/package.json @@ -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": { 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 408cbf9abd..c10c7973a7 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 @@ 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 40e48bedea..fbd400a8fe 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: 'View the official documentation?', - error502: - 'report issue ?', + error502: 'report issue ?', 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 0b03f71f23..6b361fa21e 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: '查看官方文档?', - error502: - '报告问题 ?', + error502: '报告问题 ?', 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 26fd4b6ee8..fa4f714169 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 824b61e164..c64be13a20 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: '
' + error.response.data.message + '
', footer: - 'report issue ?', + 'report issue ?', 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 b9cd1466ff..26b691299b 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({
@@ -82,11 +82,11 @@ export default defineComponent({
Version: v{version}
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 8639b29fc1..72a90b5ca4 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 4b8a25212d..8a8aa8cb75 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