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

github-bot pushed a change to branch 
dependabot/github_actions/actions/setup-node-5
in repository https://gitbox.apache.org/repos/asf/streampipes.git


 discard f6b7342803 chore(deps): bump actions/setup-node from 4 to 5
     add 1c6a10de56 fix: Fix nightly builds after upgrading to material 3 
(#3777)
     add 397ac5a170 Python 3.12 and 3.13 support (#3779)
     add 2b25de5a45 feat: Improve layout of adapter overview, minor style fixes 
(#3781)
     add 89346893dd chore(deps): bump actions/stale from 9 to 10 (#3758)
     add 66d826868b chore(deps): bump actions/labeler from 5 to 6 (#3761)
     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 8877aef95a chore(deps): bump actions/setup-node from 4 to 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   (f6b7342803)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/actions/setup-node-5 (8877aef95a)

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-labeler.yml                   |   2 +-
 .github/workflows/pr-validation.yml                |  33 +-
 .github/workflows/pypi-deployment.yml              |   2 +-
 .github/workflows/python-docs.yml                  |   2 +-
 .github/workflows/stale-bot.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           |   4 +-
 ui/cypress.config.ts                               |   9 +
 ui/cypress/support/utils/connect/ConnectUtils.ts   |   2 +-
 ui/cypress/support/utils/connect/OpcUaUtils.ts     |  21 +-
 .../tests/connect/compact/uiConfiguration.spec.ts  |   2 +-
 .../connect/createAdapterWithoutStarting.spec.ts   |   2 -
 ui/deployment/i18n/de.json                         |   2 +-
 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 +-
 .../asset-browser-filter.component.html            |   2 +-
 .../basic-inner-panel.component.scss               |   9 +-
 .../basic-nav-tabs/basic-nav-tabs.component.html   |   1 +
 .../exception-details-dialog.component.html        |   2 +-
 .../panel-dialog/panel-dialog.component.html       |   2 +-
 .../standard-dialog/standard-dialog.component.html |   2 +-
 .../asset-details-basics.component.html            |  24 +-
 .../asset-details-links.component.html             |   7 +-
 .../edit-asset-link-dialog.component.html          |   7 +-
 .../edit-asset-link-dialog.component.scss          |   9 +-
 .../manage-asset-links-dialog.component.html       |   6 +-
 .../manage-asset-links-dialog.component.ts         |   1 +
 .../configuration-group.component.html             |   2 +-
 .../adapter-description.component.html             |  51 +-
 .../adapter-description.component.scss             |  28 +-
 .../adapter-description.component.ts               |   3 +
 .../data-marketplace.component.html                |   1 +
 .../data-marketplace.component.scss                |   2 +-
 .../static-property.component.html                 |   7 +-
 .../static-property.component.scss                 |   4 -
 ...tic-runtime-resolvable-any-input.component.html |   2 +-
 .../static-tree-input-button-menu.component.html   |   1 +
 .../charts/density/density-renderer.service.ts     |   6 +-
 .../charts/scatter/scatter-renderer.service.ts     |   6 +-
 ui/src/scss/sp/_variables.scss                     |   2 +
 86 files changed, 655 insertions(+), 1034 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

Reply via email to