This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/ui/multi-9d10f41487
in repository https://gitbox.apache.org/repos/asf/streampipes.git
discard 15d27e9eeb chore(deps): bump tmp and @inquirer/editor in /ui
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 8218944d02 chore(deps): bump tmp and @inquirer/editor in /ui
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 (15d27e9eeb)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/ui/multi-9d10f41487 (8218944d02)
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 | 2 +-
.github/workflows/cypress-test.yml | 2 +-
.github/workflows/go-docs.yml | 2 +-
.github/workflows/pr-validation.yml | 4 +-
docker-compose.yml | 4 +-
.../cli/deploy/standalone/opcua/docker-compose.yml | 2 +-
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/package-lock.json | 176 ++++++++++++---------
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 +
51 files changed, 262 insertions(+), 340 deletions(-)
delete mode 100644
ui/projects/streampipes/platform-services/src/lib/apis/pipeline.service.spec.ts