This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch
4032-introducing-function-transformation-for-complex-data-handling-in-connect
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 32b1874e54 fix(#4032): Make dimension selection more robust for
different languages
add 50b93edef6 fix(#4032): Fix edit adapter test
add 85024b36c6 fix(#4032): Change order of adapter pipeline elements
add 15b4df5f1b fix(#4032): Fix value rule
add 44c8c5478d fix(#4032): Fix script template test
add b3e4ec6001 chore(deps): bump actions/upload-artifact from 5 to 6
(#4055)
add 21ec881eed chore(deps-dev): bump pytest-cov from 6.2.1 to 7.0.0 in
/streampipes-client-python (#4042)
add 04459cb97f chore(deps-dev): bump flake8 from 7.2.0 to 7.3.0 in
/streampipes-client-python (#4031)
add b939d0251d fix: Fix test count array 1 (#4084)
add cfc9f8a62e chore(deps): bump urllib3 from 2.6.0 to 2.6.3 in
/streampipes-client-python (#4086)
add b28845455d fix: Imports from shared-ui (#4089)
add 73a55c2986 Merge branch 'dev' into
4032-introducing-function-transformation-for-complex-data-handling-in-connect
No new revisions were added by this update.
Summary of changes:
.github/workflows/extensions-docs.yml | 6 +-
.github/workflows/go-docs.yml | 2 +-
.github/workflows/pypi-deployment.yml | 2 +-
.github/workflows/python-docs.yml | 2 +-
streampipes-client-python/poetry.lock | 201 ++++++++++++---------
streampipes-client-python/pyproject.toml | 4 +-
.../shared/AdapterPipelineGeneratorBase.java | 17 +-
.../transformation-jvm/countArray1/expected.csv | 8 +-
ui/cypress/support/utils/connect/ConnectUtils.ts | 6 +-
...rTest.smoke.spec.ts => assetFilterTest.spec.ts} | 0
ui/cypress/tests/connect/rules/valueRules.spec.ts | 5 +
ui/cypress/tests/connect/scriptTemplate.spec.ts | 3 +-
.../streampipes/shared-ui/src/public-api.ts | 1 +
.../asset-overview/asset-overview.component.ts | 4 +-
.../adapter-started-dialog.component.html | 1 +
.../edit-schema-transformation.component.html | 1 +
.../all-adapter-actions-dialog.component.html | 1 +
.../datalake-configuration.component.ts | 3 +-
.../asset-map/home-asset-map.component.ts | 4 +-
ui/src/app/home/home.component.ts | 2 +-
20 files changed, 158 insertions(+), 115 deletions(-)
rename ui/cypress/tests/assetManagement/{assetFilterTest.smoke.spec.ts =>
assetFilterTest.spec.ts} (100%)