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/tree-kill-1.2.2
in repository https://gitbox.apache.org/repos/asf/helix.git
discard 1b6e009b6 Bump tree-kill from 1.2.0 to 1.2.2 in /helix-front
add e4decbf77 helix-front: fix tsickle git hash bug (#2151)
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 dadaba13c implement util for cloud event (#2149)
add 3b28b4e6d Add Types for Ideal State, fix Payload Format (#2168)
add 49aef7c54 Add TASK_THREADPOOL_RESET_TIMEOUT as system property (#2177)
add 132715785 Reuse zkclient in BestPossibleExternalViewVerifier and fix
resource leak (#2180)
add 11846ccbf update tslib, set import-helpers: false [helix-front]
(#2166)
add 3ea5d4a00 Optimize HelixTaskExecutor reset() in event of shutdown
(#2183)
add d896d2e69 Remove cloud config check in VirtualTopologyGroupService
(#2190)
add 5a4cfc71a Improve Workflow List UI, fix #2195 (#2196)
add 11b9fe851 Implement ViewClusterRefresher caching synchronization
(#2199)
add 46309d27c Helix Front storybook visual tests (#2204)
add cc5c99100 Bump tree-kill from 1.2.0 to 1.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 (1b6e009b6)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/helix-front/tree-kill-1.2.2 (cc5c99100)
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:
.../java/org/apache/helix/SystemPropertyKeys.java | 3 +
.../event/helix/DefaultCloudEventCallbackImpl.java | 77 +-
.../cloud/event/helix/HelixCloudEventListener.java | 4 +-
.../cloud/event/helix/HelixEventHandlingUtil.java | 111 +-
.../rebalancer/waged/ReadOnlyWagedRebalancer.java | 5 -
.../helix/manager/zk/ZkBucketDataAccessor.java | 39 +-
.../helix/messaging/DefaultMessagingService.java | 18 +-
.../messaging/handling/HelixTaskExecutor.java | 64 +-
.../helix/messaging/handling/TaskExecutor.java | 1 +
.../helix/participant/HelixStateMachineEngine.java | 1 +
.../BestPossibleExternalViewVerifier.java | 44 +-
.../ClusterVerifiers/ZkHelixClusterVerifier.java | 7 +-
.../event/TestDefaultCloudEventCallbackImpl.java | 111 +
.../messaging/TestDefaultMessagingService.java | 13 +
.../messaging/handling/TestHelixTaskExecutor.java | 38 +
helix-front/.babelrc | 5 +
helix-front/.eslintrc.json | 39 +-
helix-front/.prettierignore | 7 +
helix-front/.prettierrc.json | 3 +
helix-front/.storybook/main.js | 39 +
helix-front/.vscode/launch.json | 6 +-
helix-front/angular.json | 92 +-
helix-front/assemble/{package.sh => assemble.sh} | 0
.../client/app/cluster/shared/cluster.service.ts | 62 -
.../configuration/shared/configuration.service.ts | 46 -
.../app/controller/shared/controller.service.ts | 22 -
.../client/app/dashboard/dashboard.component.ts | 274 -
.../client/app/instance/shared/instance.service.ts | 78 -
.../client/app/resource/shared/resource.service.ts | 98 -
.../detail-header/detail-header.component.scss | 39 -
.../disabled-label/disabled-label.component.scss | 12 -
helix-front/client/app/shared/material.module.ts | 102 -
.../shared/node-viewer/node-viewer.component.ts | 318 -
.../shared/state-label/state-label.component.scss | 17 -
.../client/app/workflow/shared/workflow.service.ts | 32 -
.../workflow-list/workflow-list.component.html | 34 -
.../workflow-list/workflow-list.component.ts | 45 -
helix-front/client/tsconfig.spec.json | 19 -
helix-front/cypress.config.ts | 6 +-
helix-front/cypress/e2e/spec.cy.ts | 14 +-
helix-front/cypress/tsconfig.json | 19 +-
helix-front/docs/classes/Cluster.html | 518 +
helix-front/docs/classes/Controller.html | 436 +
helix-front/docs/classes/HelixCtrl.html | 535 +
helix-front/docs/classes/History.html | 308 +
helix-front/docs/classes/Instance.html | 549 +
helix-front/docs/classes/Job.html | 657 +
helix-front/docs/classes/Node.html | 838 +
helix-front/docs/classes/Partition.html | 482 +
helix-front/docs/classes/Resource.html | 838 +
helix-front/docs/classes/Settings.html | 344 +
helix-front/docs/classes/Task.html | 244 +
helix-front/docs/classes/UserCtrl.html | 667 +
helix-front/docs/classes/Workflow.html | 689 +
.../docs/components/AlertDialogComponent.html | 488 +
helix-front/docs/components/AppComponent.html | 812 +
helix-front/docs/components/ClusterComponent.html | 582 +
.../docs/components/ClusterDetailComponent.html | 1268 ++
.../docs/components/ClusterListComponent.html | 901 ++
.../docs/components/ConfigDetailComponent.html | 949 ++
.../docs/components/ConfirmDialogComponent.html | 610 +
.../docs/components/ControllerDetailComponent.html | 589 +
.../docs/components/DashboardComponent.html | 1566 ++
.../docs/components/DataTableComponent.html | 1132 ++
.../docs/components/DetailHeaderComponent.html | 631 +
.../docs/components/DisabledLabelComponent.html | 431 +
.../docs/components/HelixListComponent.html | 516 +
.../docs/components/HistoryListComponent.html | 894 +
.../docs/components/InputDialogComponent.html | 751 +
.../docs/components/InputInlineComponent.html | 1738 ++
.../docs/components/InstanceDetailComponent.html | 959 ++
.../docs/components/InstanceListComponent.html | 811 +
.../docs/components/JobDetailComponent.html | 523 +
helix-front/docs/components/JobListComponent.html | 833 +
.../docs/components/JsonViewerComponent.html | 461 +
.../docs/components/KeyValuePairsComponent.html | 458 +
.../docs/components/NodeViewerComponent.html | 2772 ++++
.../docs/components/PartitionDetailComponent.html | 587 +
.../docs/components/PartitionListComponent.html | 1088 ++
.../docs/components/ResourceDetailComponent.html | 970 ++
.../ResourceDetailForInstanceComponent.html | 708 +
.../docs/components/ResourceListComponent.html | 1012 ++
.../components/ResourceNodeViewerComponent.html | 705 +
.../docs/components/StateLabelComponent.html | 470 +
.../docs/components/WorkflowDagComponent.html | 864 +
.../docs/components/WorkflowDetailComponent.html | 877 +
.../docs/components/WorkflowListComponent.html | 854 +
helix-front/docs/coverage.html | 1073 ++
helix-front/docs/dependencies.html | 212 +
.../docs/directives/KeyValuePairDirective.html | 276 +
helix-front/docs/fonts/ionicons.eot | Bin 0 -> 112650 bytes
helix-front/docs/fonts/ionicons.svg | 2090 +++
helix-front/docs/fonts/ionicons.ttf | Bin 0 -> 112472 bytes
helix-front/docs/fonts/ionicons.woff | Bin 0 -> 65912 bytes
helix-front/docs/fonts/ionicons.woff2 | Bin 0 -> 50632 bytes
helix-front/docs/fonts/roboto-v15-latin-300.eot | Bin 0 -> 16205 bytes
helix-front/docs/fonts/roboto-v15-latin-300.svg | 314 +
helix-front/docs/fonts/roboto-v15-latin-300.ttf | Bin 0 -> 32664 bytes
helix-front/docs/fonts/roboto-v15-latin-300.woff | Bin 0 -> 18520 bytes
helix-front/docs/fonts/roboto-v15-latin-300.woff2 | Bin 0 -> 14524 bytes
helix-front/docs/fonts/roboto-v15-latin-700.eot | Bin 0 -> 16208 bytes
helix-front/docs/fonts/roboto-v15-latin-700.svg | 310 +
helix-front/docs/fonts/roboto-v15-latin-700.ttf | Bin 0 -> 32500 bytes
helix-front/docs/fonts/roboto-v15-latin-700.woff | Bin 0 -> 18568 bytes
helix-front/docs/fonts/roboto-v15-latin-700.woff2 | Bin 0 -> 14552 bytes
helix-front/docs/fonts/roboto-v15-latin-italic.eot | Bin 0 -> 17534 bytes
helix-front/docs/fonts/roboto-v15-latin-italic.svg | 323 +
helix-front/docs/fonts/roboto-v15-latin-italic.ttf | Bin 0 -> 33404 bytes
.../docs/fonts/roboto-v15-latin-italic.woff | Bin 0 -> 19880 bytes
.../docs/fonts/roboto-v15-latin-italic.woff2 | Bin 0 -> 11500 bytes
.../docs/fonts/roboto-v15-latin-regular.eot | Bin 0 -> 16227 bytes
.../docs/fonts/roboto-v15-latin-regular.svg | 308 +
.../docs/fonts/roboto-v15-latin-regular.ttf | Bin 0 -> 32652 bytes
.../docs/fonts/roboto-v15-latin-regular.woff | Bin 0 -> 18520 bytes
.../docs/fonts/roboto-v15-latin-regular.woff2 | Bin 0 -> 14584 bytes
helix-front/docs/graph/dependencies.svg | 1030 ++
helix-front/docs/guards/ClusterResolver.html | 315 +
helix-front/docs/guards/ResourceResolver.html | 316 +
.../docs/images/compodoc-vectorise-inverted.png | Bin 0 -> 21782 bytes
.../docs/images/compodoc-vectorise-inverted.svg | 201 +
helix-front/docs/images/compodoc-vectorise.png | Bin 0 -> 21325 bytes
helix-front/docs/images/compodoc-vectorise.svg | 201 +
.../docs/images/coverage-badge-documentation.svg | 9 +
helix-front/docs/images/favicon.ico | Bin 0 -> 1150 bytes
helix-front/docs/index.html | 124 +
helix-front/docs/injectables/ChooserService.html | 827 +
helix-front/docs/injectables/ClusterService.html | 1497 ++
.../docs/injectables/ConfigurationService.html | 1674 ++
.../docs/injectables/ControllerService.html | 872 +
helix-front/docs/injectables/HelixService.html | 867 +
helix-front/docs/injectables/HelperService.html | 494 +
helix-front/docs/injectables/HistoryService.html | 1057 ++
helix-front/docs/injectables/InstanceService.html | 1403 ++
helix-front/docs/injectables/JobService.html | 868 +
helix-front/docs/injectables/ResourceService.html | 1605 ++
helix-front/docs/injectables/UserService.html | 446 +
helix-front/docs/injectables/WorkflowService.html | 1144 ++
helix-front/docs/interfaces/HelixSession.html | 259 +
helix-front/docs/interfaces/HelixUserRequest.html | 232 +
helix-front/docs/interfaces/IReplica.html | 437 +
helix-front/docs/interfaces/ListFieldObject.html | 370 +
helix-front/docs/interfaces/MapFieldObject.html | 370 +
helix-front/docs/interfaces/SimpleFieldObject.html | 370 +
helix-front/docs/js/compodoc.js | 14 +
helix-front/docs/js/lazy-load-graphs.js | 44 +
helix-front/docs/js/libs/EventDispatcher.js | 5 +
helix-front/docs/js/libs/bootstrap-native.js | 2 +
helix-front/docs/js/libs/clipboard.min.js | 7 +
.../docs/js/libs/custom-elements-es5-adapter.js | 15 +
helix-front/docs/js/libs/custom-elements.min.js | 38 +
helix-front/docs/js/libs/d3.v3.min.js | 2 +
helix-front/docs/js/libs/deep-iterator.js | 2 +
helix-front/docs/js/libs/es6-shim.min.js | 11 +
helix-front/docs/js/libs/htmlparser.js | 23 +
helix-front/docs/js/libs/innersvg.js | 9 +
helix-front/docs/js/libs/lit-html.js | 1 +
helix-front/docs/js/libs/prism.js | 46 +
helix-front/docs/js/libs/promise.min.js | 6 +
helix-front/docs/js/libs/svg-pan-zoom.min.js | 3 +
helix-front/docs/js/libs/tablesort.min.js | 6 +
helix-front/docs/js/libs/tablesort.number.min.js | 6 +
helix-front/docs/js/libs/vis.min.js | 46 +
helix-front/docs/js/libs/zepto.min.js | 2 +
helix-front/docs/js/menu-wc.js | 574 +
helix-front/docs/js/menu-wc_es5.js | 60 +
helix-front/docs/js/menu.js | 321 +
helix-front/docs/js/routes.js | 280 +
helix-front/docs/js/search/lunr.min.js | 6 +
helix-front/docs/js/search/search-lunr.js | 67 +
helix-front/docs/js/search/search.js | 268 +
helix-front/docs/js/search/search_index.js | 4 +
helix-front/docs/js/sourceCode.js | 58 +
helix-front/docs/js/svg-pan-zoom.controls.js | 53 +
helix-front/docs/js/tabs.js | 21 +
helix-front/docs/js/tree.js | 147 +
helix-front/docs/miscellaneous/functions.html | 188 +
helix-front/docs/miscellaneous/typealiases.html | 173 +
helix-front/docs/miscellaneous/variables.html | 451 +
helix-front/docs/modules.html | 353 +
helix-front/docs/modules/AppModule.html | 461 +
.../docs/modules/AppModule/dependencies.svg | 196 +
helix-front/docs/modules/ChooserModule.html | 278 +
.../docs/modules/ChooserModule/dependencies.svg | 72 +
helix-front/docs/modules/ClusterModule.html | 357 +
.../docs/modules/ClusterModule/dependencies.svg | 124 +
helix-front/docs/modules/ConfigurationModule.html | 277 +
.../modules/ConfigurationModule/dependencies.svg | 72 +
helix-front/docs/modules/ControllerModule.html | 251 +
.../docs/modules/ControllerModule/dependencies.svg | 56 +
helix-front/docs/modules/CoreModule.html | 161 +
helix-front/docs/modules/DashboardModule.html | 278 +
.../docs/modules/DashboardModule/dependencies.svg | 80 +
helix-front/docs/modules/HistoryModule.html | 254 +
.../docs/modules/HistoryModule/dependencies.svg | 56 +
helix-front/docs/modules/InstanceModule.html | 296 +
.../docs/modules/InstanceModule/dependencies.svg | 84 +
helix-front/docs/modules/MaterialModule.html | 219 +
helix-front/docs/modules/ResourceModule.html | 374 +
.../docs/modules/ResourceModule/dependencies.svg | 132 +
helix-front/docs/modules/SharedModule.html | 629 +
.../docs/modules/SharedModule/dependencies.svg | 304 +
helix-front/docs/modules/TestingModule.html | 270 +
.../docs/modules/TestingModule/dependencies.svg | 56 +
helix-front/docs/modules/WorkflowModule.html | 374 +
.../docs/modules/WorkflowModule/dependencies.svg | 132 +
helix-front/docs/overview.html | 1221 ++
helix-front/docs/properties.html | 127 +
helix-front/docs/styles/bootstrap-card.css | 219 +
helix-front/docs/styles/bootstrap.min.css | 6 +
helix-front/docs/styles/compodoc.css | 1082 ++
helix-front/docs/styles/dark.css | 117 +
helix-front/docs/styles/ionicons.min.css | 11 +
helix-front/docs/styles/laravel.css | 113 +
helix-front/docs/styles/material.css | 131 +
helix-front/docs/styles/original.css | 51 +
helix-front/docs/styles/postmark.css | 238 +
helix-front/docs/styles/prism.css | 301 +
helix-front/docs/styles/readthedocs.css | 117 +
helix-front/docs/styles/reset.css | 129 +
helix-front/docs/styles/stripe.css | 106 +
helix-front/docs/styles/style.css | 7 +
helix-front/docs/styles/tablesort.css | 33 +
helix-front/docs/styles/vagrant.css | 130 +
helix-front/documentation.json | 16106 +++++++++++++++++++
helix-front/jest.config.js | 5 +-
helix-front/karma.conf.js | 32 +-
helix-front/package.json | 86 +-
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 | 18 +-
helix-front/server/controllers/user.ts | 65 +-
helix-front/server/routes.ts | 3 +-
helix-front/server/tsconfig.json | 2 +-
helix-front/setupJest.ts | 22 +-
.../{client => src}/app/app-routing.module.ts | 71 +-
helix-front/{client => src}/app/app.component.html | 23 +-
helix-front/{client => src}/app/app.component.scss | 3 +-
.../{client => src}/app/app.component.spec.ts | 16 +-
helix-front/{client => src}/app/app.component.ts | 80 +-
helix-front/{client => src}/app/app.module.ts | 10 +-
.../{client => src}/app/chooser/chooser.module.ts | 15 +-
.../chooser/helix-list/helix-list.component.html | 8 +-
.../chooser/helix-list/helix-list.component.scss | 0
.../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 +-
.../app/chooser/shared/chooser.service.ts | 4 +-
.../cluster-detail/cluster-detail.component.html | 58 +-
.../cluster-detail/cluster-detail.component.scss | 0
.../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.scss | 2 +-
.../cluster-list/cluster-list.component.spec.ts | 15 +-
.../cluster/cluster-list/cluster-list.component.ts | 62 +-
.../app/cluster/cluster.component.html | 10 +-
.../app/cluster/cluster.component.scss | 0
.../app/cluster/cluster.component.spec.ts | 12 +-
.../app/cluster/cluster.component.ts | 17 +-
.../{client => src}/app/cluster/cluster.module.ts | 20 +-
.../app/cluster/shared/cluster.model.ts | 13 +-
.../app/cluster/shared/cluster.resolver.ts | 1 -
.../app/cluster/shared/cluster.service.spec.ts | 2 +-
.../src/app/cluster/shared/cluster.service.ts | 56 +
.../config-detail/config-detail.component.html | 3 +-
.../config-detail/config-detail.component.scss | 0
.../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 | 81 +
.../controller-detail.component.html | 29 +-
.../controller-detail.component.scss | 0
.../controller-detail.component.spec.ts | 14 +-
.../controller-detail.component.ts | 18 +-
.../app/controller/controller.module.ts | 9 +-
.../app/controller/shared/controller.model.ts | 0
.../controller/shared/controller.service.spec.ts | 11 +-
.../app/controller/shared/controller.service.ts | 23 +
.../{client => src}/app/core/core.module.ts | 8 +-
.../{client => src}/app/core/helix.service.spec.ts | 2 +-
.../{client => src}/app/core/helix.service.ts | 56 +-
helix-front/{client => src}/app/core/settings.ts | 0
.../{client => src}/app/core/user.service.ts | 24 +-
.../app/dashboard/dashboard.component.html | 22 +-
.../app/dashboard/dashboard.component.scss | 8 +-
.../app/dashboard/dashboard.component.spec.ts | 9 +-
.../src/app/dashboard/dashboard.component.ts | 271 +
.../app/dashboard/dashboard.module.ts | 13 +-
.../history-list/history-list.component.html | 36 +-
.../history-list/history-list.component.scss | 2 +-
.../history-list/history-list.component.spec.ts | 14 +-
.../history/history-list/history-list.component.ts | 23 +-
.../{client => src}/app/history/history.module.ts | 11 +-
.../app/history/shared/history.model.ts | 0
.../app/history/shared/history.service.spec.ts | 2 +-
.../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 +-
.../app/instance/instance.module.ts | 17 +-
.../app/instance/shared/instance.model.ts | 5 +-
.../app/instance/shared/instance.service.spec.ts | 11 +-
.../src/app/instance/shared/instance.service.ts | 95 +
.../partition-detail.component.html | 38 +-
.../partition-detail.component.scss | 0
.../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.scss | 0
.../resource-detail-for-instance.component.spec.ts | 11 +-
.../resource-detail-for-instance.component.ts | 26 +-
.../resource-detail/resource-detail.component.html | 61 +-
.../resource-detail/resource-detail.component.scss | 2 +-
.../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.scss | 0
.../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.scss | 0
.../resource-node-viewer.component.spec.ts | 13 +-
.../resource-node-viewer.component.ts | 23 +-
.../app/resource/resource.module.ts | 13 +-
.../app/resource/shared/resource.model.ts | 65 +-
.../app/resource/shared/resource.resolver.ts | 1 -
.../app/resource/shared/resource.service.spec.ts | 11 +-
.../src/app/resource/shared/resource.service.ts | 123 +
.../shared/data-table/data-table.component.html | 41 +-
.../shared/data-table/data-table.component.scss | 2 +-
.../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 | 49 +
.../detail-header/detail-header.component.spec.ts | 9 +-
.../detail-header/detail-header.component.ts | 6 +-
.../alert-dialog/alert-dialog.component.html | 0
.../alert-dialog/alert-dialog.component.scss | 0
.../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/confirm-dialog.component.scss | 0
.../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.scss | 0
.../input-dialog/input-dialog.component.spec.ts | 5 +-
.../dialog/input-dialog/input-dialog.component.ts | 10 +-
.../disabled-label/disabled-label.component.html | 0
.../disabled-label/disabled-label.component.scss | 16 +
.../disabled-label.component.spec.ts | 5 +-
.../disabled-label/disabled-label.component.ts | 9 +-
.../app/shared/helper.service.spec.ts | 4 +-
.../{client => src}/app/shared/helper.service.ts | 14 +-
.../input-inline/input-inline.component.html | 16 +-
.../input-inline/input-inline.component.scss | 0
.../input-inline/input-inline.component.spec.ts | 9 +-
.../shared/input-inline/input-inline.component.ts | 39 +-
.../shared/json-viewer/json-viewer.component.html | 0
.../shared/json-viewer/json-viewer.component.scss | 0
.../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/src/app/shared/material.module.ts | 66 +
.../app/shared/models/node.model.ts | 32 +-
.../shared/node-viewer/node-viewer.component.html | 154 +-
.../shared/node-viewer/node-viewer.component.scss | 2 +-
.../node-viewer/node-viewer.component.spec.ts | 17 +-
.../shared/node-viewer/node-viewer.component.ts | 426 +
.../{client => src}/app/shared/shared.module.ts | 19 +-
.../shared/state-label/state-label.component.html | 12 +-
.../shared/state-label/state-label.component.scss | 23 +
.../state-label/state-label.component.spec.ts | 7 +-
.../shared/state-label/state-label.component.ts | 9 +-
.../app/shared/state-label/state-label.stories.ts | 59 +
.../workflow/job-detail/job-detail.component.html | 0
.../workflow/job-detail/job-detail.component.scss | 0
.../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 +-
.../app/workflow/job-list/job-list.component.scss | 0
.../workflow/job-list/job-list.component.spec.ts | 11 +-
.../app/workflow/job-list/job-list.component.ts | 16 +-
.../app/workflow/shared/job.service.spec.ts | 2 +-
.../app/workflow/shared/job.service.ts | 11 +-
.../app/workflow/shared/workflow.model.ts | 34 +-
.../app/workflow/shared/workflow.service.spec.ts | 11 +-
.../src/app/workflow/shared/workflow.service.ts | 34 +
.../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 | 88 +
.../workflow-list/workflow-list.component.scss | 0
.../workflow-list/workflow-list.component.spec.ts | 13 +-
.../workflow-list/workflow-list.component.ts | 67 +
.../workflow-list/workflow-list.stories.ts | 84 +
.../app/workflow/workflow.module.ts | 13 +-
helix-front/{client => src}/assets/.gitkeep | 0
helix-front/{client => src}/assets/logo.png | Bin
.../environments/environment.prod.ts | 2 +-
.../{client => src}/environments/environment.ts | 4 +-
helix-front/{client => src}/favicon.ico | Bin
helix-front/{client => src}/index.html | 22 +-
helix-front/{client => src}/main.ts | 0
helix-front/{client => src}/polyfills.ts | 7 +-
helix-front/{client => src}/styles.scss | 4 +-
helix-front/{client => src}/testing/stubs.ts | 3 +-
.../{client => src}/testing/testing.module.ts | 12 +-
helix-front/{client => src}/theme.scss | 34 +-
helix-front/{client => src}/tsconfig.app.json | 9 +-
helix-front/src/tsconfig.spec.json | 10 +
helix-front/{client => src}/typings.d.ts | 0
helix-front/tsconfig.json | 19 +-
helix-front/tslint.json | 43 +-
helix-front/yarn.lock | 6939 +++++++-
.../AclRegister.java} | 12 +-
.../NoopAclRegister.java} | 14 +-
.../helix/rest/common/ContextPropertyKeys.java | 3 +-
.../apache/helix/rest/server/HelixRestServer.java | 14 +-
.../apache/helix/rest/server/ServerContext.java | 2 +-
.../server/resources/helix/ClusterAccessor.java | 13 +
.../service/VirtualTopologyGroupService.java | 5 -
...TestAuthValidator.java => TestAclRegister.java} | 68 +-
.../helix/rest/server/TestAuthValidator.java | 5 +-
.../service/TestVirtualTopologyGroupService.java | 15 +-
.../helix/view/aggregator/HelixViewAggregator.java | 9 +-
.../view/aggregator/ViewClusterRefresher.java | 85 +-
.../view/dataprovider/ViewClusterDataCache.java | 53 +
.../view/aggregator/TestViewClusterRefresher.java | 3 +
.../dataprovider/TestViewClusterDataCache.java | 68 +
.../view/integration/TestHelixViewAggregator.java | 21 +
452 files changed, 97933 insertions(+), 3532 deletions(-)
create mode 100644
helix-core/src/test/java/org/apache/helix/cloud/event/TestDefaultCloudEventCallbackImpl.java
create mode 100644 helix-front/.babelrc
create mode 100644 helix-front/.prettierignore
create mode 100644 helix-front/.prettierrc.json
create mode 100644 helix-front/.storybook/main.js
rename helix-front/assemble/{package.sh => assemble.sh} (100%)
delete mode 100644 helix-front/client/app/cluster/shared/cluster.service.ts
delete mode 100644
helix-front/client/app/configuration/shared/configuration.service.ts
delete mode 100644
helix-front/client/app/controller/shared/controller.service.ts
delete mode 100644 helix-front/client/app/dashboard/dashboard.component.ts
delete mode 100644 helix-front/client/app/instance/shared/instance.service.ts
delete mode 100644 helix-front/client/app/resource/shared/resource.service.ts
delete mode 100644
helix-front/client/app/shared/detail-header/detail-header.component.scss
delete mode 100644
helix-front/client/app/shared/disabled-label/disabled-label.component.scss
delete mode 100644 helix-front/client/app/shared/material.module.ts
delete mode 100644
helix-front/client/app/shared/node-viewer/node-viewer.component.ts
delete mode 100644
helix-front/client/app/shared/state-label/state-label.component.scss
delete mode 100644 helix-front/client/app/workflow/shared/workflow.service.ts
delete mode 100644
helix-front/client/app/workflow/workflow-list/workflow-list.component.html
delete mode 100644
helix-front/client/app/workflow/workflow-list/workflow-list.component.ts
delete mode 100644 helix-front/client/tsconfig.spec.json
create mode 100644 helix-front/docs/classes/Cluster.html
create mode 100644 helix-front/docs/classes/Controller.html
create mode 100644 helix-front/docs/classes/HelixCtrl.html
create mode 100644 helix-front/docs/classes/History.html
create mode 100644 helix-front/docs/classes/Instance.html
create mode 100644 helix-front/docs/classes/Job.html
create mode 100644 helix-front/docs/classes/Node.html
create mode 100644 helix-front/docs/classes/Partition.html
create mode 100644 helix-front/docs/classes/Resource.html
create mode 100644 helix-front/docs/classes/Settings.html
create mode 100644 helix-front/docs/classes/Task.html
create mode 100644 helix-front/docs/classes/UserCtrl.html
create mode 100644 helix-front/docs/classes/Workflow.html
create mode 100644 helix-front/docs/components/AlertDialogComponent.html
create mode 100644 helix-front/docs/components/AppComponent.html
create mode 100644 helix-front/docs/components/ClusterComponent.html
create mode 100644 helix-front/docs/components/ClusterDetailComponent.html
create mode 100644 helix-front/docs/components/ClusterListComponent.html
create mode 100644 helix-front/docs/components/ConfigDetailComponent.html
create mode 100644 helix-front/docs/components/ConfirmDialogComponent.html
create mode 100644 helix-front/docs/components/ControllerDetailComponent.html
create mode 100644 helix-front/docs/components/DashboardComponent.html
create mode 100644 helix-front/docs/components/DataTableComponent.html
create mode 100644 helix-front/docs/components/DetailHeaderComponent.html
create mode 100644 helix-front/docs/components/DisabledLabelComponent.html
create mode 100644 helix-front/docs/components/HelixListComponent.html
create mode 100644 helix-front/docs/components/HistoryListComponent.html
create mode 100644 helix-front/docs/components/InputDialogComponent.html
create mode 100644 helix-front/docs/components/InputInlineComponent.html
create mode 100644 helix-front/docs/components/InstanceDetailComponent.html
create mode 100644 helix-front/docs/components/InstanceListComponent.html
create mode 100644 helix-front/docs/components/JobDetailComponent.html
create mode 100644 helix-front/docs/components/JobListComponent.html
create mode 100644 helix-front/docs/components/JsonViewerComponent.html
create mode 100644 helix-front/docs/components/KeyValuePairsComponent.html
create mode 100644 helix-front/docs/components/NodeViewerComponent.html
create mode 100644 helix-front/docs/components/PartitionDetailComponent.html
create mode 100644 helix-front/docs/components/PartitionListComponent.html
create mode 100644 helix-front/docs/components/ResourceDetailComponent.html
create mode 100644
helix-front/docs/components/ResourceDetailForInstanceComponent.html
create mode 100644 helix-front/docs/components/ResourceListComponent.html
create mode 100644 helix-front/docs/components/ResourceNodeViewerComponent.html
create mode 100644 helix-front/docs/components/StateLabelComponent.html
create mode 100644 helix-front/docs/components/WorkflowDagComponent.html
create mode 100644 helix-front/docs/components/WorkflowDetailComponent.html
create mode 100644 helix-front/docs/components/WorkflowListComponent.html
create mode 100644 helix-front/docs/coverage.html
create mode 100644 helix-front/docs/dependencies.html
create mode 100644 helix-front/docs/directives/KeyValuePairDirective.html
create mode 100644 helix-front/docs/fonts/ionicons.eot
create mode 100644 helix-front/docs/fonts/ionicons.svg
create mode 100644 helix-front/docs/fonts/ionicons.ttf
create mode 100644 helix-front/docs/fonts/ionicons.woff
create mode 100644 helix-front/docs/fonts/ionicons.woff2
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-300.eot
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-300.svg
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-300.ttf
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-300.woff
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-300.woff2
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-700.eot
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-700.svg
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-700.ttf
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-700.woff
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-700.woff2
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-italic.eot
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-italic.svg
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-italic.ttf
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-italic.woff
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-italic.woff2
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-regular.eot
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-regular.svg
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-regular.ttf
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-regular.woff
create mode 100644 helix-front/docs/fonts/roboto-v15-latin-regular.woff2
create mode 100644 helix-front/docs/graph/dependencies.svg
create mode 100644 helix-front/docs/guards/ClusterResolver.html
create mode 100644 helix-front/docs/guards/ResourceResolver.html
create mode 100644 helix-front/docs/images/compodoc-vectorise-inverted.png
create mode 100644 helix-front/docs/images/compodoc-vectorise-inverted.svg
create mode 100644 helix-front/docs/images/compodoc-vectorise.png
create mode 100644 helix-front/docs/images/compodoc-vectorise.svg
create mode 100644 helix-front/docs/images/coverage-badge-documentation.svg
create mode 100644 helix-front/docs/images/favicon.ico
create mode 100644 helix-front/docs/index.html
create mode 100644 helix-front/docs/injectables/ChooserService.html
create mode 100644 helix-front/docs/injectables/ClusterService.html
create mode 100644 helix-front/docs/injectables/ConfigurationService.html
create mode 100644 helix-front/docs/injectables/ControllerService.html
create mode 100644 helix-front/docs/injectables/HelixService.html
create mode 100644 helix-front/docs/injectables/HelperService.html
create mode 100644 helix-front/docs/injectables/HistoryService.html
create mode 100644 helix-front/docs/injectables/InstanceService.html
create mode 100644 helix-front/docs/injectables/JobService.html
create mode 100644 helix-front/docs/injectables/ResourceService.html
create mode 100644 helix-front/docs/injectables/UserService.html
create mode 100644 helix-front/docs/injectables/WorkflowService.html
create mode 100644 helix-front/docs/interfaces/HelixSession.html
create mode 100644 helix-front/docs/interfaces/HelixUserRequest.html
create mode 100644 helix-front/docs/interfaces/IReplica.html
create mode 100644 helix-front/docs/interfaces/ListFieldObject.html
create mode 100644 helix-front/docs/interfaces/MapFieldObject.html
create mode 100644 helix-front/docs/interfaces/SimpleFieldObject.html
create mode 100644 helix-front/docs/js/compodoc.js
create mode 100644 helix-front/docs/js/lazy-load-graphs.js
create mode 100644 helix-front/docs/js/libs/EventDispatcher.js
create mode 100644 helix-front/docs/js/libs/bootstrap-native.js
create mode 100644 helix-front/docs/js/libs/clipboard.min.js
create mode 100644 helix-front/docs/js/libs/custom-elements-es5-adapter.js
create mode 100644 helix-front/docs/js/libs/custom-elements.min.js
create mode 100644 helix-front/docs/js/libs/d3.v3.min.js
create mode 100644 helix-front/docs/js/libs/deep-iterator.js
create mode 100644 helix-front/docs/js/libs/es6-shim.min.js
create mode 100644 helix-front/docs/js/libs/htmlparser.js
create mode 100644 helix-front/docs/js/libs/innersvg.js
create mode 100644 helix-front/docs/js/libs/lit-html.js
create mode 100644 helix-front/docs/js/libs/prism.js
create mode 100644 helix-front/docs/js/libs/promise.min.js
create mode 100644 helix-front/docs/js/libs/svg-pan-zoom.min.js
create mode 100644 helix-front/docs/js/libs/tablesort.min.js
create mode 100644 helix-front/docs/js/libs/tablesort.number.min.js
create mode 100644 helix-front/docs/js/libs/vis.min.js
create mode 100644 helix-front/docs/js/libs/zepto.min.js
create mode 100644 helix-front/docs/js/menu-wc.js
create mode 100644 helix-front/docs/js/menu-wc_es5.js
create mode 100644 helix-front/docs/js/menu.js
create mode 100644 helix-front/docs/js/routes.js
create mode 100644 helix-front/docs/js/search/lunr.min.js
create mode 100644 helix-front/docs/js/search/search-lunr.js
create mode 100644 helix-front/docs/js/search/search.js
create mode 100644 helix-front/docs/js/search/search_index.js
create mode 100644 helix-front/docs/js/sourceCode.js
create mode 100644 helix-front/docs/js/svg-pan-zoom.controls.js
create mode 100644 helix-front/docs/js/tabs.js
create mode 100644 helix-front/docs/js/tree.js
create mode 100644 helix-front/docs/miscellaneous/functions.html
create mode 100644 helix-front/docs/miscellaneous/typealiases.html
create mode 100644 helix-front/docs/miscellaneous/variables.html
create mode 100644 helix-front/docs/modules.html
create mode 100644 helix-front/docs/modules/AppModule.html
create mode 100644 helix-front/docs/modules/AppModule/dependencies.svg
create mode 100644 helix-front/docs/modules/ChooserModule.html
create mode 100644 helix-front/docs/modules/ChooserModule/dependencies.svg
create mode 100644 helix-front/docs/modules/ClusterModule.html
create mode 100644 helix-front/docs/modules/ClusterModule/dependencies.svg
create mode 100644 helix-front/docs/modules/ConfigurationModule.html
create mode 100644
helix-front/docs/modules/ConfigurationModule/dependencies.svg
create mode 100644 helix-front/docs/modules/ControllerModule.html
create mode 100644 helix-front/docs/modules/ControllerModule/dependencies.svg
create mode 100644 helix-front/docs/modules/CoreModule.html
create mode 100644 helix-front/docs/modules/DashboardModule.html
create mode 100644 helix-front/docs/modules/DashboardModule/dependencies.svg
create mode 100644 helix-front/docs/modules/HistoryModule.html
create mode 100644 helix-front/docs/modules/HistoryModule/dependencies.svg
create mode 100644 helix-front/docs/modules/InstanceModule.html
create mode 100644 helix-front/docs/modules/InstanceModule/dependencies.svg
create mode 100644 helix-front/docs/modules/MaterialModule.html
create mode 100644 helix-front/docs/modules/ResourceModule.html
create mode 100644 helix-front/docs/modules/ResourceModule/dependencies.svg
create mode 100644 helix-front/docs/modules/SharedModule.html
create mode 100644 helix-front/docs/modules/SharedModule/dependencies.svg
create mode 100644 helix-front/docs/modules/TestingModule.html
create mode 100644 helix-front/docs/modules/TestingModule/dependencies.svg
create mode 100644 helix-front/docs/modules/WorkflowModule.html
create mode 100644 helix-front/docs/modules/WorkflowModule/dependencies.svg
create mode 100644 helix-front/docs/overview.html
create mode 100644 helix-front/docs/properties.html
create mode 100644 helix-front/docs/styles/bootstrap-card.css
create mode 100644 helix-front/docs/styles/bootstrap.min.css
create mode 100644 helix-front/docs/styles/compodoc.css
create mode 100644 helix-front/docs/styles/dark.css
create mode 100644 helix-front/docs/styles/ionicons.min.css
create mode 100644 helix-front/docs/styles/laravel.css
create mode 100644 helix-front/docs/styles/material.css
create mode 100644 helix-front/docs/styles/original.css
create mode 100644 helix-front/docs/styles/postmark.css
create mode 100644 helix-front/docs/styles/prism.css
create mode 100644 helix-front/docs/styles/readthedocs.css
create mode 100644 helix-front/docs/styles/reset.css
create mode 100644 helix-front/docs/styles/stripe.css
create mode 100644 helix-front/docs/styles/style.css
create mode 100644 helix-front/docs/styles/tablesort.css
create mode 100644 helix-front/docs/styles/vagrant.css
create mode 100644 helix-front/documentation.json
rename helix-front/{client => src}/app/app-routing.module.ts (77%)
rename helix-front/{client => src}/app/app.component.html (71%)
rename helix-front/{client => src}/app/app.component.scss (96%)
rename helix-front/{client => src}/app/app.component.spec.ts (90%)
rename helix-front/{client => src}/app/app.component.ts (55%)
rename helix-front/{client => src}/app/app.module.ts (92%)
rename helix-front/{client => src}/app/chooser/chooser.module.ts (63%)
rename helix-front/{client =>
src}/app/chooser/helix-list/helix-list.component.html (90%)
rename helix-front/{client =>
src}/app/chooser/helix-list/helix-list.component.scss (100%)
rename helix-front/{client =>
src}/app/chooser/helix-list/helix-list.component.spec.ts (81%)
rename helix-front/{client =>
src}/app/chooser/helix-list/helix-list.component.ts (63%)
rename helix-front/{client => src}/app/chooser/shared/chooser.service.spec.ts
(59%)
rename helix-front/{client => src}/app/chooser/shared/chooser.service.ts (80%)
rename helix-front/{client =>
src}/app/cluster/cluster-detail/cluster-detail.component.html (68%)
rename helix-front/{client =>
src}/app/cluster/cluster-detail/cluster-detail.component.scss (100%)
rename helix-front/{client =>
src}/app/cluster/cluster-detail/cluster-detail.component.spec.ts (82%)
rename helix-front/{client =>
src}/app/cluster/cluster-detail/cluster-detail.component.ts (55%)
rename helix-front/{client =>
src}/app/cluster/cluster-list/cluster-list.component.html (91%)
rename helix-front/{client =>
src}/app/cluster/cluster-list/cluster-list.component.scss (92%)
rename helix-front/{client =>
src}/app/cluster/cluster-list/cluster-list.component.spec.ts (83%)
rename helix-front/{client =>
src}/app/cluster/cluster-list/cluster-list.component.ts (58%)
rename helix-front/{client => src}/app/cluster/cluster.component.html (88%)
rename helix-front/{client => src}/app/cluster/cluster.component.scss (100%)
rename helix-front/{client => src}/app/cluster/cluster.component.spec.ts (85%)
rename helix-front/{client => src}/app/cluster/cluster.component.ts (63%)
rename helix-front/{client => src}/app/cluster/cluster.module.ts (71%)
rename helix-front/{client => src}/app/cluster/shared/cluster.model.ts (79%)
rename helix-front/{client => src}/app/cluster/shared/cluster.resolver.ts (99%)
rename helix-front/{client => src}/app/cluster/shared/cluster.service.spec.ts
(93%)
create mode 100644 helix-front/src/app/cluster/shared/cluster.service.ts
rename helix-front/{client =>
src}/app/configuration/config-detail/config-detail.component.html (96%)
rename helix-front/{client =>
src}/app/configuration/config-detail/config-detail.component.scss (100%)
rename helix-front/{client =>
src}/app/configuration/config-detail/config-detail.component.spec.ts (81%)
rename helix-front/{client =>
src}/app/configuration/config-detail/config-detail.component.ts (66%)
rename helix-front/{client => src}/app/configuration/configuration.module.ts
(57%)
rename helix-front/{client =>
src}/app/configuration/shared/configuration.service.spec.ts (68%)
create mode 100644
helix-front/src/app/configuration/shared/configuration.service.ts
rename helix-front/{client =>
src}/app/controller/controller-detail/controller-detail.component.html (70%)
rename helix-front/{client =>
src}/app/controller/controller-detail/controller-detail.component.scss (100%)
rename helix-front/{client =>
src}/app/controller/controller-detail/controller-detail.component.spec.ts (81%)
rename helix-front/{client =>
src}/app/controller/controller-detail/controller-detail.component.ts (75%)
rename helix-front/{client => src}/app/controller/controller.module.ts (66%)
rename helix-front/{client => src}/app/controller/shared/controller.model.ts
(100%)
rename helix-front/{client =>
src}/app/controller/shared/controller.service.spec.ts (69%)
create mode 100644 helix-front/src/app/controller/shared/controller.service.ts
rename helix-front/{client => src}/app/core/core.module.ts (56%)
rename helix-front/{client => src}/app/core/helix.service.spec.ts (93%)
rename helix-front/{client => src}/app/core/helix.service.ts (58%)
rename helix-front/{client => src}/app/core/settings.ts (100%)
rename helix-front/{client => src}/app/core/user.service.ts (61%)
rename helix-front/{client => src}/app/dashboard/dashboard.component.html (79%)
rename helix-front/{client => src}/app/dashboard/dashboard.component.scss (83%)
rename helix-front/{client => src}/app/dashboard/dashboard.component.spec.ts
(81%)
create mode 100644 helix-front/src/app/dashboard/dashboard.component.ts
rename helix-front/{client => src}/app/dashboard/dashboard.module.ts (65%)
rename helix-front/{client =>
src}/app/history/history-list/history-list.component.html (70%)
rename helix-front/{client =>
src}/app/history/history-list/history-list.component.scss (88%)
rename helix-front/{client =>
src}/app/history/history-list/history-list.component.spec.ts (82%)
rename helix-front/{client =>
src}/app/history/history-list/history-list.component.ts (80%)
rename helix-front/{client => src}/app/history/history.module.ts (67%)
rename helix-front/{client => src}/app/history/shared/history.model.ts (100%)
rename helix-front/{client => src}/app/history/shared/history.service.spec.ts
(93%)
rename helix-front/{client => src}/app/history/shared/history.service.ts (82%)
rename helix-front/{client =>
src}/app/instance/instance-detail/instance-detail.component.html (64%)
rename helix-front/{client =>
src}/app/instance/instance-detail/instance-detail.component.scss (98%)
rename helix-front/{client =>
src}/app/instance/instance-detail/instance-detail.component.spec.ts (83%)
rename helix-front/{client =>
src}/app/instance/instance-detail/instance-detail.component.ts (59%)
rename helix-front/{client =>
src}/app/instance/instance-list/instance-list.component.html (64%)
rename helix-front/{client =>
src}/app/instance/instance-list/instance-list.component.scss (64%)
rename helix-front/{client =>
src}/app/instance/instance-list/instance-list.component.spec.ts (82%)
rename helix-front/{client =>
src}/app/instance/instance-list/instance-list.component.ts (74%)
rename helix-front/{client => src}/app/instance/instance.module.ts (66%)
rename helix-front/{client => src}/app/instance/shared/instance.model.ts (90%)
rename helix-front/{client =>
src}/app/instance/shared/instance.service.spec.ts (69%)
create mode 100644 helix-front/src/app/instance/shared/instance.service.ts
rename helix-front/{client =>
src}/app/resource/partition-detail/partition-detail.component.html (73%)
rename helix-front/{client =>
src}/app/resource/partition-detail/partition-detail.component.scss (100%)
rename helix-front/{client =>
src}/app/resource/partition-detail/partition-detail.component.spec.ts (86%)
rename helix-front/{client =>
src}/app/resource/partition-detail/partition-detail.component.ts (87%)
rename helix-front/{client =>
src}/app/resource/partition-list/partition-list.component.html (68%)
rename helix-front/{client =>
src}/app/resource/partition-list/partition-list.component.scss (67%)
rename helix-front/{client =>
src}/app/resource/partition-list/partition-list.component.spec.ts (80%)
rename helix-front/{client =>
src}/app/resource/partition-list/partition-list.component.ts (74%)
rename helix-front/{client =>
src}/app/resource/resource-detail-for-instance/resource-detail-for-instance.component.html
(78%)
rename helix-front/{client =>
src}/app/resource/resource-detail-for-instance/resource-detail-for-instance.component.scss
(100%)
rename helix-front/{client =>
src}/app/resource/resource-detail-for-instance/resource-detail-for-instance.component.spec.ts
(82%)
rename helix-front/{client =>
src}/app/resource/resource-detail-for-instance/resource-detail-for-instance.component.ts
(53%)
rename helix-front/{client =>
src}/app/resource/resource-detail/resource-detail.component.html (59%)
rename helix-front/{client =>
src}/app/resource/resource-detail/resource-detail.component.scss (86%)
rename helix-front/{client =>
src}/app/resource/resource-detail/resource-detail.component.spec.ts (80%)
rename helix-front/{client =>
src}/app/resource/resource-detail/resource-detail.component.ts (57%)
rename helix-front/{client =>
src}/app/resource/resource-list/resource-list.component.html (77%)
rename helix-front/{client =>
src}/app/resource/resource-list/resource-list.component.scss (100%)
rename helix-front/{client =>
src}/app/resource/resource-list/resource-list.component.spec.ts (81%)
rename helix-front/{client =>
src}/app/resource/resource-list/resource-list.component.ts (69%)
rename helix-front/{client =>
src}/app/resource/resource-node-viewer/resource-node-viewer.component.html (90%)
rename helix-front/{client =>
src}/app/resource/resource-node-viewer/resource-node-viewer.component.scss
(100%)
rename helix-front/{client =>
src}/app/resource/resource-node-viewer/resource-node-viewer.component.spec.ts
(82%)
rename helix-front/{client =>
src}/app/resource/resource-node-viewer/resource-node-viewer.component.ts (75%)
rename helix-front/{client => src}/app/resource/resource.module.ts (89%)
rename helix-front/{client => src}/app/resource/shared/resource.model.ts (63%)
rename helix-front/{client => src}/app/resource/shared/resource.resolver.ts
(99%)
rename helix-front/{client =>
src}/app/resource/shared/resource.service.spec.ts (70%)
create mode 100644 helix-front/src/app/resource/shared/resource.service.ts
rename helix-front/{client =>
src}/app/shared/data-table/data-table.component.html (78%)
rename helix-front/{client =>
src}/app/shared/data-table/data-table.component.scss (90%)
rename helix-front/{client =>
src}/app/shared/data-table/data-table.component.spec.ts (83%)
rename helix-front/{client =>
src}/app/shared/data-table/data-table.component.ts (87%)
rename helix-front/{client =>
src}/app/shared/detail-header/detail-header.component.html (96%)
create mode 100644
helix-front/src/app/shared/detail-header/detail-header.component.scss
rename helix-front/{client =>
src}/app/shared/detail-header/detail-header.component.spec.ts (88%)
rename helix-front/{client =>
src}/app/shared/detail-header/detail-header.component.ts (90%)
rename helix-front/{client =>
src}/app/shared/dialog/alert-dialog/alert-dialog.component.html (100%)
rename helix-front/{client =>
src}/app/shared/dialog/alert-dialog/alert-dialog.component.scss (100%)
rename helix-front/{client =>
src}/app/shared/dialog/alert-dialog/alert-dialog.component.spec.ts (89%)
rename helix-front/{client =>
src}/app/shared/dialog/alert-dialog/alert-dialog.component.ts (79%)
rename helix-front/{client =>
src}/app/shared/dialog/confirm-dialog/confirm-dialog.component.html (88%)
rename helix-front/{client =>
src}/app/shared/dialog/confirm-dialog/confirm-dialog.component.scss (100%)
rename helix-front/{client =>
src}/app/shared/dialog/confirm-dialog/confirm-dialog.component.spec.ts (89%)
rename helix-front/{client =>
src}/app/shared/dialog/confirm-dialog/confirm-dialog.component.ts (82%)
rename helix-front/{client =>
src}/app/shared/dialog/input-dialog/input-dialog.component.html (79%)
rename helix-front/{client =>
src}/app/shared/dialog/input-dialog/input-dialog.component.scss (100%)
rename helix-front/{client =>
src}/app/shared/dialog/input-dialog/input-dialog.component.spec.ts (89%)
rename helix-front/{client =>
src}/app/shared/dialog/input-dialog/input-dialog.component.ts (91%)
rename helix-front/{client =>
src}/app/shared/disabled-label/disabled-label.component.html (100%)
create mode 100644
helix-front/src/app/shared/disabled-label/disabled-label.component.scss
rename helix-front/{client =>
src}/app/shared/disabled-label/disabled-label.component.spec.ts (88%)
rename helix-front/{client =>
src}/app/shared/disabled-label/disabled-label.component.ts (73%)
rename helix-front/{client => src}/app/shared/helper.service.spec.ts (85%)
rename helix-front/{client => src}/app/shared/helper.service.ts (84%)
rename helix-front/{client =>
src}/app/shared/input-inline/input-inline.component.html (87%)
rename helix-front/{client =>
src}/app/shared/input-inline/input-inline.component.scss (100%)
rename helix-front/{client =>
src}/app/shared/input-inline/input-inline.component.spec.ts (88%)
rename helix-front/{client =>
src}/app/shared/input-inline/input-inline.component.ts (77%)
rename helix-front/{client =>
src}/app/shared/json-viewer/json-viewer.component.html (100%)
rename helix-front/{client =>
src}/app/shared/json-viewer/json-viewer.component.scss (100%)
rename helix-front/{client =>
src}/app/shared/json-viewer/json-viewer.component.spec.ts (83%)
rename helix-front/{client =>
src}/app/shared/json-viewer/json-viewer.component.ts (79%)
rename helix-front/{client =>
src}/app/shared/key-value-pairs/key-value-pairs.component.html (91%)
rename helix-front/{client =>
src}/app/shared/key-value-pairs/key-value-pairs.component.scss (82%)
rename helix-front/{client =>
src}/app/shared/key-value-pairs/key-value-pairs.component.spec.ts (88%)
rename helix-front/{client =>
src}/app/shared/key-value-pairs/key-value-pairs.component.ts (72%)
create mode 100644 helix-front/src/app/shared/material.module.ts
rename helix-front/{client => src}/app/shared/models/node.model.ts (84%)
rename helix-front/{client =>
src}/app/shared/node-viewer/node-viewer.component.html (69%)
rename helix-front/{client =>
src}/app/shared/node-viewer/node-viewer.component.scss (94%)
rename helix-front/{client =>
src}/app/shared/node-viewer/node-viewer.component.spec.ts (76%)
create mode 100644
helix-front/src/app/shared/node-viewer/node-viewer.component.ts
rename helix-front/{client => src}/app/shared/shared.module.ts (86%)
rename helix-front/{client =>
src}/app/shared/state-label/state-label.component.html (86%)
create mode 100644
helix-front/src/app/shared/state-label/state-label.component.scss
rename helix-front/{client =>
src}/app/shared/state-label/state-label.component.spec.ts (84%)
rename helix-front/{client =>
src}/app/shared/state-label/state-label.component.ts (75%)
create mode 100644
helix-front/src/app/shared/state-label/state-label.stories.ts
rename helix-front/{client =>
src}/app/workflow/job-detail/job-detail.component.html (100%)
rename helix-front/{client =>
src}/app/workflow/job-detail/job-detail.component.scss (100%)
rename helix-front/{client =>
src}/app/workflow/job-detail/job-detail.component.spec.ts (73%)
rename helix-front/{client =>
src}/app/workflow/job-detail/job-detail.component.ts (57%)
rename helix-front/{client =>
src}/app/workflow/job-list/job-list.component.html (82%)
rename helix-front/{client =>
src}/app/workflow/job-list/job-list.component.scss (100%)
rename helix-front/{client =>
src}/app/workflow/job-list/job-list.component.spec.ts (84%)
rename helix-front/{client => src}/app/workflow/job-list/job-list.component.ts
(76%)
rename helix-front/{client => src}/app/workflow/shared/job.service.spec.ts
(93%)
rename helix-front/{client => src}/app/workflow/shared/job.service.ts (68%)
rename helix-front/{client => src}/app/workflow/shared/workflow.model.ts (72%)
rename helix-front/{client =>
src}/app/workflow/shared/workflow.service.spec.ts (64%)
create mode 100644 helix-front/src/app/workflow/shared/workflow.service.ts
rename helix-front/{client =>
src}/app/workflow/workflow-dag/workflow-dag.component.html (64%)
rename helix-front/{client =>
src}/app/workflow/workflow-dag/workflow-dag.component.scss (73%)
rename helix-front/{client =>
src}/app/workflow/workflow-dag/workflow-dag.component.spec.ts (84%)
rename helix-front/{client =>
src}/app/workflow/workflow-dag/workflow-dag.component.ts (74%)
rename helix-front/{client =>
src}/app/workflow/workflow-detail/workflow-detail.component.html (54%)
rename helix-front/{client =>
src}/app/workflow/workflow-detail/workflow-detail.component.scss (75%)
rename helix-front/{client =>
src}/app/workflow/workflow-detail/workflow-detail.component.spec.ts (81%)
rename helix-front/{client =>
src}/app/workflow/workflow-detail/workflow-detail.component.ts (53%)
create mode 100644
helix-front/src/app/workflow/workflow-list/workflow-list.component.html
rename helix-front/{client =>
src}/app/workflow/workflow-list/workflow-list.component.scss (100%)
rename helix-front/{client =>
src}/app/workflow/workflow-list/workflow-list.component.spec.ts (80%)
create mode 100644
helix-front/src/app/workflow/workflow-list/workflow-list.component.ts
create mode 100644
helix-front/src/app/workflow/workflow-list/workflow-list.stories.ts
rename helix-front/{client => src}/app/workflow/workflow.module.ts (89%)
rename helix-front/{client => src}/assets/.gitkeep (100%)
rename helix-front/{client => src}/assets/logo.png (100%)
rename helix-front/{client => src}/environments/environment.prod.ts (61%)
rename helix-front/{client => src}/environments/environment.ts (96%)
rename helix-front/{client => src}/favicon.ico (100%)
rename helix-front/{client => src}/index.html (73%)
rename helix-front/{client => src}/main.ts (100%)
rename helix-front/{client => src}/polyfills.ts (97%)
rename helix-front/{client => src}/styles.scss (92%)
rename helix-front/{client => src}/testing/stubs.ts (60%)
rename helix-front/{client => src}/testing/testing.module.ts (83%)
rename helix-front/{client => src}/theme.scss (71%)
rename helix-front/{client => src}/tsconfig.app.json (58%)
create mode 100644 helix-front/src/tsconfig.spec.json
rename helix-front/{client => src}/typings.d.ts (100%)
copy
helix-rest/src/main/java/org/apache/helix/rest/{common/ContextPropertyKeys.java
=> acl/AclRegister.java} (79%)
copy
helix-rest/src/main/java/org/apache/helix/rest/{common/ContextPropertyKeys.java
=> acl/NoopAclRegister.java} (80%)
copy
helix-rest/src/test/java/org/apache/helix/rest/server/{TestAuthValidator.java
=> TestAclRegister.java} (55%)
create mode 100644
helix-view-aggregator/src/main/java/org/apache/helix/view/dataprovider/ViewClusterDataCache.java
create mode 100644
helix-view-aggregator/src/test/java/org/apache/helix/view/dataprovider/TestViewClusterDataCache.java