Commit ec2122d
authored
Release/3.14.0 (#140)
* refactoring workflow list screen
* fixing spinner
* removing settings cog and workflows from breadcrumb
* eslint and small refactor for criteria
* fixing tests
* 3.14.0-beta.0
* Adding history archival and visibility archival to domain settings sc… (#113)
* Adding history archival and visibility archival to domain settings screen. adding unit tests
* fixing integration tests
* lint fixes
* PR comments
* Feature/archival disabled (#115)
* Adding history archival and visibility archival to domain settings screen. adding unit tests
* fixing integration tests
* lint fixes
* starting work on archival screen
* starting work on archival screen. Got async working in a vue component.
* adding helpers to extract enabled flags
* disabled messaging working
* adding unit tests
* adding more unit tests
* splitting disabled messaging into new component. adding more unit tests. fixing webpack to point to new babel config file.
* 3.14.0-beta.1
* fixing lint
* Feature/archives disabled link (#116)
* Adding history archival and visibility archival to domain settings screen. adding unit tests
* adding link for copy
* 3.14.0-beta.2
* adding support for multiple links
* 3.14.0-beta.3
* fixing styling
* 3.14.0-beta.4
* Feature/update idl (#120)
* updating idl to latest
* updating to latest idl. Fixing napa install to clear directory before copying
* fixing tests
* button-fill (#121)
* button-fill
* end file return
* error-message (#122)
* error-message
* end file return
* grid (#123)
* grid
* renaming component to flex grid
* renaming flex grid column to flex grid item
* loading spinner (#125)
* no results (#126)
* renaming archives to archival. breaking out helpers into separate files
* removing unused file
* more replacing archives
* deleting unused file
* text input (#127)
* split out functions into reusable helpers (#128)
* Feature/rename archives archival (#129)
* renaming archives to archival. breaking out helpers into separate files
* removing unused file
* more replacing archives
* deleting unused file
* archival endpoint (#130)
* archival endpoint
* PR comments
* Feature/archival service (#134)
* archival service
* PR comments
* adding unit tests for workflow archival service
* components and style updates to use in workflow archival screen. (#132)
* components and style updates to use in workflow archival screen.
* final style changes to help with scrolling table
* helpers used on archival screen (#133)
* Feature/archival screen (#135)
* Adding history archival and visibility archival to domain settings screen. adding unit tests
* renaming archives to archival for consistancy
* 3.14.0-beta.5
* missed some references for rename
* 3.14.0-beta.6
* adding basic screen and starting work on it.
* got basic screen working with mocked data. need to hook up API.
* making table into component to be reused on advanced screen.
* moving search bar to grid. refactoring reusable helpers. removing advanced view for now. adding in date picker to archival screen. adding status.
* fixing helpers. finished UI for archival view
* formatting start time and end time
* styling and fixing up potential errors
* adding more protections
* adding nextPageToken to query. fixing bug with next page token on workflow list screen.
* moving hardcoded code into service. working on getting pagination working.
* creating loading spinner component to help with loading paging.
* got scrolling on table mostly working. got sticky headers working.
* fixing spinner scroll bar issue.
* got pagination working
* hooking up archival API
* adding error handling
* adding advanced button to toggle between basic and advanced archival views. creating button component.
* completed advanced archival screen.
* removing consoles
* lint fixes
* splitting out basic vue functions into helpers
* moving helpers into separate files
* splitting out helper tests
* updating spec to contain describe
* using getErrorMessage common helper
* adding tests for global helpers.
* adding unit tests for get query params. renaming statusName to statusValue.
* adding tests for get range.
* getStatusValue tests
* adding tests for getStatus
* adding test for map response
* adding tests for update query from range
* lint fixes
* updating idl to latest
* updating to latest idl. Fixing napa install to clear directory before copying
* fixing tests
* 3.14.0-beta.7
* fixing bug with completed status not being set correctly. allowing workflow request to be cancellable when stacking requests.
* fixing unit tests
* small change from PR updates
* removing grid and grid-column. these are now renamed to flex grid and flex grid item
* fix lint
* Feature/workflow history archival (#136)
* Adding history archival and visibility archival to domain settings screen. adding unit tests
* renaming archives to archival for consistancy
* 3.14.0-beta.5
* missed some references for rename
* 3.14.0-beta.6
* adding basic screen and starting work on it.
* got basic screen working with mocked data. need to hook up API.
* making table into component to be reused on advanced screen.
* moving search bar to grid. refactoring reusable helpers. removing advanced view for now. adding in date picker to archival screen. adding status.
* fixing helpers. finished UI for archival view
* formatting start time and end time
* styling and fixing up potential errors
* adding more protections
* adding nextPageToken to query. fixing bug with next page token on workflow list screen.
* moving hardcoded code into service. working on getting pagination working.
* creating loading spinner component to help with loading paging.
* got scrolling on table mostly working. got sticky headers working.
* fixing spinner scroll bar issue.
* got pagination working
* hooking up archival API
* adding error handling
* adding advanced button to toggle between basic and advanced archival views. creating button component.
* completed advanced archival screen.
* removing consoles
* lint fixes
* splitting out basic vue functions into helpers
* moving helpers into separate files
* splitting out helper tests
* updating spec to contain describe
* using getErrorMessage common helper
* adding tests for global helpers.
* adding unit tests for get query params. renaming statusName to statusValue.
* adding tests for get range.
* getStatusValue tests
* adding tests for getStatus
* adding test for map response
* adding tests for update query from range
* lint fixes
* updating idl to latest
* updating to latest idl. Fixing napa install to clear directory before copying
* fixing tests
* 3.14.0-beta.7
* fixing bug with completed status not being set correctly. allowing workflow request to be cancellable when stacking requests.
* fixing unit tests
* small change from PR updates
* removing grid and grid-column. these are now renamed to flex grid and flex grid item
* fix lint
* got part of summary information from archival record.
* adding extra data points for summary endpoint fallback
* fixing list overflow
* Got summary information working with archived workflows
* 3.14.0-beta.8
* removing archival call as it wont work when deployed to environment.
* 3.14.0-beta.9
* Feature/archival tweaks (#138)
* Adding history archival and visibility archival to domain settings screen. adding unit tests
* renaming archives to archival for consistancy
* 3.14.0-beta.5
* missed some references for rename
* 3.14.0-beta.6
* adding basic screen and starting work on it.
* got basic screen working with mocked data. need to hook up API.
* making table into component to be reused on advanced screen.
* moving search bar to grid. refactoring reusable helpers. removing advanced view for now. adding in date picker to archival screen. adding status.
* fixing helpers. finished UI for archival view
* formatting start time and end time
* styling and fixing up potential errors
* adding more protections
* adding nextPageToken to query. fixing bug with next page token on workflow list screen.
* moving hardcoded code into service. working on getting pagination working.
* creating loading spinner component to help with loading paging.
* got scrolling on table mostly working. got sticky headers working.
* fixing spinner scroll bar issue.
* got pagination working
* hooking up archival API
* adding error handling
* adding advanced button to toggle between basic and advanced archival views. creating button component.
* completed advanced archival screen.
* removing consoles
* lint fixes
* splitting out basic vue functions into helpers
* moving helpers into separate files
* splitting out helper tests
* updating spec to contain describe
* using getErrorMessage common helper
* adding tests for global helpers.
* adding unit tests for get query params. renaming statusName to statusValue.
* adding tests for get range.
* getStatusValue tests
* adding tests for getStatus
* adding test for map response
* adding tests for update query from range
* lint fixes
* updating idl to latest
* updating to latest idl. Fixing napa install to clear directory before copying
* fixing tests
* 3.14.0-beta.7
* fixing bug with completed status not being set correctly. allowing workflow request to be cancellable when stacking requests.
* fixing unit tests
* small change from PR updates
* removing grid and grid-column. these are now renamed to flex grid and flex grid item
* fix lint
* got part of summary information from archival record.
* adding extra data points for summary endpoint fallback
* fixing list overflow
* Got summary information working with archived workflows
* 3.14.0-beta.8
* removing archival call as it wont work when deployed to environment.
* 3.14.0-beta.9
* adjusting default time range to last 24 hours to help with performance.
* adding isArchived flag and presenting in UI
* adding lag message. moving constant out of helper and into constants file. need to add to advanced screen
* refactoring into reusable loading-message component. added to basic and advanced screen.
* 3.14.0-beta.10
* Fix/lint and test (#139)
* lint fixes
* fixing unit test
* 3.14.0-beta.11
* 3.14.01 parent d615f5c commit ec2122d
File tree
76 files changed
+2279
-98
lines changed- client
- components
- date-range-picker
- helpers
- routes
- domain
- workflow-archival
- components
- archival-disabled-messaging
- helpers
- workflow
- styles
- test
- server
- middleware
- test
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+2279
-98
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
| 15 | + | |
9 | 16 | | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments