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

github-bot pushed a change to branch 
dependabot/pip/streampipes-client-python/ruff-0.11.9
in repository https://gitbox.apache.org/repos/asf/streampipes.git


 discard 608d516801 chore(deps-dev): bump ruff in /streampipes-client-python
     add 314fef057a chore: Move several shared components to shared-ui module 
(#3605)
     add a16dd3c387 Update Python version constraint and add pandas dependency 
(#3607)
     add 799ba7a6f4 chore(deps-dev): bump ruff in /streampipes-client-python

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   (608d516801)
            \
             N -- N -- N   
refs/heads/dependabot/pip/streampipes-client-python/ruff-0.11.9 (799ba7a6f4)

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              | 3078 +++++++++++---------
 streampipes-client-python/pyproject.toml           |    5 +-
 ui/deployment/app.module.mst                       |    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 +-
 .../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 +-
 .../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 +
 58 files changed, 1905 insertions(+), 1532 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