You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by gi...@apache.org on 2022/06/23 16:29:33 UTC

[helix] branch dependabot/npm_and_yarn/helix-front/ini-1.3.8 updated (605692fe9 -> 56c4a8031)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/helix-front/ini-1.3.8
in repository https://gitbox.apache.org/repos/asf/helix.git


 discard 605692fe9 Bump ini from 1.3.5 to 1.3.8 in /helix-front
     add 9aa8069f8 Delete Cluster UI [helix-front] (#2159)
     add 8a19aa40d Automatic code formatting for helix-front (#2157)
     add b4f8bd52f Add AclRegister interfaces and ClusterAccessor integration (#2153)
     add 3ad6c4ee2 Update UI for Node Ideal State [helix-front] (#2162)
     add 174aaae75 resolve yargs-parser dependency ReDos security vulnerability [helix-front] (#2164)
     add 56c4a8031 Bump ini from 1.3.5 to 1.3.8 in /helix-front

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (605692fe9)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/helix-front/ini-1.3.8 (56c4a8031)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 helix-front/.eslintrc.json                         |  39 +-
 helix-front/.prettierignore                        |   6 +
 helix-front/.prettierrc.json                       |   3 +
 helix-front/.vscode/launch.json                    |   6 +-
 helix-front/angular.json                           |  52 +-
 helix-front/assemble/{package.sh => assemble.sh}   |   0
 helix-front/client/app/app-routing.module.ts       |  71 +--
 helix-front/client/app/app.component.html          |  23 +-
 helix-front/client/app/app.component.scss          |   3 +-
 helix-front/client/app/app.component.spec.ts       |  16 +-
 helix-front/client/app/app.component.ts            |  80 +--
 helix-front/client/app/app.module.ts               |  10 +-
 helix-front/client/app/chooser/chooser.module.ts   |  15 +-
 .../chooser/helix-list/helix-list.component.html   |   8 +-
 .../helix-list/helix-list.component.spec.ts        |  15 +-
 .../app/chooser/helix-list/helix-list.component.ts |  13 +-
 .../app/chooser/shared/chooser.service.spec.ts     |  16 +-
 .../client/app/chooser/shared/chooser.service.ts   |   4 +-
 .../cluster-detail/cluster-detail.component.html   |  58 ++-
 .../cluster-detail.component.spec.ts               |  15 +-
 .../cluster-detail/cluster-detail.component.ts     | 158 +++---
 .../cluster-list/cluster-list.component.html       |  10 +-
 .../cluster-list/cluster-list.component.spec.ts    |  15 +-
 .../cluster/cluster-list/cluster-list.component.ts |  62 ++-
 .../client/app/cluster/cluster.component.html      |  10 +-
 .../client/app/cluster/cluster.component.spec.ts   |  12 +-
 .../client/app/cluster/cluster.component.ts        |  17 +-
 helix-front/client/app/cluster/cluster.module.ts   |  20 +-
 .../client/app/cluster/shared/cluster.model.ts     |  13 +-
 .../client/app/cluster/shared/cluster.resolver.ts  |   1 -
 .../app/cluster/shared/cluster.service.spec.ts     |   2 +-
 .../client/app/cluster/shared/cluster.service.ts   |  50 +-
 .../config-detail/config-detail.component.html     |   3 +-
 .../config-detail/config-detail.component.spec.ts  |  17 +-
 .../config-detail/config-detail.component.ts       |  59 ++-
 .../app/configuration/configuration.module.ts      |  15 +-
 .../shared/configuration.service.spec.ts           |  11 +-
 .../configuration/shared/configuration.service.ts  |  67 ++-
 .../controller-detail.component.html               |  29 +-
 .../controller-detail.component.spec.ts            |  14 +-
 .../controller-detail.component.ts                 |  18 +-
 .../client/app/controller/controller.module.ts     |   9 +-
 .../controller/shared/controller.service.spec.ts   |  11 +-
 .../app/controller/shared/controller.service.ts    |  25 +-
 helix-front/client/app/core/core.module.ts         |   8 +-
 helix-front/client/app/core/helix.service.spec.ts  |   2 +-
 helix-front/client/app/core/helix.service.ts       |  54 +-
 helix-front/client/app/core/user.service.ts        |  24 +-
 .../client/app/dashboard/dashboard.component.html  |  22 +-
 .../client/app/dashboard/dashboard.component.scss  |   8 +-
 .../app/dashboard/dashboard.component.spec.ts      |   9 +-
 .../client/app/dashboard/dashboard.component.ts    | 243 +++++----
 .../client/app/dashboard/dashboard.module.ts       |  13 +-
 .../history-list/history-list.component.html       |  36 +-
 .../history-list/history-list.component.spec.ts    |  14 +-
 .../history/history-list/history-list.component.ts |  23 +-
 helix-front/client/app/history/history.module.ts   |  11 +-
 .../app/history/shared/history.service.spec.ts     |   2 +-
 .../client/app/history/shared/history.service.ts   |  14 +-
 .../instance-detail/instance-detail.component.html |  51 +-
 .../instance-detail/instance-detail.component.scss |   1 -
 .../instance-detail.component.spec.ts              |  13 +-
 .../instance-detail/instance-detail.component.ts   |  52 +-
 .../instance-list/instance-list.component.html     |  36 +-
 .../instance-list/instance-list.component.scss     |   4 +-
 .../instance-list/instance-list.component.spec.ts  |  15 +-
 .../instance-list/instance-list.component.ts       |  22 +-
 helix-front/client/app/instance/instance.module.ts |  17 +-
 .../client/app/instance/shared/instance.model.ts   |   5 +-
 .../app/instance/shared/instance.service.spec.ts   |  11 +-
 .../client/app/instance/shared/instance.service.ts |  93 ++--
 .../partition-detail.component.html                |  38 +-
 .../partition-detail.component.spec.ts             |   9 +-
 .../partition-detail/partition-detail.component.ts |   9 +-
 .../partition-list/partition-list.component.html   |  72 ++-
 .../partition-list/partition-list.component.scss   |   5 +-
 .../partition-list.component.spec.ts               |  17 +-
 .../partition-list/partition-list.component.ts     |  35 +-
 .../resource-detail-for-instance.component.html    |  25 +-
 .../resource-detail-for-instance.component.spec.ts |  11 +-
 .../resource-detail-for-instance.component.ts      |  26 +-
 .../resource-detail/resource-detail.component.html |  61 ++-
 .../resource-detail.component.spec.ts              |  17 +-
 .../resource-detail/resource-detail.component.ts   |  55 +--
 .../resource-list/resource-list.component.html     |  33 +-
 .../resource-list/resource-list.component.spec.ts  |  15 +-
 .../resource-list/resource-list.component.ts       |  60 ++-
 .../resource-node-viewer.component.html            |   5 +-
 .../resource-node-viewer.component.spec.ts         |  13 +-
 .../resource-node-viewer.component.ts              |  23 +-
 helix-front/client/app/resource/resource.module.ts |  13 +-
 .../client/app/resource/shared/resource.model.ts   |  65 ++-
 .../app/resource/shared/resource.resolver.ts       |   1 -
 .../app/resource/shared/resource.service.spec.ts   |  11 +-
 .../client/app/resource/shared/resource.service.ts | 101 ++--
 .../shared/data-table/data-table.component.html    |  41 +-
 .../shared/data-table/data-table.component.spec.ts |  13 +-
 .../app/shared/data-table/data-table.component.ts  |  29 +-
 .../detail-header/detail-header.component.html     |   2 +-
 .../detail-header/detail-header.component.scss     |  20 +-
 .../detail-header/detail-header.component.spec.ts  |   9 +-
 .../detail-header/detail-header.component.ts       |   6 +-
 .../alert-dialog/alert-dialog.component.spec.ts    |   5 +-
 .../dialog/alert-dialog/alert-dialog.component.ts  |   8 +-
 .../confirm-dialog/confirm-dialog.component.html   |   9 +-
 .../confirm-dialog.component.spec.ts               |   5 +-
 .../confirm-dialog/confirm-dialog.component.ts     |   9 +-
 .../input-dialog/input-dialog.component.html       |  30 +-
 .../input-dialog/input-dialog.component.spec.ts    |   5 +-
 .../dialog/input-dialog/input-dialog.component.ts  |  10 +-
 .../disabled-label/disabled-label.component.scss   |   8 +-
 .../disabled-label.component.spec.ts               |   5 +-
 .../disabled-label/disabled-label.component.ts     |   9 +-
 .../client/app/shared/helper.service.spec.ts       |   4 +-
 helix-front/client/app/shared/helper.service.ts    |  14 +-
 .../input-inline/input-inline.component.html       |  16 +-
 .../input-inline/input-inline.component.spec.ts    |   9 +-
 .../shared/input-inline/input-inline.component.ts  |  39 +-
 .../json-viewer/json-viewer.component.spec.ts      |   9 +-
 .../shared/json-viewer/json-viewer.component.ts    |   8 +-
 .../key-value-pairs/key-value-pairs.component.html |   8 +-
 .../key-value-pairs/key-value-pairs.component.scss |   2 +-
 .../key-value-pairs.component.spec.ts              |   5 +-
 .../key-value-pairs/key-value-pairs.component.ts   |  12 +-
 helix-front/client/app/shared/material.module.ts   |  80 +--
 helix-front/client/app/shared/models/node.model.ts |  32 +-
 .../shared/node-viewer/node-viewer.component.html  | 148 ++++--
 .../node-viewer/node-viewer.component.spec.ts      |  17 +-
 .../shared/node-viewer/node-viewer.component.ts    | 231 ++++++---
 helix-front/client/app/shared/shared.module.ts     |  19 +-
 .../shared/state-label/state-label.component.html  |  12 +-
 .../shared/state-label/state-label.component.scss  |  10 +-
 .../state-label/state-label.component.spec.ts      |   7 +-
 .../shared/state-label/state-label.component.ts    |   9 +-
 .../job-detail/job-detail.component.spec.ts        |  22 +-
 .../workflow/job-detail/job-detail.component.ts    |  20 +-
 .../app/workflow/job-list/job-list.component.html  |  32 +-
 .../workflow/job-list/job-list.component.spec.ts   |  11 +-
 .../app/workflow/job-list/job-list.component.ts    |  16 +-
 .../client/app/workflow/shared/job.service.spec.ts |   2 +-
 .../client/app/workflow/shared/job.service.ts      |  11 +-
 .../client/app/workflow/shared/workflow.model.ts   |  34 +-
 .../app/workflow/shared/workflow.service.spec.ts   |  11 +-
 .../client/app/workflow/shared/workflow.service.ts |  28 +-
 .../workflow-dag/workflow-dag.component.html       |  55 ++-
 .../workflow-dag/workflow-dag.component.scss       |   4 +-
 .../workflow-dag/workflow-dag.component.spec.ts    |  11 +-
 .../workflow-dag/workflow-dag.component.ts         |  24 +-
 .../workflow-detail/workflow-detail.component.html |  82 +++-
 .../workflow-detail/workflow-detail.component.scss |   4 +-
 .../workflow-detail.component.spec.ts              |  15 +-
 .../workflow-detail/workflow-detail.component.ts   |  48 +-
 .../workflow-list/workflow-list.component.html     |   4 +-
 .../workflow-list/workflow-list.component.spec.ts  |  13 +-
 .../workflow-list/workflow-list.component.ts       |  34 +-
 helix-front/client/app/workflow/workflow.module.ts |  13 +-
 .../client/environments/environment.prod.ts        |   2 +-
 helix-front/client/environments/environment.ts     |   4 +-
 helix-front/client/index.html                      |  22 +-
 helix-front/client/polyfills.ts                    |   7 +-
 helix-front/client/styles.scss                     |   4 +-
 helix-front/client/testing/stubs.ts                |   3 +-
 helix-front/client/testing/testing.module.ts       |  12 +-
 helix-front/client/theme.scss                      |  34 +-
 helix-front/client/tsconfig.app.json               |   9 +-
 helix-front/client/tsconfig.spec.json              |  15 +-
 helix-front/cypress.config.ts                      |   6 +-
 helix-front/cypress/e2e/spec.cy.ts                 |  14 +-
 helix-front/cypress/tsconfig.json                  |  17 +-
 helix-front/karma.conf.js                          |  32 +-
 helix-front/package.json                           |  48 +-
 helix-front/pom.xml                                |   2 +-
 helix-front/proxy.conf.json                        |   2 +-
 helix-front/server/app.ts                          |  30 +-
 helix-front/server/config.ts                       |  12 +-
 helix-front/server/controllers/d.ts                |   4 +-
 helix-front/server/controllers/helix.ts            |  16 +-
 helix-front/server/controllers/user.ts             |  65 +--
 helix-front/server/routes.ts                       |   3 +-
 helix-front/server/tsconfig.json                   |   2 +-
 helix-front/setupJest.ts                           |  22 +-
 helix-front/tsconfig.json                          |  14 +-
 helix-front/tslint.json                            |  43 +-
 helix-front/yarn.lock                              | 541 +++++++++------------
 .../org/apache/helix/rest/acl/AclRegister.java     |  10 +-
 .../org/apache/helix/rest/acl/NoopAclRegister.java |  10 +-
 .../helix/rest/common/ContextPropertyKeys.java     |   3 +-
 .../apache/helix/rest/server/HelixRestServer.java  |  14 +-
 .../server/resources/helix/ClusterAccessor.java    |  13 +
 ...TestAuthValidator.java => TestAclRegister.java} |  68 +--
 .../helix/rest/server/TestAuthValidator.java       |   5 +-
 191 files changed, 2696 insertions(+), 2444 deletions(-)
 create mode 100644 helix-front/.prettierignore
 create mode 100644 helix-front/.prettierrc.json
 rename helix-front/assemble/{package.sh => assemble.sh} (100%)
 copy helix-core/src/main/java/org/apache/helix/store/zk/ZkListener.java => helix-rest/src/main/java/org/apache/helix/rest/acl/AclRegister.java (80%)
 copy recipes/rsync-replicated-file-system/src/main/java/org/apache/helix/filestore/ChangeLog.java => helix-rest/src/main/java/org/apache/helix/rest/acl/NoopAclRegister.java (81%)
 copy helix-rest/src/test/java/org/apache/helix/rest/server/{TestAuthValidator.java => TestAclRegister.java} (55%)