Releases: temporalio/ui-server
Releases · temporalio/ui-server
v0.13.0
- 2022-05-05 - 2265e0e - Add Remote Data Encoder support (#497)
- 2022-05-05 - 59acc0c - Better matching for query error (#522)
- 2022-05-05 - 880fe79 - Persisted query parameter store (#507)
- 2022-05-05 - bbf3ab4 - Customize Feedback URL from settings (#519)
- 2022-05-05 - dbd15a1 - Highlight timed out activities and event details navigation (#520)
- 2022-05-05 - 71d709f - Cleanup cypress tests code (#517)
- 2022-05-05 - 3ade21f - Add tests for workers page (#518)
v0.12.2
- 2022-05-04 - c029866 - Update get-query-types-from-error.ts
- 2022-05-04 - 1d159a7 - Format code blocks in pending activities (#512)
- 2022-05-04 - 4ce30ee - Fix error parsing queries from the Java SDK (#516)
- 2022-05-03 - ef2718b - Fix issue with invalid search params for per page (#510)
- 2022-05-03 - ecf70a7 - Add tests for event history views and date formatting (#509)
- 2022-05-02 - 5299163 - Add integrations tests for stack trace (#508)
v0.12.1
- 2022-04-29 - 57a90df - Fail silently on github service errors (#505)
- 2022-04-29 - 4191597 - Add integration tests for event history JSON view (#499)
- 2022-04-29 - c889893 - Differentiate on workflow input and results testing tags (#500)
- 2022-04-29 - 8680a29 - Fix WorkflowEvents type; address warnings (#503)
- 2022-04-28 - f9031f3 - Put workers in the same table; respect time settings (#498)
- 2022-04-28 - d463e63 - Add integration tests for Workflow Input and Results (#494)
v0.12.0
UI* 2022-04-28 - d463e63 - Add integration tests for Workflow Input and Results (#494)
- 2022-04-28 - 7023f81 - Resolve cypress failing in headed mode (#493)
- 2022-04-28 - 1396bd0 - Event History Styling (#495)
- 2022-04-28 - bcef4f6 - Remove SSR, fix onError listener and use correct websocket var for hasWebsocket check (#492)
- 2022-04-26 - 29dad8e - Fix workflow page 404 on special characters in workflow ID (#491)
- 2022-04-26 - 484f5ec - Add UI new version banner (#476)
v0.11.0
- 2022-04-26 - f773de7 - Put workers in the same table; respect time settings (#490)
- 2022-04-26 - e7fc491 - Add reverse query param to event history route (#489)
- 2022-04-26 - 2b40da6 - Refactoring: Event Groups and Event Types (#488)
- 2022-04-26 - 77e1edd - Use native underlines for links (#484)
- 2022-04-26 - 5284e51 - Flip input and label for expand all (#487)
- 2022-04-26 - 8ad598d - Fix archived workflows query and to only show with both archived and visibility enabled (#486)
- 2022-04-26 - ed12424 - Loading state for Results when the workflow is running (#483)
- 2022-04-26 - bc9d4c7 - Address lint issues (#482)
- 2022-04-25 - 1a58b71 - Make banner component reusable (#469)
- 2022-04-25 - 2477c06 - Add debouncing to workflow filters (#481)
- 2022-04-25 - 9f5f249 - Make the whole feedback button a link (#473)
- 2022-04-25 - da43f4d - Remove summary/full view and add feed view with expand all toggle (#478)
- 2022-04-25 - 12a2f25 - Address bugs on workflow execution page (#480)
- 2022-04-25 - bf854e3 - Remove headers from __error (#479)
- 2022-04-25 - 2525b62 - Redirect to login if unauthorized (#477)
v0.10.6
2022-04-22 - ea08294 - Update link colors (#472)
2022-04-22 - fa50965 - Use props for export history url fetch, not params (#471)
v0.10.5
- 2022-04-22 - 4c3988e - Add login button if auth enabled and no user to allow navigation to login page (#470)
- 2022-04-21 - e6fa482 - Change new version release link from current to recommended (#463)
v0.10.4
- 2022-04-21 - 09422f6 - Sync basic and advanced queries (#467)
- 2022-04-21 - 5e51fa3 - Create indented block from Workflow Task Started to last Command event (#468)
- 2022-04-21 - 81458bf - Use window.location.assign instead of goto on redirect to login (#466)
- 2022-04-21 - acc19ca - Responsive truncated length, event view tab, event details alignment (#464)
v0.10.3
- 2022-04-20 - 56aafcf - Make event history table fixed so keep code block within column (#462)
- 2022-04-20 - c39f0ff - Persist workflow details view choice (#461)
- 2022-04-20 - 2a52196 - Date and time persistence (#460)
- 2022-04-20 - 55f2ae3 - Move preventDefault/stopPropagation to copy function (#459)
- 2022-04-20 - 2c19ea8 - Namespace settings page (#457)
- 2022-04-20 - ff17fff - Increase status column width to prevent wrapping of Timed Out status. (#458)
- 2022-04-19 - e6d477a - Truncate workflow id and type and add copyable tooltip (#456)
- 2022-04-19 - 8e89afc - Make more data copyable or selectable (#453)
- 2022-04-18 - 2f0e8cb - Correct namespace in tctl enable archival command (#454)
- 2022-04-18 - 6798dcf - Responsive summary and navigation (#452)
- 2022-04-18 - 972b920 - Truncate height of code block; remove framing logic (#451)
- 2022-04-18 - 3b61a7b - Create reusable Copyable Component; use in workflow list (#450)
- 2022-04-18 - d9383fd - Add the Button component to storybook (#444)
- 2022-04-18 - 0447bf2 - Heart Beat Indicator on Running Status (#446)
- 2022-04-18 - 0f99fe2 - Load workflows onMount and update loadingRow (#445)
- 2022-04-14 - fe9f6d5 - Lay out pending activities a little bit better (#443)
- 2022-04-14 - 8610064 - Add Storybook, submit button for advanced search (#439)
- 2022-04-14 - dce8f33 - Update event-summary-table.svelte (#440)
v0.10.2
UI https://github.com/temporalio/ui :
- 2022-04-14 - 5b51106f5dbc2efef2e944940cd579b912282713 (428) - Add Date & Time filters for history events
- 2022-04-14 - 167b039a8e7c3fc83a30266ad282010f7d3201d3 (436) - Fix archival page not fetching namespaces and add archival cypress tests
- 2022-04-13 - 5b51106f5dbc2efef2e944940cd579b912282713 (433) - Fix named layouts showing duplicate headers on login