This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/github_actions/actions/setup-go-7
in repository https://gitbox.apache.org/repos/asf/streampipes.git
discard fc0b965f68 chore(deps): bump actions/setup-go from 5 to 7
add 817342d3b0 chore(deps): bump docker/login-action from 4.1.0 to 4.4.0
(#4747)
add 1656323d9a chore(deps): bump docker/setup-qemu-action from 4.0.0 to
4.2.0 (#4697)
add 37a6e4b007 fix: Confirm changes dialog is shown twice when navigating
from asset edit mode to another page (#4688)
add db3ae5347a fix(#4759): Adapters without a name can be created (#4762)
add f5c2367633 1357 harmonize resource creation workflow for pipelines
(#4708)
add dd43edcfb2 fix: Fix adapter script migration for file stream adapter
(#4761)
add 39a3c795d3 chore(deps): bump actions/labeler from 6 to 7 (#4760)
add 796632b807 chore(deps): bump docker/setup-buildx-action from 4.0.0 to
4.2.0 (#4714)
add e071909262 1358 harmonize resource creation workflow for connect
(#4707)
add acf6da1356 Alert Banner for asset links (#4717)
add 13924bf8ef chore(deps): bump postcss from 8.5.10 to 8.5.22 in
/streampipes-client-go/docs (#4763)
add dd9efead62 chore(deps): bump actions/checkout from 7.0.0 to 7.0.1
(#4765)
add 65afaf84f8 chore(deps): bump actions/setup-go from 5 to 7
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 (fc0b965f68)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/setup-go-7 (65afaf84f8)
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/build.yml | 8 +-
.github/workflows/cypress-test.yml | 2 +-
.github/workflows/extensions-docs.yml | 2 +-
.github/workflows/go-client-e2e-test.yml | 4 +-
.github/workflows/go-client.yml | 2 +-
.github/workflows/go-docs.yml | 2 +-
.github/workflows/java-client-e2e-test.yml | 4 +-
.github/workflows/mvn-integration-test.yml | 4 +-
.github/workflows/pr-labeler.yml | 2 +-
.github/workflows/pr-validation.yml | 12 +-
.github/workflows/pypi-deployment.yml | 2 +-
.github/workflows/python-docs.yml | 2 +-
streampipes-client-go/docs/package-lock.json | 14 +-
.../compact/generator/AdapterSchemaGenerator.java | 31 +-
.../management/AdapterMasterManagement.java | 1 +
.../AdapterTransformationConfigDefaults.java | 23 +-
.../management/AdapterUpdateManagement.java | 1 +
.../iiot/protocol/stream/FileReplayAdapter.java | 31 +-
.../protocol/stream/FileReplayAdapterTest.java | 26 ++
.../model/connect/TransformationConfig.java | 22 +
.../v099/connect/MigrateAdaptersToUseScript.java | 44 +-
.../v099/MigrateAdaptersToUseScriptTest.java | 86 ++++
ui/STYLEGUIDE.md | 14 +
ui/cypress/support/utils/pipeline/PipelineBtns.ts | 39 +-
ui/cypress/support/utils/pipeline/PipelineUtils.ts | 65 ++-
.../editAdapterSettingsAndPipeline.smoke.spec.ts | 4 +-
ui/cypress/tests/pipeline/pipelineAsset.spec.ts | 58 +--
.../pipeline/pipelineDatasetSchemaUpdate.spec.ts | 6 +-
.../tests/pipeline/renamePipelineTest.spec.ts | 19 +-
.../pipeline/updatePipelineTest.smoke.spec.ts | 14 +-
ui/deployment/i18n/de.json | 27 +-
ui/deployment/i18n/en.json | 19 +-
ui/deployment/i18n/pl.json | 25 +-
.../sp-spinner/sp-spinner.component.html} | 22 +-
.../sp-spinner/sp-spinner.component.scss} | 12 +-
.../components/sp-spinner/sp-spinner.component.ts} | 23 +-
.../object-manage-dialog.component.html | 1 -
.../object-manage-dialog.component.ts | 24 +-
.../streampipes/shared-ui/src/public-api.ts | 1 +
.../asset-details-links.component.html | 21 +-
.../edit-asset/asset-details.component.ts | 116 +++--
.../asset-link-table.component.html | 201 +++++----
.../asset-link-table/asset-link-table.component.ts | 5 +
.../view-asset-links.component.html | 6 +-
.../view-asset-links/view-asset-links.component.ts | 2 +
.../asset-link-table.component.html | 387 +++++++++--------
.../asset-link-table/asset-link-table.component.ts | 5 +
.../manage-asset-links-dialog.component.html | 1 +
.../manage-asset-links-dialog.component.ts | 2 +
.../chart-container/chart-container.component.html | 8 +-
.../chart-container/chart-container.component.ts | 4 +-
.../chart-overview-table.component.html | 35 +-
.../chart-overview-table.component.ts | 4 +-
.../chart-overview/chart-overview.component.scss | 5 -
...service-running-instances-dialog.component.html | 2 +-
...s-service-running-instances-dialog.component.ts | 4 +-
.../email-configuration.component.html | 4 +-
.../email-configuration.component.ts | 4 +-
.../data-export-dialog.component.html | 8 +-
.../export-dialog/data-export-dialog.component.ts | 4 +-
.../data-import-dialog.component.html | 8 +-
.../import-dialog/data-import-dialog.component.ts | 4 +-
.../extensions-installation.component.html | 16 +-
.../extensions-installation.component.ts | 4 +-
.../adapter-catalog/adapter-catalog.component.html | 14 +-
.../adapter-catalog/adapter-catalog.component.ts | 4 +-
.../adapter-configuration.component.html | 36 +-
.../adapter-configuration.component.ts | 131 +++++-
...configure-fields-loading-message.component.html | 2 +-
.../configure-fields-loading-message.component.ts | 4 +-
.../adapter-result-preview.component.html | 2 +-
.../adapter-result-preview.component.ts | 4 +-
.../adapter-sample-preview.component.html | 2 +-
.../adapter-sample-preview.component.ts | 4 +-
.../start-adapter-configuration.component.html | 179 ++++----
.../start-adapter-configuration.component.ts | 13 +-
.../existing-adapters.component.html | 21 +-
.../existing-adapters.component.ts | 110 ++++-
.../adapter-code-dialog.component.html} | 8 +-
.../adapter-code-dialog.component.ts} | 15 +-
.../adapter-started-dialog.component.html | 27 +-
.../adapter-started-dialog.component.ts | 32 +-
.../adapter-started-loading.component.html | 8 +-
.../adapter-started-loading.component.ts | 4 +-
.../delete-adapter-dialog.component.html | 6 +-
.../delete-adapter-dialog.component.ts | 5 +-
.../loading-indicator.component.html | 3 +-
.../loading-indicator.component.scss | 5 -
.../loading-indicator.component.ts | 4 +-
.../multi-step-status-indicator.component.html | 5 +-
.../multi-step-status-indicator.component.ts | 4 +-
.../pipeline-started-status.component.html | 2 +-
...tic-runtime-resolvable-any-input.component.html | 6 +-
...tatic-runtime-resolvable-any-input.component.ts | 4 +-
...c-runtime-resolvable-oneof-input.component.html | 6 +-
...tic-runtime-resolvable-oneof-input.component.ts | 8 +-
.../static-tree-input-button-menu.component.html | 6 +-
.../static-tree-input-button-menu.component.ts | 4 +-
.../chart-selection/chart-selection.component.html | 10 +-
.../chart-selection/chart-selection.component.scss | 5 -
.../chart-selection/chart-selection.component.ts | 4 +-
.../clone-dashboard-dialog.component.html | 2 +-
.../clone-dashboard-dialog.component.ts | 9 +-
.../dataset-details-events.component.html | 7 +-
.../dataset-details-events.component.ts | 4 +-
.../dataset-details-metrics.component.html | 7 +-
.../dataset-details-metrics.component.ts | 8 +-
.../dataset-overview.component.html | 8 +-
.../dataset-overview/dataset-overview.component.ts | 4 +-
.../csv-import-dialog.component.html | 2 +-
.../csv-import-dialog.component.ts | 4 +-
.../data-retention-now-dialog.component.html | 6 +-
.../data-retention-now-dialog.component.ts | 9 +-
.../delete-dataset-dialog.component.html | 5 +-
.../delete-dataset-dialog.component.ts | 5 +-
.../delete-export-provider-dialog.component.html | 5 +-
.../delete-export-provider-dialog.component.ts | 5 +-
.../export-provider-connection-test.component.html | 6 +-
.../export-provider-connection-test.component.ts | 9 +-
...-assembly-options-pipeline-cache.component.html | 6 +-
...ne-assembly-options-pipeline-cache.component.ts | 4 +-
.../pipeline-assembly-options.component.html | 51 ++-
.../pipeline-assembly-options.component.ts | 42 +-
.../pipeline-assembly.component.html | 5 +-
.../pipeline-assembly.component.ts | 312 +++++++++++++-
.../pipeline-element-preview.component.html | 8 +-
.../pipeline-element-preview.component.ts | 4 +-
.../dropped-pipeline-element.component.html | 6 +-
.../dropped-pipeline-element.component.ts | 8 +-
.../save-pipeline-settings.component.html | 177 --------
.../save-pipeline-settings.component.scss | 21 -
.../save-pipeline-settings.component.ts | 181 --------
.../save-pipeline/save-pipeline.component.html | 118 ++---
.../save-pipeline/save-pipeline.component.scss | 18 -
.../save-pipeline/save-pipeline.component.ts | 476 +++++++--------------
ui/src/app/editor/editor.component.html | 9 +-
ui/src/app/editor/editor.component.ts | 9 +-
.../welcome-tour/welcome-tour.component.html | 8 +-
.../dialog/welcome-tour/welcome-tour.component.ts | 4 +-
.../login/components/login/login.component.html | 5 +-
.../app/login/components/login/login.component.ts | 4 +-
.../components/register/register.component.html | 6 +-
.../components/register/register.component.ts | 4 +-
.../set-new-password.component.html | 6 +-
.../set-new-password/set-new-password.component.ts | 4 +-
.../login/components/setup/setup.component.html | 5 +-
.../app/login/components/setup/setup.component.ts | 4 +-
.../pipeline-overview.component.html | 26 +-
.../delete-pipeline-dialog.component.html | 6 +-
.../delete-pipeline-dialog.component.ts | 5 +-
.../pipeline-notifications.component.html | 2 +-
.../pipeline-notifications.component.ts | 5 +-
.../pipeline-status-dialog.component.html | 17 +-
.../pipeline-status-dialog.component.ts | 5 +-
.../services/pipeline-operations.service.ts | 127 +++++-
155 files changed, 2217 insertions(+), 1851 deletions(-)
copy
streampipes-sdk/src/test/java/org/apache/streampipes/sdk/builder/adapter/AdapterConfigurationTest.java
=>
streampipes-connect-management/src/main/java/org/apache/streampipes/connect/management/management/AdapterTransformationConfigDefaults.java
(61%)
copy
ui/{src/app/connect/components/adapter-configuration/configure-fields/configure-fields-header/configure-fields-header.component.html
=>
projects/streampipes/shared-ui/src/lib/components/sp-spinner/sp-spinner.component.html}
(74%)
copy
ui/{src/app/chart-shared/components/charts/base/no-data/no-data-in-date-range.component.scss
=>
projects/streampipes/shared-ui/src/lib/components/sp-spinner/sp-spinner.component.scss}
(86%)
copy
ui/{src/app/core-ui/multi-step-status-indicator/multi-step-status-indicator.component.ts
=>
projects/streampipes/shared-ui/src/lib/components/sp-spinner/sp-spinner.component.ts}
(72%)
copy
ui/src/app/{pipeline-details/dialogs/pipeline-code/pipeline-code-dialog.component.html
=> connect/dialog/adapter-code-dialog/adapter-code-dialog.component.html} (87%)
copy
ui/src/app/{editor/dialog/missing-elements-for-tutorial/missing-elements-for-tutorial.component.ts
=> connect/dialog/adapter-code-dialog/adapter-code-dialog.component.ts} (74%)
delete mode 100644
ui/src/app/editor/dialog/save-pipeline/save-pipeline-settings/save-pipeline-settings.component.html
delete mode 100644
ui/src/app/editor/dialog/save-pipeline/save-pipeline-settings/save-pipeline-settings.component.scss
delete mode 100644
ui/src/app/editor/dialog/save-pipeline/save-pipeline-settings/save-pipeline-settings.component.ts