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

zehnder pushed a change to branch 
4250-add-csv-dataset-import-with-preview-for-data-sets
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from d292631ccf feat(#4250): Refactor backend and frontend code
     add 241c43379e chore(deps-dev): bump tornado from 6.5 to 6.5.5 in 
/streampipes-client-python (#4245)
     add 444028b0a9 fix(#4246): Accept full and shorthand propertyScope values 
in compactadapters (#4249)
     add 6a5296f321 feat(#4247): Add asset infos to resource table (#4248)
     add 6986c84661 Merge branch 'dev' into 
4250-add-csv-dataset-import-with-preview-for-data-sets

No new revisions were added by this update.

Summary of changes:
 streampipes-client-python/poetry.lock              |  28 +-
 .../management/compact/SchemaMetadataEnricher.java |  24 +-
 .../{ => sp-actions}/sp-table-actions.directive.ts |   0
 .../sp-table-multi-actions.directive.ts            |   0
 .../sp-table-asset-context.service.ts              | 178 +++++++++++
 .../components/sp-table/sp-table.component.html    | 340 ++++++++++++++++----
 .../components/sp-table/sp-table.component.scss    |  90 +++++-
 .../lib/components/sp-table/sp-table.component.ts  | 355 +++++++++++++++++++--
 .../src/lib/components/sp-table/sp-table.model.ts  |  63 ++++
 .../streampipes/shared-ui/src/public-api.ts        |   6 +-
 .../chart-overview-table.component.html            |   1 +
 .../chart-overview-table.component.ts              |   6 +
 .../existing-adapters.component.html               |   1 +
 .../existing-adapters.component.ts                 |   6 +
 .../dashboard-overview-table.component.html        |   1 +
 .../dashboard-overview-table.component.ts          |   6 +
 .../pipeline-overview.component.html               |   1 +
 .../pipeline-overview.component.ts                 |  10 +-
 18 files changed, 989 insertions(+), 127 deletions(-)
 rename ui/projects/streampipes/shared-ui/src/lib/components/sp-table/{ => 
sp-actions}/sp-table-actions.directive.ts (100%)
 rename ui/projects/streampipes/shared-ui/src/lib/components/sp-table/{ => 
sp-actions}/sp-table-multi-actions.directive.ts (100%)
 create mode 100644 
ui/projects/streampipes/shared-ui/src/lib/components/sp-table/sp-asset-context/sp-table-asset-context.service.ts
 create mode 100644 
ui/projects/streampipes/shared-ui/src/lib/components/sp-table/sp-table.model.ts

Reply via email to