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

SvenO3 pushed a change to branch 
4568-allow-reordering-and-restructuring-of-assets-in-asset-view-edit-mode
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from bd8e248c13 Add asset reordering via drag and drop
     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 1ad2fb2d58 fix: Modify several cypress tests (#4593)
     add 343a5b4dcb chore(deps): bump org.apache.commons:commons-configuration2 
from 2.14.0 to 2.15.1 (#4576)
     add de907b8ae4 chore(deps): bump tar from 7.5.14 to 7.5.16 in /ui (#4585)
     add e963b85d2f chore(deps): bump software.amazon.awssdk:s3 from 2.25.14 to 
2.46.10 (#4574)
     add 53af0aa60d chore(deps-dev): bump tornado from 6.5.6 to 6.5.7 in 
/streampipes-client-python (#4584)
     add f85fb682bd chore(deps): bump nats-py from 2.14.0 to 2.15.0 in 
/streampipes-client-python (#4558)
     add c0181f2c63 chore(deps): bump confluent-kafka from 2.13.2 to 2.14.2 in 
/streampipes-client-python (#4542)
     add 644ec55fec chore(deps-dev): bump pytest from 9.0.3 to 9.1.0 in 
/streampipes-client-python (#4602)
     add a1adad0172 chore(deps): bump debezium.version from 3.4.3.Final to 
3.5.2.Final (#4596)
     add 333719e35f chore(deps): bump org.jetbrains:annotations from 16.0.3 to 
26.1.0 (#4597)
     add d713d4cee7 chore(deps): bump actions/setup-java from 5 to 5.2.0 (#4601)
     add 639994d99a chore(deps): bump actions/stale from 10.2.0 to 10.3.0 
(#4599)
     new 7cac06de76 Merge branch 'dev' of https://github.com/apache/streampipes 
into 4568-allow-reordering-and-restructuring-of-assets-in-asset-view-edit-mode
     new 7c13c5466a Add translations

The 2 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:
 .github/workflows/build.yml                        |   2 +-
 .github/workflows/cypress-test.yml                 |   2 +-
 .github/workflows/extensions-docs.yml              |   2 +-
 .github/workflows/go-client-e2e-test.yml           |   2 +-
 .github/workflows/java-client-e2e-test.yml         |   2 +-
 .github/workflows/mvn-integration-test.yml         |   2 +-
 .github/workflows/pr-validation.yml                |   4 +-
 .github/workflows/stale-bot.yml                    |   2 +-
 pom.xml                                            |   6 +-
 streampipes-client-python/poetry.lock              | 115 +++++-----
 streampipes-client-python/pyproject.toml           |   2 +-
 .../apache/streampipes/export/ExportManager.java   |  19 ++
 .../export/generator/ExportPackageGenerator.java   |  50 ++++-
 .../streampipes-connectors-cdc/pom.xml             |   2 +-
 .../model/export/ExportConfiguration.java          |  14 ++
 .../storage/api/system/IGenericStorage.java        |   2 +
 .../couchdb/impl/system/GenericStorageImpl.java    |  27 +++
 ui/cypress/support/utils/asset/AssetBtns.ts        |   4 +
 ui/cypress/support/utils/asset/AssetUtils.ts       |  36 ++++
 ui/cypress/support/utils/chart/ChartBtns.ts        |  11 +-
 ui/cypress/support/utils/chart/ChartUtils.ts       |   6 +-
 .../utils/configuration/ConfigurationUtils.ts      |   4 +-
 .../support/utils/configuration/SiteUtils.ts       |  13 ++
 .../utils/connect/ConnectEventSchemaUtils.ts       |  11 +-
 ui/cypress/support/utils/shared/SharedUtils.ts     |   4 +
 ui/cypress/support/utils/user/PermissionUtils.ts   |  43 ++++
 .../tests/configuration/labels/labels.spec.ts      |   2 +-
 ui/cypress/tests/configuration/sites/sites.spec.ts |   2 +-
 ui/cypress/tests/connect/editAdapter.smoke.spec.ts |   1 +
 .../userManagement/testUserRoleAssets.spec.ts      |  17 +-
 ui/deployment/i18n/de.json                         |  12 +-
 ui/deployment/i18n/en.json                         |  12 +-
 ui/deployment/i18n/pl.json                         |  12 +-
 ui/package-lock.json                               |  40 ++--
 .../src/lib/model/gen/streampipes-model.ts         |   4 +
 ui/src/app/assets/assets.routes.ts                 |   2 +
 .../edit-asset/asset-details.component.html        |  29 ++-
 .../edit-asset/asset-details.component.ts          | 225 ++++++++++++++++++-
 .../asset-selection-panel.component.ts             |   3 +-
 .../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         |  52 +++--
 .../data-export-dialog.component.html              | 237 ++++++++++++++++-----
 .../export-dialog/data-export-dialog.component.ts  | 233 ++++++++++++++++++--
 .../data-import-dialog.component.html              |  31 ++-
 46 files changed, 1149 insertions(+), 250 deletions(-)

Reply via email to