arvados-workbench2.git
16 months ago19783: Fix advanced search "limit to project" option
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>

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 ago19783: Review updates
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>

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 ago19848: Add raw/json tab to subprocess io cards 19848-subprocess-json
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>

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 agoswapped portable data hash and version columns/menu items Arvados-DCO-1.1-Signed...
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>

16 months ago19783: Add missing files
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>

16 months ago19783: All done
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>

16 months ago19783: Project search almost works
Peter Amstutz [Fri, 9 Dec 2022 03:03:23 +0000 (22:03 -0500)]
19783: Project search almost works

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

16 months ago19783: Filtering collections works now
Peter Amstutz [Fri, 9 Dec 2022 01:59:09 +0000 (20:59 -0500)]
19783: Filtering collections works now

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

16 months ago19783: Work in progress on filtering collections
Peter Amstutz [Thu, 8 Dec 2022 22:41:33 +0000 (17:41 -0500)]
19783: Work in progress on filtering collections

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

16 months ago19504: Set breadcrumbs chevron color to match icon
Stephen Smith [Wed, 7 Dec 2022 23:53:20 +0000 (18:53 -0500)]
19504: Set breadcrumbs chevron color to match icon

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

16 months ago19504: Allow breadcrumbs to collapse to icons instead of wrapping
Stephen Smith [Wed, 7 Dec 2022 23:46:59 +0000 (18:46 -0500)]
19504: Allow breadcrumbs to collapse to icons instead of wrapping

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

16 months agoremoved description column Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii...
Lisa Knox [Wed, 7 Dec 2022 21:35:33 +0000 (16:35 -0500)]
removed description column Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@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>

16 months ago19783: Add basic filters
Peter Amstutz [Wed, 7 Dec 2022 19:02:41 +0000 (14:02 -0500)]
19783: Add basic filters

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

16 months ago19504: Revert breadcrumbs ro transparent background, use primary color for parent...
Stephen Smith [Tue, 6 Dec 2022 16:54:45 +0000 (11:54 -0500)]
19504: Revert breadcrumbs ro transparent background, use primary color for parent breadcrumbs

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

16 months agofixed padding in columnSelector items to render more on screen
Lisa Knox [Mon, 5 Dec 2022 23:50:11 +0000 (18:50 -0500)]
fixed padding in columnSelector items to render more on screen
 Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

16 months agorelinkified outputUuid and logUuid for processes, removed public/config.json Arvados...
Lisa Knox [Mon, 5 Dec 2022 22:10:00 +0000 (17:10 -0500)]
relinkified outputUuid and logUuid for processes, removed public/config.json  Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

16 months agoMerge remote-tracking branch 'origin/main' into 18368-notification-banner
Daniel Kutyła [Sun, 4 Dec 2022 09:37:29 +0000 (10:37 +0100)]
Merge remote-tracking branch 'origin/main' into 18368-notification-banner

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

17 months agoremodified_by_user_uuid column up, minor readablity changes Arvados-DCO-1.1-Signed...
Lisa Knox [Fri, 2 Dec 2022 20:38:23 +0000 (15:38 -0500)]
remodified_by_user_uuid column up, minor readablity changes Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months agoremoved redubdant "state" column
Lisa Knox [Fri, 2 Dec 2022 20:01:39 +0000 (15:01 -0500)]
removed redubdant "state" column

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@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 agorearranged new columns, standardized some variable namames
Lisa Knox [Thu, 1 Dec 2022 23:26:09 +0000 (18:26 -0500)]
rearranged new columns, standardized some variable namames
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months agoremoved testing lorem ipsum
Lisa Knox [Thu, 1 Dec 2022 21:51:28 +0000 (16:51 -0500)]
removed testing lorem ipsum
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months agolog uuid collumn up
Lisa Knox [Thu, 1 Dec 2022 20:46:58 +0000 (15:46 -0500)]
log uuid collumn up
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months agooutput UUID column up
Lisa Knox [Thu, 1 Dec 2022 20:04:56 +0000 (15:04 -0500)]
output UUID column up
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months agocontainer uuid column up
Lisa Knox [Thu, 1 Dec 2022 19:47:53 +0000 (14:47 -0500)]
container uuid column up
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@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 agoprocess parent uuid column up, minor fixes Arvados-DCO-1.1-Signed-off-by: Lisa Knox...
Lisa Knox [Wed, 30 Nov 2022 23:39:45 +0000 (18:39 -0500)]
process parent uuid column up, minor fixes Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months agochanged processState display to get data from getProcess rather than getResource
Lisa Knox [Wed, 30 Nov 2022 17:35:53 +0000 (12:35 -0500)]
changed processState display to get data from getProcess rather than getResource
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months agostandardized nullish grid cells to display hyphens i nnstead of nothing or (none)
Lisa Knox [Wed, 30 Nov 2022 16:21:50 +0000 (11:21 -0500)]
standardized nullish grid cells to display hyphens i nnstead of nothing or (none)
Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months agoContainer req state up & properties removed
Lisa Knox [Tue, 29 Nov 2022 22:32:28 +0000 (17:32 -0500)]
Container req state up & properties removed

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@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 ago19504: Change process icon to gear icon
Stephen Smith [Tue, 29 Nov 2022 15:08:41 +0000 (10:08 -0500)]
19504: Change process icon to gear icon

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

17 months ago19504: Add spacing between breadcrumbs and mpv buttons, allow breadcrumbs to wrap
Stephen Smith [Tue, 29 Nov 2022 15:07:43 +0000 (10:07 -0500)]
19504: Add spacing between breadcrumbs and mpv buttons, allow breadcrumbs to wrap

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

17 months ago19504: Fix breadcrumbs height to improve text vertical centering
Stephen Smith [Tue, 29 Nov 2022 15:06:16 +0000 (10:06 -0500)]
19504: Fix breadcrumbs height to improve text vertical centering

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

17 months ago19504: Remove breadcrumb type style/color handling
Stephen Smith [Tue, 29 Nov 2022 15:03:35 +0000 (10:03 -0500)]
19504: Remove breadcrumb type style/color handling

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

17 months agofileCount column up Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>
Lisa Knox [Mon, 28 Nov 2022 21:15:40 +0000 (16:15 -0500)]
fileCount column up Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months agoversion column up
Lisa Knox [Mon, 28 Nov 2022 20:54:50 +0000 (15:54 -0500)]
version column up

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months ago19690: metadata and portabledatahash columns up
Lisa Knox [Thu, 24 Nov 2022 18:36:04 +0000 (13:36 -0500)]
19690: metadata and portabledatahash columns up

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months ago19690: tidy up
Lisa Knox [Thu, 24 Nov 2022 03:37:28 +0000 (22:37 -0500)]
19690: tidy up

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months ago19690: fixed UUID display
Lisa Knox [Thu, 24 Nov 2022 03:27:03 +0000 (22:27 -0500)]
19690: fixed UUID display

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months ago19690: fixed stray null description
Lisa Knox [Thu, 24 Nov 2022 02:41:48 +0000 (21:41 -0500)]
19690: fixed stray null description

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months ago19690: description hover hacked in
Lisa Knox [Wed, 23 Nov 2022 22:59:56 +0000 (17:59 -0500)]
19690: description hover hacked in

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months ago19690: created and deleteAt columns up
Lisa Knox [Wed, 23 Nov 2022 15:11:19 +0000 (10:11 -0500)]
19690: created and deleteAt columns up

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com

17 months ago19690: uuid column goodish
Lisa Knox [Mon, 21 Nov 2022 15:44:22 +0000 (10:44 -0500)]
19690: uuid column goodish

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months ago19690: dummy option now displays in colimn-selector
Lisa Knox [Sat, 19 Nov 2022 22:19:59 +0000 (17:19 -0500)]
19690: dummy option now displays in colimn-selector

Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox@curii.com>

17 months ago19684: Catch object values in primitive parameters and external values in files/direc...
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>

17 months ago19504: Display parent process in breadcrumbs for output log collections
Stephen Smith [Tue, 22 Nov 2022 15:40:23 +0000 (10:40 -0500)]
19504: Display parent process in breadcrumbs for output log collections

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

17 months ago19504: Use MDI frozen icon for better icon alignment
Stephen Smith [Tue, 22 Nov 2022 15:36:28 +0000 (10:36 -0500)]
19504: Use MDI frozen icon for better icon alignment

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.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 ago19504: Fix breadcrumb unit tests
Stephen Smith [Wed, 16 Nov 2022 19:47:50 +0000 (14:47 -0500)]
19504: Fix breadcrumb unit tests

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

17 months ago19504: Display main process breadcrumb when viewing subprocess output collection
Stephen Smith [Wed, 16 Nov 2022 18:24:26 +0000 (13:24 -0500)]
19504: Display main process breadcrumb when viewing subprocess output collection

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

17 months ago19504: Fix cypress tests
Stephen Smith [Wed, 16 Nov 2022 18:24:10 +0000 (13:24 -0500)]
19504: Fix cypress tests

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

17 months ago19504: Add resource colors to breadcrumbs
Stephen Smith [Wed, 16 Nov 2022 18:23:47 +0000 (13:23 -0500)]
19504: Add resource colors to breadcrumbs

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

17 months ago19504: Fix incorrect import
Stephen Smith [Tue, 15 Nov 2022 15:31:55 +0000 (10:31 -0500)]
19504: Fix incorrect import

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

17 months ago19504: Avoid importing from middleware to fix unit tests
Stephen Smith [Tue, 15 Nov 2022 15:08:11 +0000 (10:08 -0500)]
19504: Avoid importing from middleware to fix unit tests

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

17 months ago19504: Add process / output collection parent process & resource icons to breadcrumbs
Stephen Smith [Tue, 15 Nov 2022 14:43:01 +0000 (09:43 -0500)]
19504: Add process / output collection parent process & resource icons to breadcrumbs

Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.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 ago18368: initial impl
Daniel Kutyła [Thu, 27 Oct 2022 21:35:11 +0000 (23:35 +0200)]
18368: initial impl

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>