This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/npm_and_yarn/ui/tar-7.5.16
in repository https://gitbox.apache.org/repos/asf/streampipes.git
omit 42d2790b32 chore(deps): bump tar from 7.5.14 to 7.5.16 in /ui
add 477dd7a7b2 fix: flaky editAdapter (#4591)
add 1549e00751 feat(#4565): Display field data types in adapter details
page (#4587)
add 0141c1bfc4 feat(#3968): Assets Do Not Consider Dependencies on Labels
and Sites (#4559)
add 8e68cbbfb0 feat: Harmonize resource creation workflow for assets
(#4590)
add f0386a447f chore(deps): bump form-data in /ui (#4586)
add 3be3e8bc85 chore(deps): bump hono from 4.12.18 to 4.12.24 in /ui
(#4534)
add 76cce2a1e7 feat: Improve export dialog (#4502)
add 5bdf175227 chore(deps): bump actions/stale from 10 to 10.2.0 (#4498)
add e42ceffd99 chore(deps): bump tar from 7.5.14 to 7.5.16 in /ui
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 (42d2790b32)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/ui/tar-7.5.16
(e42ceffd99)
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:
.github/workflows/stale-bot.yml | 2 +-
.../apache/streampipes/export/ExportManager.java | 19 ++
.../export/dataimport/ImportGenerator.java | 25 ++-
.../export/dataimport/PerformImportGenerator.java | 14 ++
.../export/dataimport/PreviewImportGenerator.java | 22 +-
.../export/generator/ExportPackageGenerator.java | 56 +++++
.../model/export/AssetExportConfiguration.java | 28 +++
.../model/export/ExportConfiguration.java | 14 ++
.../storage/api/system/IGenericStorage.java | 2 +
.../couchdb/impl/system/GenericStorageImpl.java | 27 +++
ui/cypress/support/utils/GeneralUtils.ts | 16 +-
ui/cypress/support/utils/connect/ConnectUtils.ts | 2 +
ui/deployment/i18n/de.json | 25 ++-
ui/deployment/i18n/en.json | 19 +-
ui/deployment/i18n/pl.json | 23 +-
ui/package-lock.json | 30 +--
.../src/lib/model/gen/streampipes-model.ts | 8 +
.../live-preview-table.component.html | 9 +
.../live-preview-table.component.ts | 2 +-
.../pipeline-element-runtime-info.component.ts | 4 +
.../pipeline-element-runtime-info.model.ts | 1 +
ui/src/app/assets/assets.routes.ts | 2 +
.../edit-asset/asset-details.component.html | 29 ++-
.../edit-asset/asset-details.component.ts | 225 ++++++++++++++++++-
.../asset-overview/asset-overview.component.html | 8 +-
.../asset-overview/asset-overview.component.ts | 72 ++++--
.../export/data-export-import.component.html | 18 ++
.../export/data-export-import.component.ts | 118 +++++++++-
.../data-export-dialog.component.html | 221 ++++++++++++++----
.../export-dialog/data-export-dialog.component.ts | 248 ++++++++++++++++++++-
.../data-import-dialog.component.html | 39 +++-
.../import-dialog/data-import-dialog.component.ts | 4 +-
.../label-configuration.component.html | 1 -
.../label-configuration.component.ts | 55 ++++-
.../site-area-configuration.component.html | 1 -
.../site-area-configuration.component.ts | 72 +++++-
36 files changed, 1325 insertions(+), 136 deletions(-)