This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch
3927-migrate-all-data-sinks-from-streampipesdatasink-to-istreampipesdatasink
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from f3d2cbec2d refactor(#3927): Update data sink implementations to use
new configuration interface
add 3ab0c99b8e feat: Harmonize layout in configuration view, add
pagination to tables (#3916)
add 4ebbd213c9 feat: Extend options to configure inner panel and labels
(#3924)
add 88cc5d7fb7 Merge branch 'dev' into
3927-migrate-all-data-sinks-from-streampipesdatasink-to-istreampipesdatasink
No new revisions were added by this update.
Summary of changes:
.../basic-inner-panel.component.html | 25 +-
.../basic-inner-panel.component.scss | 31 +-
.../basic-inner-panel.component.ts | 41 +++
.../components/sp-label/sp-label.component.html | 4 +
.../components/sp-label/sp-label.component.scss | 16 +-
.../lib/components/sp-label/sp-label.component.ts | 6 +
.../components/sp-table/sp-table.component.html | 5 +-
.../lib/components/sp-table/sp-table.component.ts | 2 +-
.../split-section/split-section.component.html | 26 +-
.../split-section/split-section.component.scss | 85 ++++-
.../split-section/split-section.component.ts | 3 +
.../datalake-configuration.component.html | 347 +++++++++------------
.../export/data-export-import.component.html | 13 +-
.../app/configuration/files/files.component.html | 8 +-
.../general-configuration.component.html | 169 +++++-----
.../link-settings/link-settings.component.html | 13 +-
.../label-configuration.component.html | 12 +-
.../messaging-configuration.component.html | 23 +-
.../abstract-security-principal-config.ts | 2 +-
.../role-configuration.component.html | 17 +-
.../security-configuration.component.html | 52 ++-
.../security-configuration.component.ts | 37 ++-
.../security-service-config.component.html | 16 +-
.../security-user-config.component.html | 10 +-
.../user-group-configuration.component.html | 16 +-
.../location-features-configuration.component.html | 49 ++-
.../site-area-configuration.component.html | 22 +-
ui/src/scss/sp/main.scss | 3 +-
28 files changed, 604 insertions(+), 449 deletions(-)