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/03 19:52:18 UTC

[helix] branch dependabot/npm_and_yarn/helix-front/angular/core-11.0.5 updated (d822b8678 -> b4942fc95)

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/angular/core-11.0.5
in repository https://gitbox.apache.org/repos/asf/helix.git


 discard d822b8678 Bump @angular/core from 8.2.14 to 11.0.5 in /helix-front
     add e84a4a736 Revert and disable batch enable/disable functionality (#2134)
     add 4faa5f61a Upgrade helix-front to Angular 12.2  (#2131)
     add b4942fc95 Bump @angular/core from 8.2.14 to 11.0.5 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   (d822b8678)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/helix-front/angular/core-11.0.5 (b4942fc95)

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:
 .../src/main/java/org/apache/helix/HelixAdmin.java |    14 -
 .../event/helix/DefaultCloudEventCallbackImpl.java |    55 +-
 .../org/apache/helix/manager/zk/ZKHelixAdmin.java  |    32 +-
 .../apache/helix/util/InstanceValidationUtil.java  |    39 +-
 .../event/TestDefaultCloudEventCallbackImpl.java   |   114 -
 .../integration/TestBatchEnableInstances.java      |    73 +-
 .../java/org/apache/helix/mock/MockHelixAdmin.java |    34 +-
 .../helix/util/TestInstanceValidationUtil.java     |     2 +-
 helix-front/angular.json                           |    27 +-
 .../cluster-list/cluster-list.component.scss       |     3 +-
 .../client/app/cluster/cluster.component.scss      |     4 +-
 .../history-list/history-list.component.scss       |     4 +-
 .../instance-list/instance-list.component.scss     |     6 +-
 .../partition-list/partition-list.component.scss   |     6 +-
 .../resource-detail/resource-detail.component.scss |     3 +-
 .../shared/data-table/data-table.component.scss    |     3 +-
 .../detail-header/detail-header.component.scss     |    12 +-
 .../disabled-label/disabled-label.component.scss   |     6 +-
 .../shared/node-viewer/node-viewer.component.scss  |     6 +-
 .../shared/state-label/state-label.component.scss  |     6 +-
 .../workflow-dag/workflow-dag.component.scss       |     8 +-
 .../workflow-detail/workflow-detail.component.scss |     8 +-
 helix-front/client/polyfills.ts                    |     2 +-
 helix-front/client/theme.scss                      |    16 +-
 helix-front/package-lock.json                      | 12210 +++++++++----------
 helix-front/package.json                           |    38 +-
 helix-front/tsconfig.json                          |     1 -
 helix-front/yarn.lock                              |  3737 +++---
 .../server/resources/helix/InstancesAccessor.java  |    13 +-
 .../helix/rest/server/TestInstancesAccessor.java   |     2 +-
 30 files changed, 7427 insertions(+), 9057 deletions(-)
 delete mode 100644 helix-core/src/test/java/org/apache/helix/cloud/event/TestDefaultCloudEventCallbackImpl.java