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/12/13 20:20:34 UTC

[helix] branch dependabot/npm_and_yarn/helix-front/decode-uri-component-0.2.2 updated (bf5736e86 -> 3a890ecf1)

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/decode-uri-component-0.2.2
in repository https://gitbox.apache.org/repos/asf/helix.git


 discard bf5736e86 Bump decode-uri-component from 0.2.0 to 0.2.2 in /helix-front
     add ed4d29621  Add npm run build:mvn script to enable building helix-front module with maven (#2303)
     add f1b7b658d Issue-2296 Fixed Possible Json Ordering Permutations Problem in Tests (#2297)
     add f4016b706 Reducing zk operations default retry timeout. (#2293)
     add eba2ca842 [maven-release-plugin] prepare release helix-1.1.0
     add a2c544f0e [maven-release-plugin] prepare for next development iteration
     add 917b786e4 Remove revision variable in pom.xml and update bump-up.sh (#2308)
     add e62501567 show errors from instance detail page instance remove action in the UI (#2317)
     add 37a8d8957 2310/update some links to https (#2311)
     add 3a890ecf1 Bump decode-uri-component from 0.2.0 to 0.2.2 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   (bf5736e86)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/helix-front/decode-uri-component-0.2.2 (3a890ecf1)

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:
 bump-snapshot.sh                                   |   4 +-
 bump-up.sh                                         |  21 +-
 helix-admin-webapp/pom.xml                         |   3 +-
 helix-agent/pom.xml                                |   3 +-
 helix-common/pom.xml                               |   3 +-
 helix-core/pom.xml                                 |   3 +-
 helix-front/jest.config.js                         |   6 +
 helix-front/package.json                           |   9 +-
 helix-front/pom.xml                                |  28 ++-
 helix-front/setupJest.ts                           |   6 +-
 helix-front/src/app/app.component.spec.ts          |  37 ++-
 .../helix-list/helix-list.component.spec.ts        |  14 +-
 .../src/app/chooser/shared/chooser.service.spec.ts |   1 +
 .../cluster-detail.component.spec.ts               |  17 +-
 .../cluster-list/cluster-list.component.spec.ts    |  17 +-
 .../src/app/cluster/cluster.component.spec.ts      |  40 ++-
 .../src/app/cluster/shared/cluster.service.spec.ts |   1 +
 .../config-detail/config-detail.component.spec.ts  |  15 +-
 .../shared/configuration.service.spec.ts           |   1 +
 .../controller-detail.component.spec.ts            |  17 +-
 .../controller/shared/controller.service.spec.ts   |   1 +
 helix-front/src/app/core/helix.service.spec.ts     |   1 +
 .../src/app/dashboard/dashboard.component.spec.ts  |  14 +-
 .../history-list/history-list.component.spec.ts    |  17 +-
 .../src/app/history/shared/history.service.spec.ts |   1 +
 .../instance-detail.component.spec.ts              |  17 +-
 .../instance-detail/instance-detail.component.ts   |  26 +-
 .../instance-list/instance-list.component.spec.ts  |  17 +-
 .../app/instance/shared/instance.service.spec.ts   |   1 +
 .../partition-detail.component.spec.ts             |  17 +-
 .../partition-list.component.spec.ts               |  15 +-
 .../resource-detail-for-instance.component.spec.ts |  17 +-
 .../resource-detail.component.spec.ts              |  17 +-
 .../resource-list/resource-list.component.spec.ts  |  15 +-
 .../resource-node-viewer.component.spec.ts         |  17 +-
 .../app/resource/shared/resource.service.spec.ts   |   1 +
 .../shared/data-table/data-table.component.spec.ts |  15 +-
 .../detail-header/detail-header.component.spec.ts  |  15 +-
 .../alert-dialog/alert-dialog.component.spec.ts    |  17 +-
 .../confirm-dialog.component.spec.ts               |  17 +-
 .../input-dialog/input-dialog.component.spec.ts    |  17 +-
 .../disabled-label.component.spec.ts               |  15 +-
 helix-front/src/app/shared/helper.service.spec.ts  |   1 +
 .../input-inline/input-inline.component.spec.ts    |  15 +-
 .../json-viewer/json-viewer.component.spec.ts      |  15 +-
 .../key-value-pairs.component.spec.ts              |  15 +-
 .../node-viewer/node-viewer.component.spec.ts      |  13 +-
 .../state-label/state-label.component.spec.ts      |  15 +-
 .../job-detail/job-detail.component.spec.ts        |  19 +-
 .../workflow/job-list/job-list.component.spec.ts   |  16 +-
 .../src/app/workflow/shared/job.service.spec.ts    |   1 +
 .../app/workflow/shared/workflow.service.spec.ts   |   1 +
 .../workflow-dag/workflow-dag.component.spec.ts    |  17 +-
 .../workflow-detail.component.spec.ts              |  17 +-
 .../workflow-list/workflow-list.component.spec.ts  |  17 +-
 helix-front/{src => }/tsconfig.spec.json           |   6 +-
 helix-front/yarn.lock                              | 270 +++++++++++++++++++--
 helix-lock/pom.xml                                 |   3 +-
 helix-rest/pom.xml                                 |   4 +-
 .../rest/server/json/cluster/TestClusterInfo.java  |   4 +-
 .../server/json/cluster/TestClusterTopology.java   |   4 +-
 .../server/json/instance/TestStoppableCheck.java   |   2 +-
 helix-view-aggregator/pom.xml                      |   3 +-
 metadata-store-directory-common/pom.xml            |   3 +-
 metrics-common/pom.xml                             |   3 +-
 pom.xml                                            |   8 +-
 recipes/distributed-lock-manager/pom.xml           |   3 +-
 recipes/pom.xml                                    |   5 +-
 recipes/rabbitmq-consumer-group/pom.xml            |   3 +-
 recipes/rsync-replicated-file-system/pom.xml       |   3 +-
 recipes/service-discovery/pom.xml                  |   3 +-
 recipes/task-execution/pom.xml                     |   5 +-
 website/0.9.9/pom.xml                              |   6 +-
 website/1.0.2/pom.xml                              |   6 +-
 website/1.0.4/pom.xml                              |   6 +-
 website/pom.xml                                    |   8 +-
 website/src/site/apt/privacy-policy.apt            |   4 +-
 website/src/site/apt/releasing.apt                 |   8 +-
 website/src/site/markdown/Architecture.md          |   4 +-
 website/src/site/markdown/Publications.md          |  12 +-
 website/src/site/markdown/index.md                 |   2 +-
 website/src/site/markdown/involved/building.md     |   2 +-
 website/src/site/markdown/sources.md               |   6 +-
 website/src/site/site.xml                          |  12 +-
 website/src/site/xdoc/download.xml.vm              |  56 ++---
 zookeeper-api/pom.xml                              |   3 +-
 .../zookeeper/api/client/RealmAwareZkClient.java   |   4 +-
 .../helix/zookeeper/impl/client/ZkClient.java      |   4 +-
 88 files changed, 885 insertions(+), 288 deletions(-)
 copy helix-front/{src => }/tsconfig.spec.json (52%)