From 2db6384eeedbe7144a4fac11fc0a377c2ffe23d0 Mon Sep 17 00:00:00 2001 From: benjobs Date: Mon, 10 Feb 2025 23:25:50 +0800 Subject: [PATCH] [TLP] drop "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 +- .licenserc.yaml | 1 - DISCLAIMER | 1 - README.md | 14 +++++++------- pom.xml | 8 ++++---- .../org/apache/streampark/common/util/Utils.scala | 2 +- .../streampark-console-service/pom.xml | 4 ++-- .../src/main/assembly/assembly.xml | 3 +-- .../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 +- .../streampark-console-webapp/README.md | 2 +- .../Application/src/AppDarkModeToggle.vue | 4 +--- .../src/components/ContextMenu/src/ContextMenu.vue | 4 +--- .../src/components/Form/src/BasicForm.vue | 2 +- .../src/components/Page/src/PageFooter.vue | 4 +--- .../components/Table/src/components/HeaderCell.vue | 2 +- .../src/hooks/web/useLockPage.ts | 9 +++------ .../src/layouts/default/footer/index.vue | 3 ++- .../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 +- .../streampark-console-webapp/src/utils/props.ts | 2 +- .../src/views/base/login/LoginSlogan.tsx | 6 +++--- .../e2e/cases/ProjectsManagementTest.java | 2 +- .../flink/client/trait/FlinkClientTrait.scala | 4 ++-- 40 files changed, 60 insertions(+), 73 deletions(-) delete mode 100644 DISCLAIMER diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 286a19be10..3df5f58678 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 f1de295ee0..142450465f 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/.licenserc.yaml b/.licenserc.yaml index 9701fd8448..c236e02386 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -39,7 +39,6 @@ header: - '**/known-dependencies.txt' - '**/LICENSE' - '**/NOTICE' - - "DISCLAIMER" - '**/*.MD' - '**/*.ftl' - '**/*.tpl' diff --git a/DISCLAIMER b/DISCLAIMER deleted file mode 100644 index 0996f95684..0000000000 --- a/DISCLAIMER +++ /dev/null @@ -1 +0,0 @@ -Apache StreamPark is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. 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/pom.xml b/streampark-console/streampark-console-service/pom.xml index fd7eb9c5d0..0feba80a1f 100644 --- a/streampark-console/streampark-console-service/pom.xml +++ b/streampark-console/streampark-console-service/pom.xml @@ -640,7 +640,7 @@ false false false - apache-streampark-${project.version}-incubating-bin + apache-streampark-${project.version}-bin ${basedir}/src/main/assembly/assembly.xml @@ -776,7 +776,7 @@ package - + diff --git a/streampark-console/streampark-console-service/src/main/assembly/assembly.xml b/streampark-console/streampark-console-service/src/main/assembly/assembly.xml index 5b42644e86..37667ac70a 100644 --- a/streampark-console/streampark-console-service/src/main/assembly/assembly.xml +++ b/streampark-console/streampark-console-service/src/main/assembly/assembly.xml @@ -21,7 +21,7 @@ tar.gz true - apache-streampark-${project.version}-incubating-bin + apache-streampark-${project.version}-bin @@ -122,7 +122,6 @@ README.md - DISCLAIMER 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-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/src/components/Application/src/AppDarkModeToggle.vue b/streampark-console/streampark-console-webapp/src/components/Application/src/AppDarkModeToggle.vue index d4e0ce1646..19ba3b1514 100644 --- a/streampark-console/streampark-console-webapp/src/components/Application/src/AppDarkModeToggle.vue +++ b/streampark-console/streampark-console-webapp/src/components/Application/src/AppDarkModeToggle.vue @@ -63,9 +63,7 @@ height: 18px; background-color: #fff; border-radius: 50%; - transition: - transform 0.5s, - background-color 0.5s; + transition: transform 0.5s, background-color 0.5s; will-change: transform; } diff --git a/streampark-console/streampark-console-webapp/src/components/ContextMenu/src/ContextMenu.vue b/streampark-console/streampark-console-webapp/src/components/ContextMenu/src/ContextMenu.vue index 78cac5c5b6..e08c25f36b 100644 --- a/streampark-console/streampark-console-webapp/src/components/ContextMenu/src/ContextMenu.vue +++ b/streampark-console/streampark-console-webapp/src/components/ContextMenu/src/ContextMenu.vue @@ -179,9 +179,7 @@ background-color: @component-background; border: 1px solid rgb(0 0 0 / 8%); border-radius: 0.25rem; - box-shadow: - 0 2px 2px 0 rgb(0 0 0 / 14%), - 0 3px 1px -2px rgb(0 0 0 / 10%), + box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 10%), 0 1px 5px 0 rgb(0 0 0 / 6%); background-clip: padding-box; user-select: none; diff --git a/streampark-console/streampark-console-webapp/src/components/Form/src/BasicForm.vue b/streampark-console/streampark-console-webapp/src/components/Form/src/BasicForm.vue index e5a9dacf62..1cd7e3809b 100644 --- a/streampark-console/streampark-console-webapp/src/components/Form/src/BasicForm.vue +++ b/streampark-console/streampark-console-webapp/src/components/Form/src/BasicForm.vue @@ -113,7 +113,7 @@ }); const getBindValue = computed( - () => ({ ...attrs, ...props, ...unref(getProps) }) as Recordable, + () => ({ ...attrs, ...props, ...unref(getProps) } as Recordable), ); const getSchema = computed((): FormSchema[] => { diff --git a/streampark-console/streampark-console-webapp/src/components/Page/src/PageFooter.vue b/streampark-console/streampark-console-webapp/src/components/Page/src/PageFooter.vue index 8fdbc8f41a..e89a6ce979 100644 --- a/streampark-console/streampark-console-webapp/src/components/Page/src/PageFooter.vue +++ b/streampark-console/streampark-console-webapp/src/components/Page/src/PageFooter.vue @@ -39,9 +39,7 @@ line-height: 44px; background-color: @component-background; border-top: 1px solid @border-color-base; - box-shadow: - 0 -6px 16px -8px rgb(0 0 0 / 8%), - 0 -9px 28px 0 rgb(0 0 0 / 5%), + box-shadow: 0 -6px 16px -8px rgb(0 0 0 / 8%), 0 -9px 28px 0 rgb(0 0 0 / 5%), 0 -12px 48px 16px rgb(0 0 0 / 3%); transition: width 0.2s; diff --git a/streampark-console/streampark-console-webapp/src/components/Table/src/components/HeaderCell.vue b/streampark-console/streampark-console-webapp/src/components/Table/src/components/HeaderCell.vue index 36ab854c59..35c0802696 100644 --- a/streampark-console/streampark-console-webapp/src/components/Table/src/components/HeaderCell.vue +++ b/streampark-console/streampark-console-webapp/src/components/Table/src/components/HeaderCell.vue @@ -22,7 +22,7 @@ props: { column: { type: Object as PropType, - default: () => ({}) as BasicColumn, + default: () => ({} as BasicColumn), }, }, setup(props) { diff --git a/streampark-console/streampark-console-webapp/src/hooks/web/useLockPage.ts b/streampark-console/streampark-console-webapp/src/hooks/web/useLockPage.ts index 9a66074210..c543be9542 100644 --- a/streampark-console/streampark-console-webapp/src/hooks/web/useLockPage.ts +++ b/streampark-console/streampark-console-webapp/src/hooks/web/useLockPage.ts @@ -32,12 +32,9 @@ export function useLockPage() { } clear(); - timeId = setTimeout( - () => { - lockPage(); - }, - lockTime * 60 * 1000, - ); + timeId = setTimeout(() => { + lockPage(); + }, lockTime * 60 * 1000); } function lockPage(): void { diff --git a/streampark-console/streampark-console-webapp/src/layouts/default/footer/index.vue b/streampark-console/streampark-console-webapp/src/layouts/default/footer/index.vue index f2df7b69b7..2beff3be98 100644 --- a/streampark-console/streampark-console-webapp/src/layouts/default/footer/index.vue +++ b/streampark-console/streampark-console-webapp/src/layouts/default/footer/index.vue @@ -16,7 +16,7 @@ -->