This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.springframework.security-spring-security-core-6.4.10
in repository https://gitbox.apache.org/repos/asf/streampipes.git
discard ae2346b3a0 chore(deps): bump
org.springframework.security:spring-security-core
add 55c182c2e0 deps(#3778): update supported Python versions (#3783)
add cb0446e278 ci: Publish build scans to develocity.apache.org (#3782)
add d51ff5c063 fix: Minor layout issue in Exception dialog
add 17a5b6ee7f refactor: Replace constructor injection with inject()
(#3789)
add 3723c324ec fix: Change opc ua e2e tests (#3784)
add 7502c16859 chore(deps): bump
org.springframework.security:spring-security-core
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 (ae2346b3a0)
\
N -- N -- N
refs/heads/dependabot/maven/org.springframework.security-spring-security-core-6.4.10
(7502c16859)
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 | 10 +-
.github/workflows/cypress-test.yml | 14 +-
.github/workflows/extensions-docs.yml | 2 +
.github/workflows/go-client-e2e-test.yml | 2 +
.github/workflows/pr-validation.yml | 33 +-
.github/workflows/pypi-deployment.yml | 2 +-
.github/workflows/python-docs.yml | 2 +-
.gitignore | 3 +
.mvn/develocity.xml | 47 ++
.mvn/extensions.xml | 34 +
docker-compose.yml | 4 +-
.../cli/deploy/standalone/opcua/docker-compose.yml | 2 +-
pom.xml | 2 +-
streampipes-client-python/poetry.lock | 166 +----
streampipes-client-python/pyproject.toml | 2 +-
ui/cypress.config.ts | 9 +
ui/cypress/support/utils/connect/OpcUaUtils.ts | 21 +-
ui/develocity.config.js | 25 +
ui/package-lock.json | 756 ++++++---------------
ui/package.json | 1 +
.../src/lib/apis/abstract-monitoring.service.ts | 7 +-
.../src/lib/apis/adapter-monitoring.service.ts | 9 -
.../src/lib/apis/adapter.service.ts | 12 +-
.../src/lib/apis/asset-management.service.ts | 8 +-
.../src/lib/apis/chart.service.ts | 8 +-
.../src/lib/apis/commons.service.ts | 2 -
.../src/lib/apis/compact-pipeline.service.ts | 8 +-
.../src/lib/apis/dashboard.service.ts | 8 +-
.../src/lib/apis/datalake-rest.service.ts | 4 +-
.../src/lib/apis/extension-installation.service.ts | 18 +-
.../src/lib/apis/files.service.ts | 8 +-
.../src/lib/apis/functions.service.ts | 8 +-
.../src/lib/apis/general-config.service.ts | 8 +-
.../src/lib/apis/generic-storage.service.ts | 8 +-
.../src/lib/apis/labels.service.ts | 4 +-
.../src/lib/apis/location-config.service.ts | 8 +-
.../src/lib/apis/mail-config.service.ts | 8 +-
.../src/lib/apis/measurement-units.service.ts | 8 +-
.../src/lib/apis/permissions.service.ts | 8 +-
.../lib/apis/pipeline-canvas-metadata.service.ts | 8 +-
.../src/lib/apis/pipeline-element-asset.service.ts | 2 -
.../lib/apis/pipeline-element-template.service.ts | 8 +-
.../src/lib/apis/pipeline-element.service.ts | 8 +-
.../src/lib/apis/pipeline-monitoring.service.ts | 28 +-
.../src/lib/apis/pipeline-template.service.ts | 4 +-
.../src/lib/apis/pipeline.service.spec.ts | 73 --
.../src/lib/apis/pipeline.service.ts | 8 +-
.../src/lib/apis/privilege.service.ts | 8 +-
.../platform-services/src/lib/apis/role.service.ts | 8 +-
.../src/lib/apis/semantic-types-rest.service.ts | 8 +-
.../src/lib/apis/service-tags.service.ts | 8 +-
.../src/lib/apis/shared-dashboard.service.ts | 4 +-
.../src/lib/apis/user-admin.service.ts | 8 +-
.../src/lib/apis/user-group.service.ts | 8 +-
.../platform-services/src/lib/apis/user.service.ts | 8 +-
.../exception-details-dialog.component.html | 2 +-
.../static-tree-input-button-menu.component.html | 1 +
57 files changed, 547 insertions(+), 944 deletions(-)
create mode 100644 .mvn/develocity.xml
create mode 100644 .mvn/extensions.xml
create mode 100644 ui/develocity.config.js
delete mode 100644
ui/projects/streampipes/platform-services/src/lib/apis/pipeline.service.spec.ts