arvados-workbench2.git
16 months ago19851: Don't rely on the API.MaxItemsPerResponse setting for calculations. 19851-log-panel-fix
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>

16 months ago19851: Merge branch 'main' into 19851-log-panel-fix
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>

16 months agoMerge branch '19732-properties-error-fix'. Closes #19732.
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>

16 months ago19851: Uses API.MaxItemsPerResponse setting for log requests.
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>

16 months agoMerge branch '19786-Links-on-inactive-user-screen-are-not-clickable' into main
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>

16 months ago19851: Requests additional logs if necessary.
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>

16 months agoMerge branch '19691-dialog-error-handling'. Closes #19691
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>

16 months ago19691: Fixes default param passing on common-service's update() method. 19691-dialog-error-handling
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>

16 months ago19691: Improves error message reporting.
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>

16 months ago19691: Adds tests.
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>

16 months ago19691: Show unknown errors on project & collection creation dialogs.
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>

16 months ago19691: Avoid showing generic errors on collection & project create dialogs.
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>

16 months ago19691: Passes showErrors param on service layer's create method.
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>

16 months ago19691: Avoid showing generic errors on collection & project update dialogs.
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>

16 months ago19691: Passes showErrors param on service layer's update method.
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>

16 months ago19732: Removes 'require' validation on Property form fields. 19732-properties-error-fix
Lucas Di Pentima [Mon, 5 Dec 2022 23:00:23 +0000 (00:00 +0100)]
19732: Removes 'require' validation on Property form fields.

Also, only enable the 'Add' button when both property key & value are set
on the form.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

16 months ago19732: Adds test assertion exposing the bug.
Lucas Di Pentima [Wed, 7 Dec 2022 18:43:41 +0000 (19:43 +0100)]
19732: Adds test assertion exposing the bug.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

17 months agoMerge remote-tracking branch 'origin/main' into 19786-Links-on-inactive-user-screen... 19786-Links-on-inactive-user-screen-are-not-clickable
Daniel Kutyła [Fri, 2 Dec 2022 16:45:08 +0000 (17:45 +0100)]
Merge remote-tracking branch 'origin/main' into 19786-Links-on-inactive-user-screen-are-not-clickable

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

17 months agoMerge branch '19700-http-input' into main. Closes #19700
Stephen Smith [Fri, 2 Dec 2022 15:10:53 +0000 (10:10 -0500)]
Merge branch '19700-http-input' into main. Closes #19700

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

17 months ago19700: Use correct type and check for process raw input data 19700-http-input
Stephen Smith [Fri, 2 Dec 2022 00:10:40 +0000 (19:10 -0500)]
19700: Use correct type and check for process raw input data

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

17 months ago19700: Update cypress to test for file url input
Stephen Smith [Thu, 1 Dec 2022 19:04:41 +0000 (14:04 -0500)]
19700: Update cypress to test for file url input

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

17 months ago19700: Fix login test config
Stephen Smith [Thu, 1 Dec 2022 16:33:16 +0000 (11:33 -0500)]
19700: Fix login test config

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

17 months ago19700: Increase io panel max height to prevent unnecessary scrolling
Stephen Smith [Thu, 1 Dec 2022 16:14:04 +0000 (11:14 -0500)]
19700: Increase io panel max height to prevent unnecessary scrolling

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

17 months ago19700: Detect http/s input files and display as link
Stephen Smith [Thu, 1 Dec 2022 16:13:16 +0000 (11:13 -0500)]
19700: Detect http/s input files and display as link

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

17 months ago19786: changed background location
Daniel Kutyła [Tue, 29 Nov 2022 16:12:03 +0000 (17:12 +0100)]
19786: changed background location

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

17 months agoMerge branch '19275-Race-condition-in-search-bar-auto-suggest' into main
Daniel Kutyła [Fri, 18 Nov 2022 19:25:47 +0000 (20:25 +0100)]
Merge branch '19275-Race-condition-in-search-bar-auto-suggest' into main
closes #19275

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

17 months agoMerge branch '19627-add-user' refs #19627
Peter Amstutz [Mon, 14 Nov 2022 18:38:08 +0000 (13:38 -0500)]
Merge branch '19627-add-user' refs #19627

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

17 months ago19627: Remove the "Add user" button, put a note in its place
Peter Amstutz [Fri, 28 Oct 2022 15:11:50 +0000 (11:11 -0400)]
19627: Remove the "Add user" button, put a note in its place

Reverse Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

17 months agoMerge branch '19684-io-include-import-bug' into main. Closes #19684
Stephen Smith [Fri, 4 Nov 2022 19:51:29 +0000 (15:51 -0400)]
Merge branch '19684-io-include-import-bug' into main. Closes #19684

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

17 months agoMerge branch '19687-log-scrolling-safari'. Closes #19687
Lucas Di Pentima [Fri, 4 Nov 2022 16:31:26 +0000 (13:31 -0300)]
Merge branch '19687-log-scrolling-safari'. Closes #19687

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

17 months ago19684: Catch object values in primitive parameters and external values in files/direc... 19684-io-include-import-bug
Stephen Smith [Wed, 2 Nov 2022 21:17:18 +0000 (17:17 -0400)]
19684: Catch object values in primitive parameters and external values in files/directories, show unsupported value message

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago19687: Fixes log panel scrolling behavior in Safari. 19687-log-scrolling-safari
Lucas Di Pentima [Tue, 1 Nov 2022 22:24:14 +0000 (19:24 -0300)]
19687: Fixes log panel scrolling behavior in Safari.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

18 months agoMerge branch '19319-container-price' into main. Closes #19319
Stephen Smith [Tue, 1 Nov 2022 14:22:27 +0000 (10:22 -0400)]
Merge branch '19319-container-price' into main. Closes #19319

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago19319: Lowercase non-first words in process details attribute labels 19319-container-price
Stephen Smith [Mon, 31 Oct 2022 22:40:29 +0000 (18:40 -0400)]
19319: Lowercase non-first words in process details attribute labels

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago19319: Improve checks for showing cost attributes
Stephen Smith [Mon, 31 Oct 2022 22:38:12 +0000 (18:38 -0400)]
19319: Improve checks for showing cost attributes

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago19319: Add cost field to loadContainers select query to prevent clearing cost race...
Stephen Smith [Mon, 31 Oct 2022 22:35:42 +0000 (18:35 -0400)]
19319: Add cost field to loadContainers select query to prevent clearing cost race condition

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago19319: Add container / workflow cost details
Stephen Smith [Mon, 31 Oct 2022 17:10:12 +0000 (13:10 -0400)]
19319: Add container / workflow cost details

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months agoMerge branch '19315-process-runtime-user-rebase1' into main. Closes #19315
Stephen Smith [Mon, 31 Oct 2022 13:55:56 +0000 (09:55 -0400)]
Merge branch '19315-process-runtime-user-rebase1' into main. Closes #19315

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago19315: Correctly specify cypress timeout and imcrease timeout to process log test 19315-process-runtime-user-rebase1
Stephen Smith [Fri, 28 Oct 2022 17:13:51 +0000 (13:13 -0400)]
19315: Correctly specify cypress timeout and imcrease timeout to process log test

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months agoMerge branch '19631-subprocess-panel-title'. Closes #19631
Lucas Di Pentima [Fri, 28 Oct 2022 16:58:07 +0000 (13:58 -0300)]
Merge branch '19631-subprocess-panel-title'. Closes #19631

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

18 months ago19315: Increase timeouts for log cypress tests
Stephen Smith [Fri, 28 Oct 2022 16:44:41 +0000 (12:44 -0400)]
19315: Increase timeouts for log cypress tests

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago19315: Improve cypress test
Stephen Smith [Fri, 28 Oct 2022 15:11:41 +0000 (11:11 -0400)]
19315: Improve cypress test

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago19315: Show modifiedby from containerRequest and test both equal and different modifi...
Stephen Smith [Fri, 28 Oct 2022 14:58:05 +0000 (10:58 -0400)]
19315: Show modifiedby from containerRequest and test both equal and different modified/runtime uuids

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago19275: Fix for race conditions in the full text search bar 19275-Race-condition-in-search-bar-auto-suggest
Daniel Kutyła [Fri, 28 Oct 2022 13:25:18 +0000 (15:25 +0200)]
19275: Fix for race conditions in the full text search bar

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

18 months ago19631: Removes unused styling code on Search component. 19631-subprocess-panel-title
Lucas Di Pentima [Thu, 27 Oct 2022 15:41:31 +0000 (12:41 -0300)]
19631: Removes unused styling code on Search component.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

18 months ago19631: Fixes toolbar icons alignment on subprocesses panel.
Lucas Di Pentima [Thu, 27 Oct 2022 15:41:00 +0000 (12:41 -0300)]
19631: Fixes toolbar icons alignment on subprocesses panel.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

18 months ago19631: Adds panel title and icon to subprocesses.
Lucas Di Pentima [Thu, 27 Oct 2022 15:40:25 +0000 (12:40 -0300)]
19631: Adds panel title and icon to subprocesses.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

18 months agoMerge branch '19300-unmaximize-panels'. Closes #19300
Lucas Di Pentima [Thu, 27 Oct 2022 15:35:57 +0000 (12:35 -0300)]
Merge branch '19300-unmaximize-panels'. Closes #19300

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

18 months ago19315: Add process modified by and hide runtime user if equal
Stephen Smith [Thu, 27 Oct 2022 15:18:57 +0000 (11:18 -0400)]
19315: Add process modified by and hide runtime user if equal

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago19315: Add new test for process details
Stephen Smith [Tue, 6 Sep 2022 17:12:07 +0000 (13:12 -0400)]
19315: Add new test for process details

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago19315: Add container started by to process details attributes
Stephen Smith [Tue, 6 Sep 2022 15:09:31 +0000 (11:09 -0400)]
19315: Add container started by to process details attributes

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago19300: Disables maximiza button instead of hiding it when panel is maximized. 19300-unmaximize-panels
Lucas Di Pentima [Thu, 27 Oct 2022 12:58:51 +0000 (09:58 -0300)]
19300: Disables maximiza button instead of hiding it when panel is maximized.

Also, removed the smooth scrolling when selecting a panel, to hopefully
remove the flickering on Firefox.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

18 months ago19300: Hides close [X] button when panel is maximized.
Lucas Di Pentima [Wed, 26 Oct 2022 20:27:02 +0000 (17:27 -0300)]
19300: Hides close [X] button when panel is maximized.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

18 months ago19300: Fixes unit test warning.
Lucas Di Pentima [Wed, 26 Oct 2022 20:13:10 +0000 (17:13 -0300)]
19300: Fixes unit test warning.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

18 months ago19300: Adds un-maximize button to every maximizable panel.
Lucas Di Pentima [Wed, 26 Oct 2022 20:05:49 +0000 (17:05 -0300)]
19300: Adds un-maximize button to every maximizable panel.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

18 months ago19300: Adds un-maximize functionality to the MPV component suite.
Lucas Di Pentima [Wed, 26 Oct 2022 19:58:10 +0000 (16:58 -0300)]
19300: Adds un-maximize functionality to the MPV component suite.

When a panel is maximized, the un-maximize action restores the previous
panel state, unless another panel has been shown/hidden between the
maximize and un-maximize actions. In that edge case, the original panel
visibility state is restored.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

18 months agoMerge branch '19569-process-open-newtab' into main. Closes #19569
Stephen Smith [Wed, 26 Oct 2022 18:51:47 +0000 (14:51 -0400)]
Merge branch '19569-process-open-newtab' into main. Closes #19569

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago19569: Add open in new tab action to process resource action set 19569-process-open-newtab
Stephen Smith [Wed, 26 Oct 2022 13:56:24 +0000 (09:56 -0400)]
19569: Add open in new tab action to process resource action set

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months agoMerge branch '16073-process-io-panels' into main. Closes #16073
Stephen Smith [Tue, 25 Oct 2022 13:54:35 +0000 (09:54 -0400)]
Merge branch '16073-process-io-panels' into main. Closes #16073

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Refactor process io loading into actions and reducers to eliminate infinite... 16073-process-io-panels
Stephen Smith [Mon, 24 Oct 2022 23:31:45 +0000 (19:31 -0400)]
16073: Refactor process io loading into actions and reducers to eliminate infinite loops

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Remove buggy waits in cypress and try to streamline output details fetching
Stephen Smith [Mon, 24 Oct 2022 18:37:18 +0000 (14:37 -0400)]
16073: Remove buggy waits in cypress and try to streamline output details fetching

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Fix compiler warnings
Stephen Smith [Mon, 24 Oct 2022 16:14:53 +0000 (12:14 -0400)]
16073: Fix compiler warnings

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Avoid clearing output definitions when mounts disappear while process executes
Stephen Smith [Fri, 21 Oct 2022 20:03:24 +0000 (16:03 -0400)]
16073: Avoid clearing output definitions when mounts disappear while process executes

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Avoid applying empty inputs when existing inputs already loaded
Stephen Smith [Fri, 21 Oct 2022 18:33:02 +0000 (14:33 -0400)]
16073: Avoid applying empty inputs when existing inputs already loaded

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Fix not correctly setting empty inputs to turn off loading spinner
Stephen Smith [Fri, 21 Oct 2022 16:53:44 +0000 (12:53 -0400)]
16073: Fix not correctly setting empty inputs to turn off loading spinner

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months agoMerge branch 'main' of git.arvados.org:arvados-workbench2 into 16073-process-io-panels
Stephen Smith [Fri, 21 Oct 2022 14:14:28 +0000 (10:14 -0400)]
Merge branch 'main' of git.arvados.org:arvados-workbench2 into 16073-process-io-panels

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months agoMerge branch '19311-Project-Search-field-auto-clears' into main
Daniel Kutyła [Wed, 19 Oct 2022 19:40:28 +0000 (21:40 +0200)]
Merge branch '19311-Project-Search-field-auto-clears' into main
closes #19311

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

18 months ago19311: Improves unit test. 19311-Project-Search-field-auto-clears
Lucas Di Pentima [Wed, 19 Oct 2022 17:38:31 +0000 (14:38 -0300)]
19311: Improves unit test.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

18 months ago19311: changed search component to a functional style
Daniel Kutyła [Wed, 19 Oct 2022 17:19:37 +0000 (19:19 +0200)]
19311: changed search component to a functional style

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

18 months ago19311: changed search component to a functional style
Daniel Kutyła [Tue, 18 Oct 2022 15:27:07 +0000 (17:27 +0200)]
19311: changed search component to a functional style

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

18 months ago16073: Reduce process io card title / tab padding
Stephen Smith [Tue, 18 Oct 2022 14:00:38 +0000 (10:00 -0400)]
16073: Reduce process io card title / tab padding

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Shrink secondary row spacing
Stephen Smith [Tue, 18 Oct 2022 01:47:49 +0000 (21:47 -0400)]
16073: Shrink secondary row spacing

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Use default code snippet for io raw json for auto linking functionality
Stephen Smith [Tue, 18 Oct 2022 01:47:06 +0000 (21:47 -0400)]
16073: Use default code snippet for io raw json for auto linking functionality

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Fix cypress tests
Stephen Smith [Mon, 17 Oct 2022 22:36:13 +0000 (18:36 -0400)]
16073: Fix cypress tests

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Display root directories with '/'
Stephen Smith [Mon, 17 Oct 2022 21:17:18 +0000 (17:17 -0400)]
16073: Display root directories with '/'

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Add guards against null file parameters
Stephen Smith [Mon, 17 Oct 2022 21:03:54 +0000 (17:03 -0400)]
16073: Add guards against null file parameters

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Fix erroneously showing no parameters message
Stephen Smith [Mon, 17 Oct 2022 21:03:08 +0000 (17:03 -0400)]
16073: Fix erroneously showing no parameters message

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Correctly handle processes with no outputs to avoid infinite loading indicatior
Stephen Smith [Mon, 17 Oct 2022 20:13:45 +0000 (16:13 -0400)]
16073: Correctly handle processes with no outputs to avoid infinite loading indicatior

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months agoMerge remote-tracking branch 'origin/main' into 19311-Project-Search-field-auto-clears
Daniel Kutyła [Sun, 16 Oct 2022 21:10:39 +0000 (23:10 +0200)]
Merge remote-tracking branch 'origin/main' into 19311-Project-Search-field-auto-clears

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

18 months agoMerge branch '19306-share-dialog-limit' into main. Closes #19036
Stephen Smith [Fri, 14 Oct 2022 21:15:19 +0000 (17:15 -0400)]
Merge branch '19306-share-dialog-limit' into main. Closes #19036

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago19306: Increase sharing dialog query limit and dedupe uuids when fetching user details 19306-share-dialog-limit
Stephen Smith [Fri, 14 Oct 2022 19:49:17 +0000 (15:49 -0400)]
19306: Increase sharing dialog query limit and dedupe uuids when fetching user details

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Hide io param pdh links when equal to the first main file of that param
Stephen Smith [Thu, 13 Oct 2022 17:31:16 +0000 (13:31 -0400)]
16073: Hide io param pdh links when equal to the first main file of that param

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months agoMerge branch '18692-frozen-projects-workbench-support' into main
Daniel Kutyła [Thu, 13 Oct 2022 13:28:59 +0000 (15:28 +0200)]
Merge branch '18692-frozen-projects-workbench-support' into main
closes #18692

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

18 months ago16073: Process io file array and secondaryFiles into groups preserving main file...
Stephen Smith [Wed, 12 Oct 2022 21:01:33 +0000 (17:01 -0400)]
16073: Process io file array and secondaryFiles into groups preserving main file association, indent secondaryFiles

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Filter out objects from process details attributes containerRequest properties...
Stephen Smith [Wed, 12 Oct 2022 17:49:26 +0000 (13:49 -0400)]
16073: Filter out objects from process details attributes containerRequest properties chips

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Fix display of empty raw params when workflow definition is present
Stephen Smith [Wed, 12 Oct 2022 13:58:45 +0000 (09:58 -0400)]
16073: Fix display of empty raw params when workflow definition is present

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago16073: Display process io params from props, hide preview when lacking workflow mount
Stephen Smith [Tue, 11 Oct 2022 22:59:05 +0000 (18:59 -0400)]
16073: Display process io params from props, hide preview when lacking workflow mount

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago19311: Added check for initial clear
Daniel Kutyła [Tue, 11 Oct 2022 18:52:30 +0000 (20:52 +0200)]
19311: Added check for initial clear

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

18 months ago18692: Removed tests relation on snackbar 18692-frozen-projects-workbench-support
Daniel Kutyła [Thu, 6 Oct 2022 16:05:42 +0000 (18:05 +0200)]
18692: Removed tests relation on snackbar

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

18 months agoMerge branch '18979-vm-login-ui' into main. Closes #18979
Stephen Smith [Thu, 6 Oct 2022 15:06:46 +0000 (11:06 -0400)]
Merge branch '18979-vm-login-ui' into main. Closes #18979

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago18692: changed snackbar autohide
Daniel Kutyła [Thu, 6 Oct 2022 10:49:32 +0000 (12:49 +0200)]
18692: changed snackbar autohide

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

18 months ago18692: changed snackbar autohide
Daniel Kutyła [Thu, 6 Oct 2022 09:39:11 +0000 (11:39 +0200)]
18692: changed snackbar autohide

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

18 months ago18692: removed snackbar auto hide
Daniel Kutyła [Thu, 6 Oct 2022 08:06:56 +0000 (10:06 +0200)]
18692: removed snackbar auto hide

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

18 months ago18979: Fix test config 18979-vm-login-ui
Stephen Smith [Wed, 5 Oct 2022 19:40:56 +0000 (15:40 -0400)]
18979: Fix test config

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago18979: Filter user vm panel request to only fetch current user login permissions
Stephen Smith [Wed, 5 Oct 2022 19:22:53 +0000 (15:22 -0400)]
18979: Filter user vm panel request to only fetch current user login permissions

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months ago18979: Switch common resource list request to use urlencoded post body for large...
Stephen Smith [Wed, 5 Oct 2022 19:22:13 +0000 (15:22 -0400)]
18979: Switch common resource list request to use urlencoded post body for large requests

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

18 months agoMerge remote-tracking branch 'origin/main' into 18692-frozen-projects-workbench-support
Daniel Kutyła [Wed, 5 Oct 2022 16:18:46 +0000 (18:18 +0200)]
Merge remote-tracking branch 'origin/main' into 18692-frozen-projects-workbench-support

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

18 months ago18692: Fixed context menu naming
Daniel Kutyła [Tue, 4 Oct 2022 15:26:59 +0000 (17:26 +0200)]
18692: Fixed context menu naming

Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>

18 months agoMerge branch 'caniuse-lite-upgrade'. No issue #
Lucas Di Pentima [Mon, 3 Oct 2022 17:50:52 +0000 (14:50 -0300)]
Merge branch 'caniuse-lite-upgrade'. No issue #

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

18 months agoDisables WebDAV caching on Cypress tests. No issue # caniuse-lite-upgrade
Lucas Di Pentima [Mon, 3 Oct 2022 15:57:23 +0000 (12:57 -0300)]
Disables WebDAV caching on Cypress tests. No issue #

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>