This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch e2e-opcua
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 13b2ae51be fix: For failing tests change default opc ua name
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 12bac55a33 Merge branch 'dev' into e2e-opcua
add 9312ac6238 refactor: Change default port back
add b30caac6c8 fix: Do not use latest version of opc ua test container
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 | 2 +-
.../opcua/config/SharedUserConfiguration.java | 2 +-
ui/cypress.config.ts | 9 +
ui/develocity.config.js | 25 +
ui/package-lock.json | 756 ++++++---------------
ui/package.json | 1 +
.../exception-details-dialog.component.html | 2 +-
23 files changed, 416 insertions(+), 708 deletions(-)
create mode 100644 .mvn/develocity.xml
create mode 100644 .mvn/extensions.xml
create mode 100644 ui/develocity.config.js