temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
251 stars 36 forks source link

Bump github.com/temporalio/ui-server/v2 from 2.21.3 to 2.26.1 #529

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps github.com/temporalio/ui-server/v2 from 2.21.3 to 2.26.1.

Release notes

Sourced from github.com/temporalio/ui-server/v2's releases.

v2.26.1

Bugfix:

Fix association of pending activities to their activities in new UI

  • 2024-04-10 - 597798619 - Update version.go to 2.26.1 (#1989)
  • 2024-04-10 - 1de989362 - 2.25.3 (#1988)
  • 2024-04-10 - ecf055b48 - Show tooltip of relative/local time on workflow start/end times (#1986)
  • 2024-04-10 - e0365c6bd - Add utility to get associated pending activity using activityId and not event id (#1985)

v2.26.0

Summary

Release v2.26.0 brings a new UI to Workflow Executions. You can enable this new UI through the Labs Mode icon in the bottom left navigation. The major improvements are simplifying what you need to see to quickly understand a workflow, live feed of the event history to see what’s happening RIGHT NOW, better visuals to explore and correlate events, better performance and interactivity of rendering especially at scale, and ability to view child workflows without needing to navigate.

Other improvements:

  • Prefix search for Workflows (Temporal server 1.23 required)
  • Schedules Input - Add payload on create or edit and view payload
  • Work towards future Dark Mode release

Change log

  • 2024-04-09 - f07b9e033 - Update version to v2.26.0 (#1982)
  • 2024-04-09 - 3f2d8788d - Remove unnecessary stroke from Icon (#1981)
  • 2024-04-09 - 503219e1c - Stop propagation of on click event on Menu component (#1976)
  • 2024-04-09 - 6e6024f80 - Audit radio input (#1966)
  • 2024-04-09 - eeb7d2c00 - fix auth for settings requests (#1973)
  • 2024-04-09 - ad53ab190 - update tab underline color (#1960)
  • 2024-04-09 - 44d4a715e - 2.25.2 (#1980)
  • 2024-04-09 - e51c0e2fc - Throttle refresh of workflow to 5 seconds, better clearing logic on switching sort and labs mode (#1979)
  • 2024-04-08 - 711bceb86 - 2.25.1 (#1978)
  • 2024-04-08 - 72d63afaa - Abort fetch and clear history if runId change to handle link navigation, event group styling updates, add opacity on non-primary (last clicked) event groups. (#1977)
  • 2024-04-08 - 65c3f42de - 2.25.0 (#1974)
  • 2024-04-08 - 587d8e1cd - Bump vite from 5.0.12 to 5.0.13 (#1959)
  • 2024-04-08 - 2a731b347 - Prevent overfetching of workflow executions (#1972)
  • 2024-04-08 - a50a0a643 - Revert dynamic icon paths (#1970)
  • 2024-04-08 - c5135ef3b - only show scroll to bottom when there is event history, fix lines on active box on event details (#1971)
  • 2024-04-06 - 0b25a4ab4 - Add noDivWrapper to Combobox icon (#1967)
  • 2024-04-05 - 8df7af1ad - Better layout for nav (#1965)
  • 2024-04-05 - d75736afc - Lines and Dots (#1922)
  • 2024-04-04 - ba5d4dac3 - Dynamically import icons (#1851)
  • 2024-04-04 - 3f48960e4 - Simplify side navigation; add dark mode support (#1846)
  • 2024-04-03 - f5488bbef - Audit number input (#1941)
  • 2024-04-01 - 9f3d2f7ba - Set border even when not checked or on hover (#1955)
  • 2024-04-01 - 84091c9f4 - Fix gradient on skeleton loader for light mode (#1954)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 5 months ago

Superseded by #538.