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.7.4
in repository https://gitbox.apache.org/repos/asf/streampipes.git


 discard b07c9d6bef chore(deps-dev): bump ruff in /streampipes-client-python
     add 4a2ef4513d fix: Resolve minor bugs in time selection component (#3336)
     add 128d948d6e fix: Fix pipeline element validation for collections (#3340)
     add 17d3c826f7 chore: Fix layout of static property groups (#3338)
     add 8375419607 Move refresh interval option to time selector menu 
component (#3341)
     add 88c01a9b0a fix: Time selector menu for widgets in dashboard (#3342)
     add a643b12118 chore(deps-dev): bump 
mkdocs-git-revision-date-localized-plugin (#3314)
     add 08d45b8419 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   (b07c9d6bef)
            \
             N -- N -- N   
refs/heads/dependabot/pip/streampipes-client-python/ruff-0.7.4 (08d45b8419)

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:
 streampipes-client-python/poetry.lock              |  13 ++-
 streampipes-client-python/pyproject.toml           |   2 +-
 .../generic/config/MetadataOptionGenerator.java    |   8 +-
 .../jvm/datalake/DataLakeDimensionProvider.java    |  11 ++-
 .../v2/pipeline/CheckCompletedVisitor.java         |   8 +-
 .../generation/CompactPipelineConverter.java       |   2 +-
 .../src/lib/model/datalake/DateRange.ts            |  48 +++++++++-
 ui/projects/streampipes/shared-ui/package.json     |   3 +-
 .../refresh-interval-settings.component.html       |   2 +-
 .../refresh-interval-settings.component.ts         |  20 ++--
 .../time-range-selector.component.html             |  49 ++++++----
 .../time-range-selector.component.scss             |   5 +-
 .../time-selector/time-range-selector.component.ts |  68 ++++++++++++--
 .../custom-time-range-selection.component.html     |  18 +++-
 .../custom-time-range-selection.component.scss     |   5 +
 .../custom-time-range-selection.component.ts       |  63 +++++++++++--
 .../time-selector-menu.component.html              |  11 ++-
 .../time-selector-menu.component.scss              |   0
 .../time-selector-menu.component.ts                |  17 +++-
 .../time-selector/time-selector.model.ts           |  10 +-
 .../src/lib}/services/time-selection.service.ts    | 101 ++++++++++++++-------
 .../shared-ui/src/lib/shared-ui.module.ts          |  20 ++++
 .../streampipes/shared-ui/src/public-api.ts        |   4 +
 .../streampipes/shared-ui/tsconfig.lib.json        |   2 +-
 .../static-one-of-input.component.html             |  79 ++++++++--------
 .../dashboard-toolbar.component.html               |  11 +--
 .../dashboard-toolbar.component.ts                 |   9 +-
 .../data-explorer-dashboard-panel.component.html   |   2 +-
 .../data-explorer-dashboard-panel.component.ts     |  14 ++-
 .../data-view/data-explorer-data-view.component.ts |   3 +-
 .../data-explorer-dashboard-widget.component.html  |   3 +
 .../data-explorer-dashboard-widget.component.ts    |  16 +++-
 .../base/base-data-explorer-widget.directive.ts    |   4 +-
 ui/src/app/data-explorer/data-explorer.module.ts   |  15 ---
 .../data-explorer-detect-changes.service.ts        |   2 +-
 35 files changed, 462 insertions(+), 186 deletions(-)
 rename ui/{src/app/data-explorer/components/dashboard/dashboard-toolbar => 
projects/streampipes/shared-ui/src/lib/components/time-selector}/refresh-interval-settings/refresh-interval-settings.component.html
 (96%)
 rename ui/{src/app/data-explorer/components/dashboard/dashboard-toolbar => 
projects/streampipes/shared-ui/src/lib/components/time-selector}/refresh-interval-settings/refresh-interval-settings.component.ts
 (83%)
 rename ui/{src/app/data-explorer => 
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-range-selector.component.html
 (63%)
 rename ui/{src/app/data-explorer => 
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-range-selector.component.scss
 (96%)
 rename ui/{src/app/data-explorer => 
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-range-selector.component.ts
 (69%)
 rename ui/{src/app/data-explorer => 
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-selector-menu/custom-time-range-selection/custom-time-range-selection.component.html
 (86%)
 rename ui/{src/app/data-explorer => 
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-selector-menu/custom-time-range-selection/custom-time-range-selection.component.scss
 (91%)
 rename ui/{src/app/data-explorer => 
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-selector-menu/custom-time-range-selection/custom-time-range-selection.component.ts
 (63%)
 rename ui/{src/app/data-explorer => 
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-selector-menu/time-selector-menu.component.html
 (84%)
 rename ui/{src/app/data-explorer => 
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-selector-menu/time-selector-menu.component.scss
 (100%)
 rename ui/{src/app/data-explorer => 
projects/streampipes/shared-ui/src/lib}/components/time-selector/time-selector-menu/time-selector-menu.component.ts
 (90%)
 copy 
streampipes-client/src/main/java/org/apache/streampipes/client/paths/ApiPath.java
 => 
ui/projects/streampipes/shared-ui/src/lib/components/time-selector/time-selector.model.ts
 (82%)
 rename ui/{src/app/data-explorer => 
projects/streampipes/shared-ui/src/lib}/services/time-selection.service.ts (59%)

Reply via email to