From 7815a628c439a0b874c3f429faebfde2ea77c100 Mon Sep 17 00:00:00 2001 From: break60 <790061044@qq.com> Date: Mon, 28 Oct 2019 14:19:32 +0800 Subject: [PATCH] update security and CI (#1102) * Dependency workflow add dependency correction value * Download workflow instance map width adjustment and change "desc" field to "description" * The third-party library that builds the dependency is recommended to be placed in 'devDependencies' * Tree chart and Gantt chart style modification * The workflow instance can be deleted only when its status is success, failure, stop and pause. * change desc to description * Maximum width of tooltip is set to 500px, note the copyright number of login page * Delete copyright number * No tenant in the list of selected tenants the default is default, and the status not shown in the repair page * repair * Repair security center module prompt * Remove blank character during verification * Remove blank character during verification * Non admin users cannot create users, tenants, alarm groups, queues and worker groups * Remove CI windows detection --- .github/workflows/ci_frontend.yml | 2 +- .../src/js/conf/home/pages/security/pages/queue/index.vue | 6 ++++-- .../js/conf/home/pages/security/pages/tenement/index.vue | 6 ++++-- .../conf/home/pages/security/pages/warningGroups/index.vue | 6 ++++-- .../conf/home/pages/security/pages/workerGroups/index.vue | 6 ++++-- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci_frontend.yml b/.github/workflows/ci_frontend.yml index 67643ea9cf..ee7e062847 100644 --- a/.github/workflows/ci_frontend.yml +++ b/.github/workflows/ci_frontend.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v1 - name: Set up Node.js diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/queue/index.vue b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/queue/index.vue index ec98b143ea..44a1145fc2 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/queue/index.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/security/pages/queue/index.vue @@ -18,7 +18,7 @@