Daniel Kutyła [Fri, 10 Feb 2023 15:06:04 +0000 (16:06 +0100)]
Merge branch '18368-notification-banner' into 19836-new-tooltip-impl
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Sat, 4 Feb 2023 23:34:11 +0000 (00:34 +0100)]
Merge remote-tracking branch 'origin/main' into 19836-new-tooltip-impl
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Stephen Smith [Fri, 3 Feb 2023 17:06:07 +0000 (12:06 -0500)]
Merge branch '19273-process-status-badge' into main. Closes #19273
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Fri, 3 Feb 2023 16:20:09 +0000 (11:20 -0500)]
19273: Avoid requesting search result container request details when no processes in results
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Wed, 1 Feb 2023 18:02:01 +0000 (13:02 -0500)]
Merge branch '19900-process-404-handling' into main. Closes #19900
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Tue, 31 Jan 2023 16:47:53 +0000 (11:47 -0500)]
19900: Catch exceptions loading process container request
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Mon, 30 Jan 2023 23:10:06 +0000 (18:10 -0500)]
19900: Add try/catch for any errors loading supplemental process info
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Fri, 27 Jan 2023 19:02:43 +0000 (14:02 -0500)]
19273: Request contaner details for process status badge on search results
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Fri, 27 Jan 2023 19:02:04 +0000 (14:02 -0500)]
19273: Fix list queries not mapping keys to camelcase when showErrors is false
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Fri, 27 Jan 2023 18:57:59 +0000 (13:57 -0500)]
19275: Display unknown process status badge when container not loaded yet
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Daniel Kutyła [Thu, 26 Jan 2023 17:18:32 +0000 (18:18 +0100)]
19836: inital tooltip idea
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Stephen Smith [Thu, 19 Jan 2023 21:04:29 +0000 (16:04 -0500)]
Merge branch '19715-preserve-url-autologout' into main. Closes #19715
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Thu, 19 Jan 2023 19:48:05 +0000 (14:48 -0500)]
19715: Add test for preserving url location on auth invalidation
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Thu, 19 Jan 2023 19:46:45 +0000 (14:46 -0500)]
19715: Preserve current url when api returns auth error
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Lucas Di Pentima [Thu, 19 Jan 2023 17:41:29 +0000 (14:41 -0300)]
Merge branch '18834-cypress-test-fix'. Refs #18834
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 19 Jan 2023 16:03:59 +0000 (13:03 -0300)]
Removes the ".only()" call to one Cypress test. Refs #18834
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 17 Jan 2023 15:34:30 +0000 (12:34 -0300)]
Merge branch '19865-search-clearing-fix'. Closes #19865.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 12 Jan 2023 21:41:54 +0000 (18:41 -0300)]
19865: Reset search values on panel loading.
I really tried to avoid doing this duplicate work by implementing some smart
behavior on DataExplorer itself, but enough time has been wasted so I'm going
with the more straightforward way.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 12 Jan 2023 21:35:12 +0000 (18:35 -0300)]
19865: Adds search value reset action to DataExplorer.
Also, reverts the use of the 'selfClearProp' property on SearchInput to
avoid unnecessary requests made from the inner component.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Stephen Smith [Thu, 12 Jan 2023 20:54:02 +0000 (15:54 -0500)]
19715: Fix unit test
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Thu, 12 Jan 2023 20:44:45 +0000 (15:44 -0500)]
19715: Add preserve url location flag to logout action - set to true for autologout
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Lucas Di Pentima [Wed, 11 Jan 2023 22:29:05 +0000 (19:29 -0300)]
19865: Fixes code indentation.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Mon, 9 Jan 2023 21:22:50 +0000 (18:22 -0300)]
19865: Fixes linter warnings.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Wed, 14 Dec 2022 20:52:10 +0000 (21:52 +0100)]
19865: Sets the input search component to clear on route change.
Instead of passing the UUID of the selected object, pass the current location
path, so navigation actions that change said path will trigger an input
field reset, but selecting different items in the table won't.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 15 Dec 2022 15:58:42 +0000 (16:58 +0100)]
19865: Adds integration test exposing the bug.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Thu, 15 Dec 2022 14:24:32 +0000 (15:24 +0100)]
19865: Ignores /public/_health/ dir.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Stephen Smith [Thu, 5 Jan 2023 14:16:54 +0000 (09:16 -0500)]
19900: Don't dispay errors when fetching process output collection, container, or runtime user
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Peter Amstutz [Wed, 21 Dec 2022 22:45:38 +0000 (17:45 -0500)]
openRunProcess sets defaults
refs #19681
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Wed, 21 Dec 2022 21:39:59 +0000 (16:39 -0500)]
Use SVG icon for collapse panel toggle
refs #19434
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Wed, 21 Dec 2022 21:10:24 +0000 (16:10 -0500)]
Remove the separate dialogContent declaration & inline
Fixes "React error #130" in production build when trying to
open dialog.
refs #19438
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Wed, 21 Dec 2022 20:25:53 +0000 (15:25 -0500)]
Check that CUDA is set, refs #19438
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Wed, 21 Dec 2022 16:53:26 +0000 (11:53 -0500)]
Merge branch 'updatebutton' refs #19463
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Wed, 21 Dec 2022 16:28:42 +0000 (11:28 -0500)]
Fix CUDA fields formatting and layout, instance type disk
refs #19438
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Sarah Wait Zaranek [Wed, 21 Dec 2022 16:28:24 +0000 (11:28 -0500)]
19462: Updating border thickness
Arvados-DCO-1.1-Signed-off-by: Sarah Wait Zaranek <swz@curii.com>
Sarah Wait Zaranek [Wed, 21 Dec 2022 16:20:22 +0000 (11:20 -0500)]
19642: Updating queued chip to be outline not filled
Arvados-DCO-1.1-Signed-off-by: Sarah Wait Zaranek <swz@curii.com>
Peter Amstutz [Wed, 21 Dec 2022 14:59:17 +0000 (09:59 -0500)]
Merge branch 'update-colorscheme'
no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Wed, 21 Dec 2022 14:58:27 +0000 (09:58 -0500)]
Remove maxHeight for resources panel
refs #19438
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Wed, 21 Dec 2022 14:45:43 +0000 (09:45 -0500)]
Merge branch '19434-collapse-left-panel-feedback' refs #19434
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Sarah Wait Zaranek [Wed, 21 Dec 2022 01:46:14 +0000 (20:46 -0500)]
19463: Updating colorscheme to work on process panel
Arvados-DCO-1.1-Signed-off-by: Sarah Wait Zaranek <swz@curii.com>
Lisa Knox [Tue, 20 Dec 2022 22:28:13 +0000 (17:28 -0500)]
19434: fixed ripple shape, moved some inline styles to where they should be
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Tue, 20 Dec 2022 21:44:43 +0000 (16:44 -0500)]
19434: fixed flex-wrap
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Tue, 20 Dec 2022 21:41:07 +0000 (16:41 -0500)]
19434: imported and styled collapsify icons, minor cleanup
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Peter Amstutz [Tue, 20 Dec 2022 20:54:58 +0000 (15:54 -0500)]
Don't have container uuid column selected by default in project view
no issue #
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Lisa Knox [Tue, 20 Dec 2022 19:25:16 +0000 (14:25 -0500)]
19434: moved toggle icon inside left panel, accounted for window resizing, disabled panel resize while collapsed
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Peter Amstutz [Tue, 20 Dec 2022 14:54:13 +0000 (09:54 -0500)]
Fix renders test for new run state badge style
refs #19462
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Daniel Kutyła [Tue, 20 Dec 2022 13:47:34 +0000 (14:47 +0100)]
18368: Notification banner first implementation
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Lisa Knox [Mon, 19 Dec 2022 20:53:30 +0000 (15:53 -0500)]
Merge branch '19434-collapse-left-panel' closes #19434
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Peter Amstutz [Mon, 19 Dec 2022 20:46:25 +0000 (15:46 -0500)]
Merge branch '19438-resource-panel' refs #19438
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Mon, 19 Dec 2022 20:42:43 +0000 (15:42 -0500)]
Merge branch 'main' into 19438-resource-panel refs #19438
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Mon, 19 Dec 2022 20:42:18 +0000 (15:42 -0500)]
Merge branch '19462-colorscheme' refs #19462
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Mon, 19 Dec 2022 20:34:14 +0000 (15:34 -0500)]
Merge branch 'main' into 19462-colorscheme refs #19462
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Mon, 19 Dec 2022 20:25:01 +0000 (15:25 -0500)]
19438: Make heading match tab heading
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Mon, 19 Dec 2022 20:14:17 +0000 (15:14 -0500)]
Merge branch 'main' into 19438-resource-panel refs #19438
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Mon, 19 Dec 2022 20:06:58 +0000 (15:06 -0500)]
19438: Styling adjustments
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Sarah Wait Zaranek [Mon, 19 Dec 2022 19:37:07 +0000 (14:37 -0500)]
19462: Updating color scheme
Arvados-DCO-1.1-Signed-off-by: Sarah Wait Zaranek <swz@curii.com>
Peter Amstutz [Mon, 19 Dec 2022 18:45:56 +0000 (13:45 -0500)]
19438: Finished adding fields
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Lisa Knox [Mon, 19 Dec 2022 17:16:58 +0000 (12:16 -0500)]
styled panel-collapse icon Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Peter Amstutz [Mon, 19 Dec 2022 16:29:13 +0000 (11:29 -0500)]
19438: Hooked up panel, no content yet
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Stephen Smith [Mon, 19 Dec 2022 15:55:49 +0000 (10:55 -0500)]
Merge branch '19504-breadcrumbs' into main. Closes #19504
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Mon, 19 Dec 2022 15:12:55 +0000 (10:12 -0500)]
19504: Add side panel category icons to first breadcrumb items
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Lisa Knox [Mon, 19 Dec 2022 01:06:10 +0000 (20:06 -0500)]
strengthened type checking in various new components Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Mon, 19 Dec 2022 00:45:34 +0000 (19:45 -0500)]
minor cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Mon, 19 Dec 2022 00:41:40 +0000 (19:41 -0500)]
added side-panel-reducer file, minor code cleanup Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Sun, 18 Dec 2022 23:08:29 +0000 (18:08 -0500)]
collapse toggle button in main app bar, redux store set up to handle state change Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Sat, 17 Dec 2022 18:48:32 +0000 (13:48 -0500)]
css-only collapse working Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Fri, 16 Dec 2022 21:36:28 +0000 (16:36 -0500)]
initial collapse functionality, also fixed random typo Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Peter Amstutz [Thu, 15 Dec 2022 22:01:28 +0000 (17:01 -0500)]
Merge branch '19783-picking-tweak' refs #19783
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Stephen Smith [Thu, 15 Dec 2022 18:22:32 +0000 (13:22 -0500)]
19783: Add flexbox wrappers to allow dialog content to shrink on small window height
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Wed, 14 Dec 2022 20:21:37 +0000 (15:21 -0500)]
19783: Add dialog height to picker dialogs that previously depended on picker height being static
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Stephen Smith [Wed, 14 Dec 2022 19:33:51 +0000 (14:33 -0500)]
19783: Use flexbox to ensure single scrollable area in tree picker.
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Lisa Knox [Tue, 13 Dec 2022 23:31:37 +0000 (18:31 -0500)]
Merge branch '19690-roject-column-options' closes #19690 Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lucas Di Pentima [Tue, 13 Dec 2022 20:20:15 +0000 (21:20 +0100)]
Merge branch '19851-log-panel-fix'. Closes #19851
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Stephen Smith [Tue, 13 Dec 2022 19:51:57 +0000 (14:51 -0500)]
Merge branch '19848-subprocess-json' into main. Closes #19848
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Lucas Di Pentima [Tue, 13 Dec 2022 19:22:21 +0000 (20:22 +0100)]
19851: Don't rely on the API.MaxItemsPerResponse setting for calculations.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 13 Dec 2022 17:57:33 +0000 (18:57 +0100)]
19851: Merge branch 'main' into 19851-log-panel-fix
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 13 Dec 2022 17:56:56 +0000 (18:56 +0100)]
Merge branch '19732-properties-error-fix'. Closes #19732.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Tue, 13 Dec 2022 17:55:16 +0000 (18:55 +0100)]
19851: Uses API.MaxItemsPerResponse setting for log requests.
Also, count=none on the 2nd request for better performance.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Daniel Kutyła [Tue, 13 Dec 2022 16:59:39 +0000 (17:59 +0100)]
Merge branch 'main' into 18368-notification-banner
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Tue, 13 Dec 2022 16:58:21 +0000 (17:58 +0100)]
Merge branch '19786-Links-on-inactive-user-screen-are-not-clickable' into main
closes #19786
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Lucas Di Pentima [Tue, 13 Dec 2022 14:56:46 +0000 (15:56 +0100)]
19851: Requests additional logs if necessary.
With max page size being 1000, if there're remaining logs that would fit
in just an additional request, ask for them. If not, request the last
1000 log entries and add a visual indication that some logs were skipped.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Stephen Smith [Mon, 12 Dec 2022 22:12:45 +0000 (17:12 -0500)]
19783: Tweak cypress test to avoid cypress bug
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Lucas Di Pentima [Mon, 12 Dec 2022 19:39:47 +0000 (20:39 +0100)]
Merge branch '19691-dialog-error-handling'. Closes #19691
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Mon, 12 Dec 2022 17:17:47 +0000 (18:17 +0100)]
19691: Fixes default param passing on common-service's update() method.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Sarah Wait Zaranek [Mon, 12 Dec 2022 15:04:41 +0000 (10:04 -0500)]
19462: Updating icon colors and process colors
Arvados-DCO-1.1-Signed-off-by: Sarah Wait Zaranek <swz@curii.com>
Sarah Wait Zaranek [Sun, 11 Dec 2022 16:03:57 +0000 (11:03 -0500)]
19462: Updating status colors
Arvados-DCO-1.1-Signed-off-by: Sarah Wait Zaranek <swz@curii.com>
Lisa Knox [Fri, 9 Dec 2022 22:58:40 +0000 (17:58 -0500)]
added runtime column, accommodated for non-process values Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Peter Amstutz [Fri, 9 Dec 2022 21:55:16 +0000 (16:55 -0500)]
19783: Increase search debounce a bit
Trying to find a good tradeoff between responsiveness and firing off
redundant searches while the user is actually still typing.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Fri, 9 Dec 2022 21:43:50 +0000 (16:43 -0500)]
19783: Fix advanced search "limit to project" option
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Lucas Di Pentima [Fri, 9 Dec 2022 20:51:48 +0000 (21:51 +0100)]
19691: Improves error message reporting.
Also, adds unknown error message handling to project update dialog.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Peter Amstutz [Fri, 9 Dec 2022 20:19:22 +0000 (15:19 -0500)]
19783: Review updates
Load fewer items to be more responsive & update message when not
everything was listed.
Use full text search instead of substring search on names.
Tweak search box help text.
Fix bug where collections used PDH instead of UUID as tree ids,
resulting in collisions and weird behavior.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Lucas Di Pentima [Fri, 9 Dec 2022 20:15:04 +0000 (21:15 +0100)]
19691: Adds tests.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 9 Dec 2022 16:20:07 +0000 (17:20 +0100)]
19691: Show unknown errors on project & collection creation dialogs.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 9 Dec 2022 16:00:31 +0000 (17:00 +0100)]
19691: Avoid showing generic errors on collection & project create dialogs.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 9 Dec 2022 16:00:07 +0000 (17:00 +0100)]
19691: Passes showErrors param on service layer's create method.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Stephen Smith [Fri, 9 Dec 2022 15:47:54 +0000 (10:47 -0500)]
19848: Add raw/json tab to subprocess io cards
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>
Lucas Di Pentima [Fri, 9 Dec 2022 15:46:11 +0000 (16:46 +0100)]
19691: Avoid showing generic errors on collection & project update dialogs.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lucas Di Pentima [Fri, 9 Dec 2022 15:43:26 +0000 (16:43 +0100)]
19691: Passes showErrors param on service layer's update method.
Also, fixes error matching used to detect UniqueViolation errors, among
other types.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
Lisa Knox [Fri, 9 Dec 2022 15:40:23 +0000 (10:40 -0500)]
swapped portable data hash and version columns/menu items Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Peter Amstutz [Fri, 9 Dec 2022 04:32:22 +0000 (23:32 -0500)]
19783: Add missing files
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Peter Amstutz [Fri, 9 Dec 2022 04:31:10 +0000 (23:31 -0500)]
19783: All done
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>