This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/spring-security.version-6.5.5
in repository https://gitbox.apache.org/repos/asf/streampipes.git
discard 14459c1382 chore(deps): bump spring-security.version from 6.4.2 to
6.5.5
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 6b8cec97e0 chore(deps): bump actions/setup-node from 4 to 5 (#3776)
add 9ef787412f fix: Update waiting time parameter to fix flaky editAdapter
test (#3790)
add 7c9df74779 chore(deps): bump
org.springframework.security:spring-security-core (#3786)
add 61e5e8e259 chore(deps): bump spring-security.version from 6.4.2 to
6.5.5
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 (14459c1382)
\
N -- N -- N
refs/heads/dependabot/maven/spring-security.version-6.5.5 (61e5e8e259)
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 | 12 +-
.github/workflows/cypress-test.yml | 16 +-
.github/workflows/extensions-docs.yml | 2 +
.github/workflows/go-client-e2e-test.yml | 2 +
.github/workflows/go-docs.yml | 2 +-
.github/workflows/pr-validation.yml | 31 +-
.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 +-
ui/cypress.config.ts | 9 +
ui/cypress/support/utils/connect/ConnectBtns.ts | 5 +
.../utils/connect/ConnectEventSchemaUtils.ts | 20 +-
ui/cypress/support/utils/connect/ConnectUtils.ts | 3 +-
ui/cypress/support/utils/connect/OpcUaUtils.ts | 21 +-
ui/cypress/tests/connect/editAdapter.smoke.spec.ts | 2 +-
.../connect/editAdapterValuesAndFields.spec.ts | 4 +-
ui/develocity.config.js | 25 ++
ui/package-lock.json | 360 +++++++++++++++++----
ui/package.json | 2 +
.../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 +
59 files changed, 632 insertions(+), 330 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