This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch
4287-migrate-angular-ui-from-constructor-injection-to-inject
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 6b2869385d fix: redesign auto aggregation for client limits (#4274)
new a7197d3333 migrate app shell to inject()
new ef67834196 migrate app services to inject()
new ee0d6b4d14 migrate http interceptor to inject()
new d9b29a414b migrate apidocs to inject()
new 60348e95f7 migrate login UI to inject()
new c60dccdfb6 migrate profile UI to inject()
new e55fc796ad migrate core guards to inject()
new 5093fc85ba migrate info UI to inject()
new d3fdae53a8 migrate notifications UI to inject()
new 4a3f17609b migrate dashboard UI to inject()
new a9f34c46e1 migrate dashboard shared services to inject()
new 353f1bdb1f migrate chart shared UI to inject()
new 798b2a557a migrate home UI to inject()
new 8f85bab02c migrate editor UI to inject()
new d526b15714 migrate core UI utilities to inject()
new 3dd8545ec7 migrate pipeline details UI to inject()
new caedf02bc5 migrate pipelines UI to inject()
new 53d9db944b migrate chart designer UI to inject()
new 3385412216 migrate asset UI to inject()
new a5f2a271ef migrate connect UI to inject()
new 45ad9e030c migrate configuration UI to inject()
new 2b4c21f150 migrate shared UI components to inject()
new bbecbd7fc5 migrate shared UI dialogs to inject()
new 5e90a44ae1 migrate shared UI services to inject()
The 24 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../asset-browser-filter-type.component.ts | 6 +-
.../asset-browser-filter.component.ts | 5 +-
.../asset-link-configuration.component.ts | 13 +-
.../basic-nav-tabs/basic-nav-tabs.component.ts | 6 +-
.../components/basic-view/basic-view.component.ts | 6 +-
.../input-schema-property.component.ts | 8 +-
.../pipeline-element-documentation.component.ts | 6 +-
.../pipeline-element-runtime-info.component.ts | 11 +-
.../exception-details-dialog.component.ts | 9 +-
.../sp-exception-message.component.ts | 4 +-
.../lib/components/sp-label/sp-label.component.ts | 5 +-
.../sp-table/sp-paginator/sp-paginator.service.ts | 6 +-
.../time-selector/time-range-selector.component.ts | 5 +-
.../custom-time-range-selection.component.ts | 21 +-
.../time-selector-menu.component.ts | 5 +-
.../lib/dialog/base-dialog/base-dialog.service.ts | 8 +-
.../components/download/download.component.ts | 6 +-
.../data-download-dialog.component.ts | 10 +-
.../services/data-export.service.ts | 12 +-
.../pipeline-element-help.component.ts | 5 +-
.../src/lib/services/current-user.service.ts | 4 +-
.../src/lib/services/date-format.service.ts | 4 +-
ui/src/app/apidocs/apidocs.component.ts | 4 +-
ui/src/app/app.component.ts | 14 +-
.../asset-details-basics.component.ts | 5 +-
.../asset-details-labels.component.ts | 9 +-
.../asset-location/asset-location.component.ts | 6 +-
.../asset-details-links.component.ts | 13 +-
.../view-assset-basics.component.ts | 12 +-
.../view-asset-labels.component.ts | 5 +-
.../asset-overview/asset-overview.component.ts | 22 +-
.../create-asset/create-asset-dialog.component.ts | 11 +-
.../edit-asset-link-dialog.component.ts | 43 ++--
.../manage-asset-links-dialog.component.ts | 43 ++--
.../color-mapping-options-config.component.ts | 5 +-
.../echarts-widget-appearance-config.component.ts | 8 +-
.../select-color-properties-config.component.ts | 15 +-
.../chart-container/chart-container.component.ts | 25 ++-
.../components/chart-container/chart.directive.ts | 4 +-
.../gauge/config/gauge-widget-config.component.ts | 10 +-
.../config/heatmap-widget-config.component.ts | 10 +-
.../indicator-appearance-config.component.ts | 8 +-
.../map/config/map-widget-config.component.ts | 10 +-
.../config/pie-chart-widget-config.component.ts | 10 +-
.../status-heatmap-widget-config.component.ts | 10 +-
.../config/status-widget-config.component.ts | 10 +-
.../table/config/table-widget-config.component.ts | 10 +-
.../charts/table/table-widget.component.ts | 14 +-
.../time-series-appearance-config.component.ts | 8 +-
.../time-series-chart-widget-config.component.ts | 10 +-
.../traffic-light-widget-config.component.ts | 8 +-
.../registry/chart-registry.service.ts | 26 +--
.../chart-shared/services/chart-routing.service.ts | 6 +-
.../chart-appearance-settings.component.ts | 12 +-
.../aggregate-configuration.component.ts | 4 +-
.../data-settings/chart-data-settings.component.ts | 15 +-
.../field-selection-panel.component.ts | 17 +-
.../field-selection/field-selection.component.ts | 13 +-
...ction-panel-row-value-autocomplete.component.ts | 13 +-
...er-selection-panel-row-value-input.component.ts | 13 +-
.../filter-selection-panel.component.ts | 18 +-
.../group-selection-panel.component.ts | 10 +-
.../order-selection-panel.component.ts | 6 +-
.../chart-visualisation-settings.component.ts | 9 +-
.../extensions-installation.component.ts | 13 +-
.../extensions-service-details-dialog.component.ts | 9 +-
.../file-rename/file-rename-dialog.component.ts | 8 +-
.../file-upload/file-upload-dialog.component.ts | 8 +-
.../email-configuration.component.ts | 16 +-
.../email-template-configuration.component.ts | 8 +-
.../export/data-export-import.component.ts | 16 +-
.../configuration/export/data-export.service.ts | 8 +-
.../export-dialog/data-export-dialog.component.ts | 11 +-
.../import-dialog/data-import-dialog.component.ts | 9 +-
.../endpoint-item/endpoint-item.component.ts | 27 ++-
.../extensions-installation.component.ts | 18 +-
.../extensions-installation.service.ts | 8 +-
.../extensions-service-configuration.component.ts | 6 +-
.../service-configs-boolean.component.ts | 5 +-
.../service-configs-number.component.ts | 5 +-
.../service-configs-password.component.ts | 6 +-
.../service-configs-text.component.ts | 5 +-
.../extensions-service-management.component.ts | 10 +-
.../registered-extensions-services.component.ts | 12 +-
.../files/file-overview/file-overview.component.ts | 12 +-
ui/src/app/configuration/files/files.component.ts | 14 +-
.../general-configuration.component.ts | 20 +-
.../label-configuration.component.ts | 12 +-
.../authentication-configuration.component.ts | 4 +-
.../edit-group-dialog.component.ts | 20 +-
.../edit-role-dialog/edit-role-dialog.component.ts | 14 +-
.../edit-user-dialog/edit-user-dialog.component.ts | 32 +--
.../role-configuration.component.ts | 14 +-
.../user-group-configuration.component.ts | 14 +-
.../configuration/shared/configuration.service.ts | 226 ++++++++++-----------
.../location-features-configuration.component.ts | 14 +-
.../site-area-configuration.component.ts | 12 +-
.../adapter-code-panel.component.ts | 6 +-
.../adapter-deployment-settings.component.ts | 13 +-
.../configuration-group.component.ts | 6 +-
.../adapter-details-data.component.ts | 19 +-
.../adapter-details-logs.component.ts | 16 +-
.../adapter-details-metrics.component.ts | 16 +-
.../create-adapter/create-adapter.component.ts | 12 +-
.../adapter-documentation-dialog.component.ts | 9 +-
.../adapter-started-preview.component.ts | 10 +-
.../adapter-template-dialog.component.ts | 12 +-
.../delete-adapter-dialog.component.ts | 11 +-
.../edit-schema-transformation.component.ts | 19 +-
.../all-adapter-actions-dialog.component.ts | 13 +-
.../connect/services/adapter-template.service.ts | 4 +-
ui/src/app/connect/services/rest.service.ts | 8 +-
.../pipeline-element-template-config.component.ts | 10 +-
.../static-alternatives.component.ts | 7 +-
.../add-to-collection.component.ts | 4 +-
.../static-color-picker.component.ts | 6 +-
.../static-file-input.component.ts | 10 +-
.../static-mapping-nary.component.ts | 6 +-
.../static-property-util.service.ts | 4 +-
...tatic-runtime-resolvable-any-input.component.ts | 6 +-
.../static-runtime-resolvable-group.component.ts | 5 +-
.../runtime-resolvable.service.ts | 8 +-
...tic-runtime-resolvable-oneof-input.component.ts | 6 +-
...atic-runtime-resolvable-tree-input.component.ts | 13 +-
.../static-tree-input-browse-nodes.component.ts | 9 +-
.../static-secret-input.component.ts | 6 +-
ui/src/app/core-ui/topics/topics.component.ts | 4 +-
.../guards/auth.can-activate-children.guard.ts | 4 +-
.../auth/guards/page-auth.can-activate.guard.ts | 4 +-
.../setup/guards/configured.can-activate.guard.ts | 7 +-
.../registration-allowed.can-activate.guard.ts | 8 +-
.../restore-password-allowed.can-activate.guard.ts | 8 +-
.../dashboard-shared/services/dashboard.service.ts | 8 +-
.../chart-preview/chart-preview.component.ts | 13 +-
.../chart-selection/chart-selection.component.ts | 8 +-
.../custom-output-strategy.component.ts | 8 +-
.../user-defined-output.component.ts | 6 +-
...ine-assembly-drawing-area-pan-zoom.component.ts | 9 +-
.../pipeline-assembly-drawing-area.component.ts | 17 +-
...ne-assembly-options-pipeline-cache.component.ts | 10 +-
.../pipeline-assembly-options.component.ts | 15 +-
.../pipeline-assembly.component.ts | 30 +--
.../pipeline-element-icon-stand-row.component.ts | 6 +-
.../pipeline-element-icon-stand.component.ts | 10 +-
.../pipeline-element-options.component.ts | 19 +-
.../pipeline-element-preview.component.ts | 6 +-
.../components/pipeline/pipeline.component.ts | 29 +--
.../add-template-dialog.component.ts | 11 +-
.../compatible-elements.component.ts | 11 +-
.../editor/dialog/customize/customize.component.ts | 23 ++-
.../matching-error/matching-error.component.ts | 6 +-
.../missing-elements-for-tutorial.component.ts | 9 +-
.../pipeline-element-discovery.component.ts | 11 +-
ui/src/app/editor/editor.component.ts | 22 +-
ui/src/app/editor/services/editor.service.ts | 14 +-
.../editor/services/jsplumb-endpoint.service.ts | 4 +-
.../app/editor/services/jsplumb-factory.service.ts | 12 +-
ui/src/app/editor/services/jsplumb.service.ts | 12 +-
.../app/editor/services/object-provider.service.ts | 8 +-
.../services/pipeline-positioning.service.ts | 10 +-
.../app/editor/services/pipeline-style.service.ts | 8 +-
.../editor/services/pipeline-validation.service.ts | 6 +-
ui/src/app/editor/utils/style-sanitizer.ts | 4 +-
.../dialog/welcome-tour/welcome-tour.component.ts | 14 +-
ui/src/app/http-interceptor.ts | 4 +-
ui/src/app/info/info.component.ts | 4 +-
ui/src/app/info/versions/versions.component.ts | 6 +-
.../components/auth-box/auth-box.component.ts | 6 +-
.../login/components/startup/startup.component.ts | 12 +-
.../login/services/account-activation.service.ts | 8 +-
ui/src/app/login/services/login.service.ts | 8 +-
.../app/login/services/restore-password.service.ts | 8 +-
.../components/notification-item.component.ts | 6 +-
.../app/notifications/notifications.component.ts | 17 +-
.../notifications/service/notifications.service.ts | 8 +-
.../actions/pipeline-actions.component.ts | 17 +-
.../pipeline-element-details-row.component.ts | 6 +-
.../status/pipeline-status.component.ts | 6 +-
.../preview/pipeline-preview.component.ts | 5 +-
.../pipeline-code-dialog.component.ts | 11 +-
.../pipeline-logs-dialog.component.ts | 7 +-
.../pipeline-details/pipeline-details.component.ts | 22 +-
.../functions-overview.component.ts | 6 +-
.../pipeline-notifications.component.ts | 11 +-
.../services/pipeline-operations.service.ts | 10 +-
.../general/general-profile-settings.component.ts | 19 +-
.../change-email/change-email-dialog.component.ts | 19 +-
.../change-password-dialog.component.ts | 19 +-
ui/src/app/profile/profile.component.ts | 6 +-
ui/src/app/profile/profile.service.ts | 8 +-
ui/src/app/services/auth.service.ts | 18 +-
ui/src/app/services/available-roles.service.ts | 6 +-
ui/src/app/services/notification-count-service.ts | 6 +-
ui/src/app/services/rest-api.service.ts | 8 +-
ui/src/app/services/secure.pipe.ts | 10 +-
ui/src/app/services/tour/shepherd.service.ts | 12 +-
196 files changed, 1190 insertions(+), 1122 deletions(-)