Releases: temporalio/ui-server
Releases · temporalio/ui-server
v0.8.0
- 2022-03-29 - 0bb99f8 - Import JSON file for event debugging (#386)
- 2022-03-29 - 69b892a - Add state transitions, task queues, parent info in history header (#388)
- 2022-03-29 - 9417076 - Return user back to initial UI page after auth (#383)
- 2022-03-25 - 3cda51a - Svelte await for queries (#385)
- 2022-03-25 - 3aa088e - Add refresh button on query page and fix results not showing (#384)
- 2022-03-24 - 7f3f452 - Change date format to HH:mm:ss.SS (#382)
- 2022-03-24 - c3c428a - Scroll to active event if not the first event (#381)
- 2022-03-22 - 776edc4 - Standardize links (#369)
- 2022-03-22 - b874dad - Adjust exported events json for history replay (#368)
v0.7.0
v0.6.0
UI-server notes:
- 2022-03-21 - eb42dd0 - Update UI submodule
- 2022-03-18 - ae4d031 - Add /sso/callback auth endpoint back (#119)
- 2022-03-17 - 663b0ae - Make auth endpoints compatible with UI v1 (#118)
- 2022-03-17 - e4e8f37 - Rebase Docker image on temporalio/base-builder (#117)
UI notes https://github.com/temporalio/ui :
- 2022-03-21 - 8dbf29f - Check for first id and move check before creating eventGroup (#363)
- 2022-03-19 - 439f03f - Fix namespaces not being fetched in local mode (#361)
- 2022-03-18 - 765423d - Show received signals in history compact view (#359)
- 2022-03-18 - d07fca0 - Add full event view (#356)
- 2022-03-18 - f671211 - Refactor pending activities page (#354)
- 2022-03-17 - 21173ab - Include workflow signaled event under Signals filter (#355)
- 2022-03-17 - c074fdd - Add an additional fallback when viewing an event not in a group (#353)
- 2022-03-17 - 98129b9 - Fall back to the first event when the current event is no longer viewable, closes #343 (#352)
- 2022-03-16 - b163f0d - Update pending-activities.svelte (#351)
v0.5.0
UI-server notes:
- 2022-03-16 - dbd946f - Update UI submodule
- 2022-03-16 - 89f4d69 - Upgrade go version to v1.18 in UI update pipeline (#116)
- 2022-03-16 - 34df677 - Apply new syntax to include UI static files, upgrade to go v1.18 (#86)
UI notes https://github.com/temporalio/ui :
- 2022-03-16 - fc7fe9a - Add pending activities and fix issue where compact event history would quickly show all events (#350)
- 2022-03-16 - 22e03c8 - Login page (#348)
- 2022-03-16 - bd4e1a0 - Add some basic edge cases for the per page query parameter (#349)
- 2022-03-16 - 13a7a98 - Remove unused and unnecessary components (#341)
- 2022-03-16 - d786ed3 - Remove additional from the event details table, closes #333, #334, #335, and #336 (#340)
- 2022-03-15 - bc5f512 - Simplify event history (#301)
- 2022-03-15 - 608cf45 - Remove gloss from selects in Safari (#331)
- 2022-03-15 - 629e53c - Hide null and undefined values in event details (#329)
- 2022-03-15 - 159f416 - Load queries at runtime (#328)
- 2022-03-15 - 7e27c21 - Remove temporal-system from list of namespaces (#327)
- 2022-03-15 - c626143 - Open the Archive docs into a new tab (#326)
- 2022-03-15 - 24438d3 - Make the "Give Feedback" button open in a new tab (#324)
- 2022-03-15 - 31e84d7 - Update temporal logo to route to current namespace (#317)
- 2022-03-15 - 2349757 - Fix coercion with inputs and results: fixes #310, fixes #309 (#315)
- 2022-03-14 - 317664b - Fix issue where row headers were not being updated properly (#304)
- 2022-03-14 - f7f211d - Update _workflows-summary-row.svelte (#303)
- 2022-03-11 - 9d0a088 - Add a fallback for when requestIdleCallback does not exist (#298)
v0.4.0
UI-server notes:
- 2022-03-11 - bf2432e - Update UI submodule
- 2022-03-10 - 56ba3fc - Set dockerize default namespace (#113)
- 2022-03-07 - c2a6e83 - Expose auth option names through settings API (#112)
- 2022-03-03 - 28e513f - Support custom OIDC auth scenarios (#111)
- 2022-03-03 - 30fc10f - Update development config defaults (#110)
- 2022-03-03 - b2e1ca7 - Support audience target in OIDC auth (#109)
- 2022-03-03 - 7835a23 - Update UI paths for golang v1.17 (#108)
UI notes https://github.com/temporalio/ui :
- 2022-03-11 - 4456934 - Fix IsCloud function by exposing it through VITE_ vars (#300)
- 2022-03-10 - 50284d1 - Rework settings access (#299)
- 2022-03-10 - 3df8b4f - Fix issue with pulling from query parameters in event history view (#296)
- 2022-03-10 - 5bdbbd2 - Fix namespace capture and default namespaces (#297)
- 2022-03-10 - f1b002a - Fix issue with active links not displaying properly in Event History (#295)
- 2022-03-10 - cc30acc - Remove remnants of storybook (#294)
- 2022-03-09 - 20314fb - Re-work how we fetch namespaces and how namespace-select works with cloud stuff. Prevents notification errors, and fetches for things we KNOW will fail. (#293)
- 2022-03-09 - 780f995 - Fix UI rendering blank on namespaces and cluster fetch 503 (#292)
- 2022-03-07 - 380efca - Support custom OIDC auth scenarios (#283)
v0.3.0
- 2022-02-28 - fc5178e - Avoid making Temporal API calls if unauthenticated (#105)
- 2022-02-25 - 9804b43 - Implement ConfigProvider interface on *Config type (#107)
- 2022-02-25 - 2a22b72 - Remove config provider interface pointer (#106)
- 2022-02-25 - 2683f22 - Update UI submodule
- 2022-02-17 - 0b83e10 - Support pluggable config providers (#102)
- 2022-02-16 - 5ad444d - Allow configuring default namespace for UI to navigate to (#101)
- 2022-02-16 - f63ee89 - Bump labstack/echo to v4.6.3 to address security (#103)
- 2022-02-09 - 554cd0a - Update README.md
- 2022-02-04 - 7ffa163 - Upgrade to go 1.17 (#99)
- 2022-01-28 - c0f11a1 - Push docker image on release, not on tag (#97)
- 2022-01-26 - 91ae815 - Start pushing docker release images to temporalio/ui (#94)
v0.2.0
- 2022-01-26 - 0e80a44 - Support TLS config as base64 values (#93)
- 2022-01-14 - dc04dee - Support mTLS connection to Temporal server (#89)
- 2022-01-14 - d87d24a - Add logout endpoint (#87)
- 2022-01-10 - 77656f3 - Add pipeline to auto-update UI (#74)
- 2022-01-07 - 45970db - Resolve CSRF preventing POST/DELETE requests with CORS (#85)
- 2022-01-07 - 286083a - Update UI to the latest commit (#84)
- 2022-01-04 - e23e9fb - Secure aginst CSRF (#83)
- 2022-01-03 - 98af513 - Add common security, xss protection headers (#82)
- 2022-01-03 - f3c6778 - Set auth cookie for all allowed origins (#81)
- 2021-12-23 - 4484839 - Make host configurable (#78)
- 2021-12-23 - 6650aa6 - Rename UI and OPENAPI dockerize variables (#76)
- 2021-12-23 - 0f53b7f - Add API to return auth settings (#77)
- 2021-12-09 - 0a2a78c - Shorten docker image SHA tags (#72)
v0.1.0
Add CORS configuration (#69)