Commit 3d8566c
New Versioning UI (#2142)
* Add config and command to run local temporal server, remove versioning on workflow worker tab, add link to task queue, add tabs for workers/versioning on task queue page. Add view all assignment rules row
* send resetType in request body for batch reset (#2110)
* send resetType in req body for batch reset
for compatibility with older server/api versions
* default reset type to first, clear up reason hint text
* 2.27.4 (#2111)
Co-authored-by: Temporal Data (cicd) <[email protected]>
* remove import from protos, use custom enum (#2112)
* 2.27.5 (#2113)
Co-authored-by: Temporal Data (cicd) <[email protected]>
* Remove copyable tooltip (#2114)
* Fix issue where close button cannot be seen on dark drawers (#2115)
* Fix issue where close button cannot be seen on dark drawers
* Update drawer.stories.svelte
* Update drawer.stories.svelte
* DT-2159 - fix "Reapply Signals" checkbox on reset workflow confirmation form (#2117)
* use binding instead of on:change for reset reapply checkbox
* add regression integration test
* Night mode audit (#2118)
* Update and consolidate surface colors
* Update text colors
* Update border colors
* Update shadow colors
* Remove unnecessary colors
* Fix box shadow color
* Use ring instead of box shadow
* Update WorkflowStatus colors
* Fix simple TableHeaderRow
* Input updates based on designs
* Fix table headers and various text and bg colors
* Update button styles to match designs
* Remove disabled color variables, update placeholder text and update Pill component
* Update checkbox and radio input
* Update toggle switch
* Update IconButton to use Button component
* Remove unnecessary badge background
* Update Toast component colors
* Update snaps and fix errors
* Remove unnecessary surface-input
* Update page background color to match designs
* Update timeline background and text color
* Remove underline on button links
* Remove ternary and use and instead for active class
* Delete snapshot tests
* Kebab case colors
* Keep Button border as 2px on focus
* Add caret-danger to plugin
* 2.27.6 (#2122)
Co-authored-by: Temporal Data (cicd) <[email protected]>
* Add local-temporal command (#2120)
* Update SideNavigation component (#2124)
* Update side nav focus styles
* Update heart beat indicator color
* Update version.go to v2.27.2 (#2126)
* Link to namespace in Namespace sticky nav (#2123)
* Add href prop to combobox for link button
* Subtle border, better path, disable link if no namespace
* add docs to side nav (#2131)
* add filtering to api pagination (#2130)
* DT-2179 - fix wf reset button & other fixes (#2133)
* missed PR feedback
- fix ApiPagination prop typing and name
- add search icon to input in ApiPagination
* fix workflow reset button disabled logic
* move docs link
* use cloud guard
* Add timezoneName to schedule spec with default of UTC (#2127)
* Add timezoneName to schedule spec with default of UTC
* Use translate for timezones
* Set input on edit
* Add onDecode prop
* 2.27.7 (#2134)
Co-authored-by: Temporal Data (cicd) <[email protected]>
* Audit a11y issues (#2135)
* DT-2134 Fix a11y issues with accordion.svelte
* Remove on:keydown on CodeBlock
I could not find a single use of `CodeBlock` that had an on:keydown event. [Related ticket](https://temporalio.atlassian.net/browse/DT-2135).
* Update filter-or-copy-buttons.svelte
These both appear to be `noop` functions?
* clean up workflow actions (#2136)
* clean up workflow actions
* better i18n string name
* fix batch action checks
* fix tests
* add integration tests
* 2.27.8 (#2137)
Co-authored-by: Temporal Data (cicd) <[email protected]>
* Update workflow status colors (#2132)
* Update running color
* Update scheduled color
* Update completed and open color
* Update new and initiated color
* Use globalThis.accessToken() for codec server calls (#2138)
* Fix api pagination alignment, add debounce as a prop (#2139)
* fix alignment of api pagination slots
* fix
* fix slot check
* add debounce as a prop
* spelling
* fix debounce
* remove loading slot prop
* 2.27.9 (#2140)
Co-authored-by: Temporal Data (cicd) <[email protected]>
* Fix header colors
* Update snaps?
* Remove commented out mock, better check for rules
* Remove dup .env
---------
Co-authored-by: Ross Edfort <[email protected]>
Co-authored-by: Temporal Data (cicd) <[email protected]>
Co-authored-by: Steve Kinney <[email protected]>
Co-authored-by: Laura Whitaker <[email protected]>
Co-authored-by: Grace Iris Gardner <[email protected]>1 parent 44e68a6 commit 3d8566c
File tree
17 files changed
+238
-179
lines changed- src
- fixtures
- lib
- components
- i18n/locales/en
- layouts
- models
- __snapshots__
- pages
- services
- types
- utilities
- routes/(app)/namespaces/[namespace]
- task-queues
- workflows/[workflow]/[run]/workers
17 files changed
+238
-179
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
13 | 29 | | |
14 | 30 | | |
15 | 31 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
21 | 35 | | |
22 | 36 | | |
23 | | - | |
| 37 | + | |
24 | 38 | | |
25 | 39 | | |
26 | 40 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
32 | 44 | | |
33 | 45 | | |
34 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 7 | + | |
| 8 | + | |
14 | 9 | | |
15 | 10 | | |
16 | | - | |
| 11 | + | |
17 | 12 | | |
18 | | - | |
19 | | - | |
| 13 | + | |
20 | 14 | | |
21 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
28 | 34 | | |
29 | | - | |
30 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
31 | 39 | | |
32 | | - | |
| 40 | + | |
33 | 41 | | |
34 | | - | |
35 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
36 | 45 | | |
37 | 46 | | |
38 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
39 | 54 | | |
| 55 | + | |
| 56 | + | |
40 | 57 | | |
41 | 58 | | |
42 | 59 | | |
| |||
45 | 62 | | |
46 | 63 | | |
47 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
48 | 79 | | |
49 | 80 | | |
50 | 81 | | |
| |||
76 | 107 | | |
77 | 108 | | |
78 | 109 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
128 | | - | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| 127 | + | |
124 | 128 | | |
125 | 129 | | |
126 | 130 | | |
| |||
189 | 193 | | |
190 | 194 | | |
191 | 195 | | |
| 196 | + | |
192 | 197 | | |
193 | 198 | | |
194 | 199 | | |
| |||
262 | 267 | | |
263 | 268 | | |
264 | 269 | | |
| 270 | + | |
265 | 271 | | |
266 | 272 | | |
267 | 273 | | |
| |||
305 | 311 | | |
306 | 312 | | |
307 | 313 | | |
| 314 | + | |
308 | 315 | | |
309 | 316 | | |
310 | 317 | | |
| |||
341 | 348 | | |
342 | 349 | | |
343 | 350 | | |
| 351 | + | |
344 | 352 | | |
345 | 353 | | |
346 | 354 | | |
| |||
377 | 385 | | |
378 | 386 | | |
379 | 387 | | |
| 388 | + | |
380 | 389 | | |
381 | 390 | | |
382 | 391 | | |
| |||
409 | 418 | | |
410 | 419 | | |
411 | 420 | | |
| 421 | + | |
412 | 422 | | |
413 | 423 | | |
414 | 424 | | |
| |||
445 | 455 | | |
446 | 456 | | |
447 | 457 | | |
| 458 | + | |
448 | 459 | | |
449 | 460 | | |
450 | 461 | | |
| |||
481 | 492 | | |
482 | 493 | | |
483 | 494 | | |
| 495 | + | |
484 | 496 | | |
485 | 497 | | |
486 | 498 | | |
| |||
517 | 529 | | |
518 | 530 | | |
519 | 531 | | |
| 532 | + | |
520 | 533 | | |
521 | 534 | | |
522 | 535 | | |
| |||
0 commit comments