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

github-bot pushed a change to branch 
dependabot/maven/org.apache.activemq-activemq-client-6.1.6
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    omit 9a915f75ce chore(deps): bump org.apache.activemq:activemq-client
     add 27802c73c4 fix(#3602): Fix testGroupManagement.spec.ts to support 
multiple languages (#3603)
     add 314fef057a chore: Move several shared components to shared-ui module 
(#3605)
     add a16dd3c387 Update Python version constraint and add pandas dependency 
(#3607)
     add e99ad3c02d chore(deps-dev): bump ruff in /streampipes-client-python 
(#3606)
     add d9c781ee66 chore(deps-dev): bump 
mkdocs-git-revision-date-localized-plugin (#3582)
     add e4b57da3af chore(deps-dev): bump @typescript-eslint/parser in /ui 
(#3608)
     add 6dc2cc1e4a chore(deps): bump org.apache.activemq:activemq-client 
(#3599)
     add b1a8ecb4bf chore(deps): bump org.apache.activemq:activemq-client

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   (9a915f75ce)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.activemq-activemq-client-6.1.6 
(b1a8ecb4bf)

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/pr-validation.yml                |    6 +-
 .github/workflows/pypi-deployment.yml              |    2 +-
 .github/workflows/python-docs.yml                  |    2 +-
 streampipes-client-python/poetry.lock              | 3131 +++++++++++---------
 streampipes-client-python/pyproject.toml           |    9 +-
 .../apache/streampipes/rest/impl/UserResource.java |    7 +-
 .../storage/couchdb/impl/UserStorage.java          |    2 +-
 .../utils/configuration/ConfigurationBtns.ts       |   12 +
 .../userManagement/testGroupManagement.spec.ts     |   23 +-
 ui/deployment/app.module.mst                       |    2 +
 ui/package-lock.json                               |  119 +-
 ui/package.json                                    |    2 +-
 .../streampipes/platform-services/package.json     |    2 +
 .../lib/apis/pipeline-element-asset.service.ts}    |   22 +-
 ...ts => pipeline-element-runtime-info.service.ts} |   41 +-
 .../src/lib}/services/live-preview.service.ts      |    0
 .../pipeline-element-icon-text.service.ts}         |    2 +-
 .../platform-services/src/public-api.ts            |    4 +
 .../input-schema-panel.component.html              |   11 +-
 .../input-schema-panel.component.scss              |   10 +
 .../input-schema-panel.component.ts                |    7 +-
 .../input-schema-property.component.html           |    0
 .../input-schema-property.component.ts             |    2 +-
 .../pipeline-element-documentation.component.html  |    0
 .../pipeline-element-documentation.component.scss  |    0
 .../pipeline-element-documentation.component.ts    |    0
 .../live-preview-error.component.html              |    0
 .../live-preview-error.component.scss              |    0
 .../live-preview-error.component.ts                |    0
 .../live-preview-loading.component.html            |    0
 .../live-preview-loading.component.scss            |    0
 .../live-preview-loading.component.ts              |    0
 .../live-preview-table.component.html              |    0
 .../live-preview-table.component.scss              |    0
 .../live-preview-table.component.ts                |    6 +-
 .../pipeline-element-runtime-info.component.html   |    0
 .../pipeline-element-runtime-info.component.scss   |    0
 .../pipeline-element-runtime-info.component.ts     |   13 +-
 .../pipeline-element-runtime-info.model.ts         |    0
 .../pipeline-element.component.html                |    0
 .../pipeline-element.component.scss                |    0
 .../pipeline-element/pipeline-element.component.ts |   42 +-
 .../pipeline-element-help.component.html}          |    0
 .../pipeline-element-help.component.scss}          |    2 +-
 .../pipeline-element-help.component.ts}            |   27 +-
 .../src/lib}/pipes/sort-by-runtime-name.pipe.ts    |    0
 .../services}/pipeline-element-schema.service.ts   |    0
 .../shared-ui/src/lib/shared-ui.module.ts          |   37 +-
 .../streampipes/shared-ui/src/public-api.ts        |    6 +
 .../asset-link-item/asset-link-item.component.ts   |    5 +-
 .../edit-group-dialog.component.html               |    1 +
 .../user-group-configuration.component.html        |    1 +
 .../shared/configuration.service.spec.ts           |    2 +-
 .../adapter-description.component.ts               |   13 +-
 .../existing-adapters.component.ts                 |    9 +-
 .../adapter-started-dialog.component.ts            |    2 +-
 ui/src/app/connect/services/rest.service.ts        |   15 -
 ui/src/app/core-ui/core-ui.module.ts               |   18 +-
 .../object-permission-dialog.component.html        |    2 +-
 .../pipeline-assembly-drawing-area.component.ts    |    2 +-
 .../pipeline-element-preview.component.ts          |    6 +-
 .../dialog/customize/customize.component.html      |    4 +-
 ui/src/app/editor/editor.module.ts                 |   13 +-
 ui/src/app/editor/services/editor.service.ts       |    9 +-
 .../app/notifications/notifications.component.ts   |    4 +-
 ui/src/app/services/rest-api.service.ts            |    4 -
 ui/src/federation.config.js                        |    2 +
 67 files changed, 2062 insertions(+), 1601 deletions(-)
 copy 
ui/{src/app/core-ui/static-properties/static-runtime-resolvable-tree-input/static-tree-input-service.service.ts
 => 
projects/streampipes/platform-services/src/lib/apis/pipeline-element-asset.service.ts}
 (64%)
 copy 
ui/projects/streampipes/platform-services/src/lib/apis/{general-config.service.ts
 => pipeline-element-runtime-info.service.ts} (52%)
 rename ui/{src/app => 
projects/streampipes/platform-services/src/lib}/services/live-preview.service.ts
 (100%)
 rename ui/{src/app/services/get-element-icon-text.service.ts => 
projects/streampipes/platform-services/src/lib/services/pipeline-element-icon-text.service.ts}
 (96%)
 rename ui/{src/app/editor/dialog/customize => 
projects/streampipes/shared-ui/src/lib/components}/input-schema-panel/input-schema-panel.component.html
 (86%)
 rename ui/{src/app/editor/dialog/customize => 
projects/streampipes/shared-ui/src/lib/components}/input-schema-panel/input-schema-panel.component.scss
 (87%)
 rename ui/{src/app/editor/dialog/customize => 
projects/streampipes/shared-ui/src/lib/components}/input-schema-panel/input-schema-panel.component.ts
 (86%)
 rename ui/{src/app/editor/dialog/customize => 
projects/streampipes/shared-ui/src/lib/components}/input-schema-panel/input-schema-property/input-schema-property.component.html
 (100%)
 rename ui/{src/app/editor/dialog/customize => 
projects/streampipes/shared-ui/src/lib/components}/input-schema-panel/input-schema-property/input-schema-property.component.ts
 (91%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-documentation/pipeline-element-documentation.component.html
 (100%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-documentation/pipeline-element-documentation.component.scss
 (100%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-documentation/pipeline-element-documentation.component.ts
 (100%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-error/live-preview-error.component.html
 (100%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-error/live-preview-error.component.scss
 (100%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-error/live-preview-error.component.ts
 (100%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-loading/live-preview-loading.component.html
 (100%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-loading/live-preview-loading.component.scss
 (100%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-loading/live-preview-loading.component.ts
 (100%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-table/live-preview-table.component.html
 (100%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-table/live-preview-table.component.scss
 (100%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/live-preview-table/live-preview-table.component.ts
 (93%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/pipeline-element-runtime-info.component.html
 (100%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/pipeline-element-runtime-info.component.scss
 (100%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/pipeline-element-runtime-info.component.ts
 (92%)
 rename ui/{src/app/core-ui => 
projects/streampipes/shared-ui/src/lib/components}/pipeline-element-runtime-info/pipeline-element-runtime-info.model.ts
 (100%)
 rename ui/{src/app/editor => 
projects/streampipes/shared-ui/src/lib}/components/pipeline-element/pipeline-element.component.html
 (100%)
 rename ui/{src/app/editor => 
projects/streampipes/shared-ui/src/lib}/components/pipeline-element/pipeline-element.component.scss
 (100%)
 rename ui/{src/app/editor => 
projects/streampipes/shared-ui/src/lib}/components/pipeline-element/pipeline-element.component.ts
 (68%)
 rename ui/{src/app/core-ui/help/help.component.html => 
projects/streampipes/shared-ui/src/lib/dialog/pipeline-element-help/pipeline-element-help.component.html}
 (100%)
 rename ui/{src/app/core-ui/help/help.component.scss => 
projects/streampipes/shared-ui/src/lib/dialog/pipeline-element-help/pipeline-element-help.component.scss}
 (94%)
 rename ui/{src/app/core-ui/help/help.component.ts => 
projects/streampipes/shared-ui/src/lib/dialog/pipeline-element-help/pipeline-element-help.component.ts}
 (71%)
 rename ui/{src/app/editor => 
projects/streampipes/shared-ui/src/lib}/pipes/sort-by-runtime-name.pipe.ts 
(100%)
 rename ui/{src/app/core-ui/pipeline-element-runtime-info => 
projects/streampipes/shared-ui/src/lib/services}/pipeline-element-schema.service.ts
 (100%)

Reply via email to