Skip to content

[IGNORE] UI customization rebase aug5 - #217

Merged
zhuje merged 17 commits into
perses:ui-customizationfrom
zhuje:ui-customization-rebase-aug5
Aug 5, 2026
Merged

[IGNORE] UI customization rebase aug5#217
zhuje merged 17 commits into
perses:ui-customizationfrom
zhuje:ui-customization-rebase-aug5

Conversation

@zhuje

@zhuje zhuje commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Description

Rebase from main

Screenshots

Checklist

  • Pull request has a descriptive title and context useful to a reviewer.
  • Pull request title follows the [<catalog_entry>] <commit message> naming convention using one of the
    following catalog_entry values: FEATURE, ENHANCEMENT, BUGFIX, BREAKINGCHANGE, DOC,IGNORE.
  • All commits have DCO signoffs.

UI Changes

  • [-] Changes that impact the UI include screenshots and/or screencasts of the relevant changes.
  • [-] Code follows the UI guidelines.
  • [-] E2E tests are stable and unlikely to be flaky.
    See e2e docs for more details. Common issues include:
    • Is the data inconsistent? You need to mock API requests.
    • Does the time change? You need to use consistent time values or mock time utilities.
    • Does it have loading states? You need to wait for loading to complete.

shahrokni and others added 17 commits July 2, 2026 12:12
…egex inetrpolation (perses#191)

Signed-off-by: Seyed Mahmoud SHAHROKNI <seyedmahmoud.shahrokni@amadeus.com>
Signed-off-by: Seyed Mahmoud SHAHROKNI <seyedmahmoud.shahrokni@amadeus.com>
The perses plugins declare a higher dependency, `v0.54.0-beta.8`. Because
the host (Perses UI) and the plugin ranges don't intersect, but the shared
deps are declared `singleton: true`, module federation loads a duplicate
copy of `@perses-dev/plugin-system` into the plugin. That duplicate copy
runs its own `createContext(undefined)` at module top level, giving the
plugin its own `PluginRegistryContext`, a different React Context object
than the one the host's `<PluginRegistry>` provider binds to.

Plugins that only export data (datasources, panels, queries) never
exercise the duplicated context. LogExplorer is the first Explore plugin
whose exposed component calls `usePluginRegistry` directly (I think?), so
it hits the duplicate and throws "PluginRegistryContext not found. Did you
forget a provider?" on `/explore`.

Bump the shared entries to `0.54.0-beta.11`. `@perses-dev/core` stays at
`0.53.1` as I understand it's being deprecated and no 0.54 release exists.

Signed-off-by: Jeremy Rickards <jeremy.rickards@sap.com>
…of @perses-dev/spec (perses#194)

* [BREAKINGCHANGE] move PanelEditorValues and panel editor schemas out of @perses-dev/spec

Signed-off-by: Adrian Sepiół <a.sepiol@sap.com>

* [ENHANCEMENT] move PanelGroupId out of @perses-dev/spec into @perses-dev/plugin-system

Signed-off-by: Adrian Sepiół <a.sepiol@sap.com>

---------

Signed-off-by: Adrian Sepiół <a.sepiol@sap.com>
Bumps the actions group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).


Updates `golangci/golangci-lint-action` from 9.2.1 to 9.3.0
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v9.2.1...v9.3.0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…erses#195)

* [BUGFIX] fix timeseries tooltip hover for stacked and grouped charts

Port of perses/perses#3574 by @Gavriel-M.

Signed-off-by: Akshay Iyyadurai Balasundaram <akshay.iyyadurai.balasundaram@sap.com>

* fix lint

Signed-off-by: Akshay Iyyadurai Balasundaram <akshay.iyyadurai.balasundaram@sap.com>

* fix review comment

Signed-off-by: Akshay Iyyadurai Balasundaram <akshay.iyyadurai.balasundaram@sap.com>

* fix lint

Signed-off-by: Akshay Iyyadurai Balasundaram <akshay.iyyadurai.balasundaram@sap.com>

---------

Signed-off-by: Akshay Iyyadurai Balasundaram <akshay.iyyadurai.balasundaram@sap.com>
…rses#190)

* [ENHANCEMENT] EChart: extract timezone-aware axis label formatter

This util is used by the timeseries, scatter, heaptmap and statushistory charts.

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>

* update constants

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>

---------

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
useDefaultQueryDefinition() returned isLoading: false while the plugin
was still loading (only the metadata loading state was checked). This
caused the initial plugin spec to be set to {} because
defaultQueryPlugin was undefined.

Fix by combining both the metadata and plugin loading states into a
single composite isLoading flag.

Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com>
Signed-off-by: Augustin Husson <augustin.husson@amadeus.com>
Signed-off-by: Augustin Husson <augustin.husson@amadeus.com>
Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
Signed-off-by: Augustin Husson <augustin.husson@amadeus.com>
Signed-off-by: Augustin Husson <augustin.husson@amadeus.com>
)

Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
* [FEATURE] create @perses-dev/design-token package

Signed-off-by: Jenny Zhu <jenny.a.zhu@gmail.com>

* [IGNORE] address comments perses/shared pr perses#198

Signed-off-by: Jenny Zhu <jenny.a.zhu@gmail.com>

---------

Signed-off-by: Jenny Zhu <jenny.a.zhu@gmail.com>
@zhuje
zhuje requested review from a team and AntoineThebaud as code owners August 5, 2026 15:32
@zhuje
zhuje merged commit c114509 into perses:ui-customization Aug 5, 2026
12 checks passed
@zhuje zhuje changed the title UI customization rebase aug5 [IGNORE] UI customization rebase aug5 Aug 5, 2026
@zhuje zhuje mentioned this pull request Aug 5, 2026
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants