You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2022/12/13 20:19:17 UTC

[helix] branch master updated (917b786e4 -> e62501567)

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

jxue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


    from 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)

No new revisions were added by this update.

Summary of changes:
 helix-front/jest.config.js                         |   6 +
 helix-front/package.json                           |   8 +-
 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 +++++++++++++++++++--
 50 files changed, 761 insertions(+), 147 deletions(-)
 copy helix-front/{src => }/tsconfig.spec.json (52%)