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

dependabot[bot] pushed a change to branch 
dependabot/github_actions/snok/install-poetry-1.4.2
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    omit 06b86aa884 chore(deps): bump snok/install-poetry from 1.4.1 to 1.4.2
     add 09c0ef60f8 test: Update prometheus endpoint test (#4537)
     add cf05bafbcd fix: Make asset filter and edit adapter tests more robust 
(#4578)
     add 294e57826e test: Add cypress tests for progress bar and value card 
(#4579)
     add 064c5f50a2 fix: Check asset links for null values before sorting 
(#4580)
     add 081769c71b fix: Improve chart selection loading (#4582)
     add b9b4e20393 fix: Compact adapter conversion does not set script active 
(#4581)
     add fac5220632 fix: Improve performance of charts (#4583)
     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 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 d5fdefb062 chore(deps): bump snok/install-poetry from 1.4.1 to 1.4.2

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   (06b86aa884)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/snok/install-poetry-1.4.2 (d5fdefb062)

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:
 .devcontainer/docker-compose.yml                   |   1 +
 .github/workflows/stale-bot.yml                    |   2 +-
 docker-compose.yml                                 |   1 +
 pom.xml                                            |   4 +-
 streampipes-client-python/poetry.lock              | 107 ++++----
 .../apache/streampipes/commons/constants/Envs.java |   1 +
 .../commons/environment/DefaultEnvironment.java    |   5 +
 .../commons/environment/Environment.java           |   2 +
 .../compact/generator/AdapterSchemaGenerator.java  |   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 +
 .../rest/impl/ResetEndpointEnabledCondition.java   |  13 +-
 .../streampipes/rest/impl/ResetResource.java       |   5 +
 .../storage/api/system/IGenericStorage.java        |   2 +
 .../couchdb/impl/system/GenericStorageImpl.java    |  27 ++
 ui/cypress/support/utils/GeneralUtils.ts           |  16 +-
 ui/cypress/support/utils/asset/AssetBtns.ts        |   4 +
 ui/cypress/support/utils/asset/AssetUtils.ts       |  36 +++
 ui/cypress/support/utils/chart/ChartBtns.ts        | 129 ++++++++-
 ui/cypress/support/utils/chart/ChartUtils.ts       |   6 +-
 .../support/utils/chart/ChartWidgetTableUtils.ts   |   8 +
 .../utils/configuration/ConfigurationUtils.ts      |   4 +-
 .../support/utils/configuration/SiteUtils.ts       |  13 +
 .../utils/connect/ConnectEventSchemaUtils.ts       |  11 +-
 ui/cypress/support/utils/connect/ConnectUtils.ts   |  20 +-
 ui/cypress/support/utils/filter/FilterUtils.ts     |  15 +-
 ui/cypress/support/utils/shared/SharedUtils.ts     |   4 +
 ui/cypress/support/utils/user/PermissionUtils.ts   |  43 +++
 .../{indicator.spec.ts => progress-bar.spec.ts}    |  35 +--
 ui/cypress/tests/chart/chart-types/table.spec.ts   |  18 ++
 .../{indicator.spec.ts => value-card.spec.ts}      |  29 +-
 .../tests/configuration/labels/labels.spec.ts      |   2 +-
 ui/cypress/tests/configuration/sites/sites.spec.ts |   2 +-
 ui/cypress/tests/connect/editAdapter.smoke.spec.ts |  12 +-
 .../tests/monitoring/prometheusEndpoint.spec.ts    |   4 +-
 ....spec.ts => resetResourceAuthorization.spec.ts} |  53 ++--
 .../userManagement/testUserRoleAssets.spec.ts      |  17 +-
 ui/deployment/i18n/de.json                         |  26 +-
 ui/deployment/i18n/en.json                         |  20 +-
 ui/deployment/i18n/pl.json                         |  24 +-
 ui/package-lock.json                               |  40 +--
 .../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 +
 .../lib/components/sp-table/sp-table.component.ts  |  58 +++-
 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 ++++-
 .../progress-bar-widget-config.component.html      |  48 ++--
 .../progress-bar-widget.component.html             |  38 ++-
 .../charts/table/table-widget.component.html       |  11 +-
 .../config/value-card-widget-config.component.html |   3 +
 .../value-card/value-card-widget.component.html    |  30 +-
 .../registry/chart-registry.service.ts             |  21 ++
 .../chart-overview-table.component.html            | 304 +++++++++++----------
 .../chart-overview-table.component.ts              | 126 ++++++---
 .../chart-overview/chart-overview.component.html   |   2 +
 .../chart-overview/chart-overview.component.scss   |   5 +
 .../result-label-configuration.component.html      |   4 +
 .../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 ++++-
 .../chart-selection-panel.component.html           |   2 +-
 .../chart-selection-panel.component.scss           |   5 +
 .../chart-selection-panel.component.ts             |   8 +-
 .../chart-preview/chart-preview.component.html     |  64 ++---
 .../chart-preview/chart-preview.component.scss     |  32 ++-
 .../chart-preview/chart-preview.component.ts       |  47 +---
 .../chart-selection/chart-selection.component.html |  48 +++-
 .../chart-selection/chart-selection.component.scss |  38 ++-
 .../chart-selection/chart-selection.component.ts   | 138 +++++++---
 .../chart-selection/chart-selection.model.ts       |  13 +-
 .../panel/dashboard-panel.component.html           |  12 +-
 .../panel/dashboard-panel.component.scss           |  21 ++
 ui/src/app/home/home.component.ts                  |   8 +-
 91 files changed, 2488 insertions(+), 676 deletions(-)
 copy 
streampipes-service-core/src/main/java/org/apache/streampipes/service/core/oauth2/OAuthEnabledCondition.java
 => 
streampipes-rest/src/main/java/org/apache/streampipes/rest/impl/ResetEndpointEnabledCondition.java
 (77%)
 copy ui/cypress/tests/chart/chart-types/{indicator.spec.ts => 
progress-bar.spec.ts} (57%)
 copy ui/cypress/tests/chart/chart-types/{indicator.spec.ts => 
value-card.spec.ts} (63%)
 copy ui/cypress/tests/userManagement/{addUserAdmin.smoke.spec.ts => 
resetResourceAuthorization.spec.ts} (53%)
 copy 
streampipes-connect-transformer-api/src/main/java/org/apache/streampipes/connect/transformer/api/exception/ScriptCompilationException.java
 => 
ui/src/app/dashboard/components/panel/chart-selection-panel/chart-selection/chart-selection.model.ts
 (77%)

Reply via email to