arvados-workbench2.git
2 years ago18128: Separate process details into their own component.
Lucas Di Pentima [Tue, 19 Oct 2021 19:20:32 +0000 (16:20 -0300)]
18128: Separate process details into their own component.

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

2 years ago18128: Makes the toggle button bar always visible.
Lucas Di Pentima [Tue, 19 Oct 2021 16:49:14 +0000 (13:49 -0300)]
18128: Makes the toggle button bar always visible.

In case there's vertical scrolling involved, the button bar will always
be accessible.

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

2 years ago18128: Improves process panel.
Lucas Di Pentima [Tue, 19 Oct 2021 14:58:09 +0000 (11:58 -0300)]
18128: Improves process panel.

Makes the subprocess panel take the available screen space.

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

2 years ago18128: Fixes app's main content layouts.
Lucas Di Pentima [Tue, 19 Oct 2021 14:56:07 +0000 (11:56 -0300)]
18128: Fixes app's main content layouts.

Moves the height calculation from the DataExplorer/DataTable component combo
to the outer layers so that DataExplorer can be used as one of many data
panels inside a view.

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

2 years ago18128: Adds panel maximizing capabilities.
Lucas Di Pentima [Thu, 14 Oct 2021 21:04:09 +0000 (18:04 -0300)]
18128: Adds panel maximizing capabilities.

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

2 years ago18128: Adds ability to set up initial per-panel visibility.
Lucas Di Pentima [Thu, 14 Oct 2021 19:16:18 +0000 (16:16 -0300)]
18128: Adds ability to set up initial per-panel visibility.

If panelStates isn't defined, the default keeps being "show all panels".
If panelStates is defined, but some panel state isn't included, the default
is to set its initial visibility to false. If it is indeed included but
the optional visibility setting isn't defined, by default the panel will
be shown to avoid having to explicitly set visible:true to all panels.

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

2 years ago18128: Exports a common type for panel implementors to receive MPV props.
Lucas Di Pentima [Thu, 14 Oct 2021 18:28:40 +0000 (15:28 -0300)]
18128: Exports a common type for panel implementors to receive MPV props.

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

2 years ago18128: Improves toggle button bar's alignment & separation.
Lucas Di Pentima [Thu, 14 Oct 2021 17:54:28 +0000 (14:54 -0300)]
18128: Improves toggle button bar's alignment & separation.

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

2 years ago18128: Adds better styling to the toggle bar.
Lucas Di Pentima [Thu, 14 Oct 2021 14:49:29 +0000 (11:49 -0300)]
18128: Adds better styling to the toggle bar.

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

2 years ago18128: Show [X] close button on individual panels.
Lucas Di Pentima [Fri, 8 Oct 2021 19:11:16 +0000 (16:11 -0300)]
18128: Show [X] close button on individual panels.

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

2 years ago18128: Applies MPVContainer component to the process panel.
Lucas Di Pentima [Fri, 8 Oct 2021 19:05:05 +0000 (16:05 -0300)]
18128: Applies MPVContainer component to the process panel.

Both panel are now able to be toggled via the top level button tray.

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

2 years ago18128: Adds Multi Panel View (MPV for short) component family.
Lucas Di Pentima [Fri, 8 Oct 2021 18:49:15 +0000 (15:49 -0300)]
18128: Adds Multi Panel View (MPV for short) component family.

MPVContainer aims to be a drop-in replacement for <Grid container...>
that will handle its children's visibility and pass to them additional
props so they can optionally offer UI elements to the user.

MPVPanelContent aims to be a drop-in replacement for <Grid item...>
in case there's a need for special layout inside a container. This
component will forward the additional props to its children.

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

2 years ago18128: Removes unused code.
Lucas Di Pentima [Fri, 8 Oct 2021 18:42:02 +0000 (15:42 -0300)]
18128: Removes unused code.

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

2 years ago17579: Added search input clear after project change
Daniel Kutyła [Thu, 2 Dec 2021 21:12:59 +0000 (22:12 +0100)]
17579: Added search input clear after project change

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

2 years ago18123: Add tests for disabling actions on built-in groups.
Stephen Smith [Wed, 1 Dec 2021 21:07:16 +0000 (16:07 -0500)]
18123: Add tests for disabling actions on built-in groups.

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

2 years agoMerge branch '18484-collection-manifest-fix' into main. Closes #18484.
Lucas Di Pentima [Wed, 1 Dec 2021 20:36:55 +0000 (17:36 -0300)]
Merge branch '18484-collection-manifest-fix' into main. Closes #18484.

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

2 years agoMerge branch '18257-chips-error-fix' into main. Closes #18257.
Lucas Di Pentima [Wed, 1 Dec 2021 20:25:35 +0000 (17:25 -0300)]
Merge branch '18257-chips-error-fix' into main. Closes #18257.

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

2 years ago18123: Disable controls related to group for built in groups.
Stephen Smith [Wed, 1 Dec 2021 20:13:37 +0000 (15:13 -0500)]
18123: Disable controls related to group for built in groups.

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

2 years ago18123: Test shared resource permission level in group permissions list.
Stephen Smith [Wed, 1 Dec 2021 19:32:13 +0000 (14:32 -0500)]
18123: Test shared resource permission level in group permissions list.

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

2 years ago18123: Add test for resources shared with group.
Stephen Smith [Wed, 1 Dec 2021 19:30:57 +0000 (14:30 -0500)]
18123: Add test for resources shared with group.

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

2 years ago18257: Adds checks to array values thay may be null or undefined. 18257-chips-error-fix
Lucas Di Pentima [Wed, 1 Dec 2021 19:18:42 +0000 (16:18 -0300)]
18257: Adds checks to array values thay may be null or undefined.

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

2 years ago18123: Add tests for hide group member and rename/delete group.
Stephen Smith [Wed, 1 Dec 2021 18:40:59 +0000 (13:40 -0500)]
18123: Add tests for hide group member and rename/delete group.

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

2 years ago18123: Disable delete group link if user lacks permission.
Stephen Smith [Wed, 1 Dec 2021 00:20:27 +0000 (19:20 -0500)]
18123: Disable delete group link if user lacks permission.

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

2 years ago18123: Change edit permission level to context menu.
Stephen Smith [Tue, 30 Nov 2021 19:15:11 +0000 (14:15 -0500)]
18123: Change edit permission level to context menu.

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

2 years ago18484: Improves CollectionService.get() to support "select". 18484-collection-manifest-fix
Lucas Di Pentima [Tue, 30 Nov 2021 14:02:03 +0000 (11:02 -0300)]
18484: Improves CollectionService.get() to support "select".

Updates related code, also adds the "include_old_versions" param so that
it works with snapshots.
Adds tests.

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

2 years agoMerge branch '18482-Info-Button-for-projects-is-broken' into main
Daniel Kutyła [Tue, 30 Nov 2021 07:46:51 +0000 (08:46 +0100)]
Merge branch '18482-Info-Button-for-projects-is-broken' into main
closes #18482

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

2 years ago18484: Makes a list request on collectionService.get().
Lucas Di Pentima [Mon, 29 Nov 2021 23:10:37 +0000 (20:10 -0300)]
18484: Makes a list request on collectionService.get().

To avoid getting a whole collection record with its manifest_text field,
we use the list request with a uuid filter.

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

2 years ago18482: Fixed info icon issue and added cypress test 18482-Info-Button-for-projects-is-broken
Daniel Kutyła [Mon, 29 Nov 2021 17:06:24 +0000 (18:06 +0100)]
18482: Fixed info icon issue and added cypress test

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

2 years ago18123: Add active toggle to group member list.
Stephen Smith [Mon, 29 Nov 2021 01:28:41 +0000 (20:28 -0500)]
18123: Add active toggle to group member list.

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

2 years agoMerge branch '18169-cancel-button-not-working' into main
Daniel Kutyła [Fri, 26 Nov 2021 08:05:56 +0000 (09:05 +0100)]
Merge branch '18169-cancel-button-not-working' into main
closes #18169

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

2 years ago18169: Fixed upload cancelation on a single file 18169-cancel-button-not-working
Daniel Kutyła [Thu, 25 Nov 2021 16:16:31 +0000 (17:16 +0100)]
18169: Fixed upload cancelation on a single file

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

2 years ago18123: Add basic group edit cypress tests.
Stephen Smith [Tue, 23 Nov 2021 03:54:33 +0000 (22:54 -0500)]
18123: Add basic group edit cypress tests.

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

2 years ago18123: Reload group links after editing permission.
Stephen Smith [Tue, 23 Nov 2021 03:25:42 +0000 (22:25 -0500)]
18123: Reload group links after editing permission.

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

2 years ago18123: Hide add member button unless the user can_manage the group.
Stephen Smith [Wed, 17 Nov 2021 02:10:28 +0000 (21:10 -0500)]
18123: Hide add member button unless the user can_manage the group.

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

2 years ago18123: Add isActive checkbox to group member list for user members
Stephen Smith [Thu, 11 Nov 2021 16:23:28 +0000 (11:23 -0500)]
18123: Add isActive checkbox to group member list for user members

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

2 years ago18123: stopSubmit on failure in edit group dialog
Stephen Smith [Thu, 11 Nov 2021 03:55:05 +0000 (22:55 -0500)]
18123: stopSubmit on failure in edit group dialog

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

2 years ago18123: Add group edit dialog actions to re-use edit project dialog.
Stephen Smith [Thu, 11 Nov 2021 01:34:19 +0000 (20:34 -0500)]
18123: Add group edit dialog actions to re-use edit project dialog.

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

2 years ago18123: Use project update dialog for renaming group
Stephen Smith [Wed, 10 Nov 2021 16:01:12 +0000 (11:01 -0500)]
18123: Use project update dialog for renaming group

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

2 years ago18123: Add group rename dialog
Stephen Smith [Tue, 9 Nov 2021 20:40:06 +0000 (15:40 -0500)]
18123: Add group rename dialog

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

2 years ago18123: Partial group rename dialog
Stephen Smith [Tue, 9 Nov 2021 19:38:46 +0000 (14:38 -0500)]
18123: Partial group rename dialog

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

2 years ago18123: Fix extraneous props.dispatch being passed to Typography warning
Stephen Smith [Tue, 9 Nov 2021 19:37:51 +0000 (14:37 -0500)]
18123: Fix extraneous props.dispatch being passed to Typography warning

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

2 years ago18123: Remove unnecessary cick handlers
Stephen Smith [Tue, 9 Nov 2021 19:29:50 +0000 (14:29 -0500)]
18123: Remove unnecessary cick handlers

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

2 years ago18123: Add edit permission level dialog for group members and outgoing permissions.
Stephen Smith [Mon, 8 Nov 2021 15:09:33 +0000 (10:09 -0500)]
18123: Add edit permission level dialog for group members and outgoing permissions.

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

2 years ago18123: Filter groups list to type role instead of excluding all other types.
Stephen Smith [Thu, 4 Nov 2021 14:17:05 +0000 (10:17 -0400)]
18123: Filter groups list to type role instead of excluding all other types.

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

2 years ago18123: Allow hiding search box while actions are present for group details.
Stephen Smith [Thu, 4 Nov 2021 00:57:53 +0000 (20:57 -0400)]
18123: Allow hiding search box while actions are present for group details.

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

2 years ago18123: Fix directionality of link tail renderer.
Stephen Smith [Thu, 4 Nov 2021 00:39:23 +0000 (20:39 -0400)]
18123: Fix directionality of link tail renderer.

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

2 years ago18123: Add role group class to model to fix creating groups.
Stephen Smith [Thu, 4 Nov 2021 00:35:01 +0000 (20:35 -0400)]
18123: Add role group class to model to fix creating groups.

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

2 years ago18123: Add group data table renderers
Stephen Smith [Mon, 25 Oct 2021 14:26:50 +0000 (10:26 -0400)]
18123: Add group data table renderers

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

2 years ago18123: Fix directionality of queried links for group member count
Stephen Smith [Mon, 25 Oct 2021 14:24:43 +0000 (10:24 -0400)]
18123: Fix directionality of queried links for group member count

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

2 years ago18123: Filter uuids by kind before querying API
Stephen Smith [Mon, 25 Oct 2021 14:07:37 +0000 (10:07 -0400)]
18123: Filter uuids by kind before querying API

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

2 years ago18123: Fix add and remove group member.
Stephen Smith [Thu, 21 Oct 2021 00:55:07 +0000 (20:55 -0400)]
18123: Fix add and remove group member.

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

2 years ago18123: Add projects to group member list, make variables and error messages clearer.
Stephen Smith [Wed, 13 Oct 2021 23:59:49 +0000 (19:59 -0400)]
18123: Add projects to group member list, make variables and error messages clearer.

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

2 years ago18123: List all permission links in group members list & cleanup.
Stephen Smith [Wed, 13 Oct 2021 21:07:27 +0000 (17:07 -0400)]
18123: List all permission links in group members list & cleanup.

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

2 years ago18123: Improve checking of group permission head type for permissions list
Stephen Smith [Wed, 13 Oct 2021 17:56:10 +0000 (13:56 -0400)]
18123: Improve checking of group permission head type for permissions list

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

2 years ago18123: Add group details permissions columns and tweaked renderers
Stephen Smith [Wed, 13 Oct 2021 12:34:24 +0000 (08:34 -0400)]
18123: Add group details permissions columns and tweaked renderers

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

2 years ago18123: Add permissions data explorer and tab in groups edit
Stephen Smith [Thu, 7 Oct 2021 04:19:11 +0000 (00:19 -0400)]
18123: Add permissions data explorer and tab in groups edit

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

2 years ago18123: Display full name of group members in group edit
Stephen Smith [Thu, 7 Oct 2021 04:17:53 +0000 (00:17 -0400)]
18123: Display full name of group members in group edit

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

2 years ago18123: Add Groups page to sidebar
Stephen Smith [Thu, 7 Oct 2021 04:15:48 +0000 (00:15 -0400)]
18123: Add Groups page to sidebar

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

2 years agoMerge remote-tracking branch 'origin/main' into 18169-cancel-button-not-working
Daniel Kutyła [Fri, 19 Nov 2021 15:34:49 +0000 (16:34 +0100)]
Merge remote-tracking branch 'origin/main' into 18169-cancel-button-not-working

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

2 years ago18169: Post review changes, Cypress tests added
Daniel Kutyła [Thu, 18 Nov 2021 22:00:54 +0000 (23:00 +0100)]
18169: Post review changes, Cypress tests added

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

2 years agoMerge branch '18215-collection-update-without-manifest' into main.
Lucas Di Pentima [Tue, 16 Nov 2021 17:47:22 +0000 (14:47 -0300)]
Merge branch '18215-collection-update-without-manifest' into main.
Closes #18215

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

2 years ago18215: Fixes unrelated test. 18215-collection-update-without-manifest
Lucas Di Pentima [Tue, 16 Nov 2021 14:45:30 +0000 (11:45 -0300)]
18215: Fixes unrelated test.

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

2 years ago18215: Adds test.
Lucas Di Pentima [Mon, 15 Nov 2021 21:02:04 +0000 (18:02 -0300)]
18215: Adds test.

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

2 years ago18215: Always select 'version' & 'modified_at' for update calls.
Lucas Di Pentima [Mon, 15 Nov 2021 20:03:17 +0000 (17:03 -0300)]
18215: Always select 'version' & 'modified_at' for update calls.

Also, update collection actions so that they merge the new data with the
previously cached collection data.

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

2 years ago18215: Requests back only updated fields on collection update calls.
Lucas Di Pentima [Mon, 15 Nov 2021 18:59:53 +0000 (15:59 -0300)]
18215: Requests back only updated fields on collection update calls.

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

2 years agoMerge branch '18195-Refresh-Button-does-not-seem-to-refresh-the-sidebar-tree' into...
Daniel Kutyła [Sun, 14 Nov 2021 18:52:15 +0000 (19:52 +0100)]
Merge branch '18195-Refresh-Button-does-not-seem-to-refresh-the-sidebar-tree' into main
closes #18195

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

2 years ago18195: Added additional checks to the cypress test
Daniel Kutyła [Sun, 14 Nov 2021 18:50:42 +0000 (19:50 +0100)]
18195: Added additional checks to the cypress test

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

2 years agoMerge branch '17944-vocabulary-endpoint-retrieval' into main. Closes #17944
Lucas Di Pentima [Thu, 11 Nov 2021 17:53:00 +0000 (14:53 -0300)]
Merge branch '17944-vocabulary-endpoint-retrieval' into main. Closes #17944

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

2 years ago17944: Adds property key/value auto-selection when changing focus. 17944-vocabulary-endpoint-retrieval
Lucas Di Pentima [Wed, 10 Nov 2021 23:27:17 +0000 (20:27 -0300)]
17944: Adds property key/value auto-selection when changing focus.

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

2 years ago18195: Added multiple action dispatch in order to refresh left panel 18195-Refresh-Button-does-not-seem-to-refresh-the-sidebar-tree
Daniel Kutyła [Thu, 4 Nov 2021 19:04:53 +0000 (20:04 +0100)]
18195: Added multiple action dispatch in order to refresh left panel

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

2 years ago17944: Configures a vocabulary file previous to the Cypress run.
Lucas Di Pentima [Tue, 2 Nov 2021 21:10:05 +0000 (18:10 -0300)]
17944: Configures a vocabulary file previous to the Cypress run.

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

2 years ago17944: Request the vocabulary exclusively from the new controller's endpoint.
Lucas Di Pentima [Tue, 2 Nov 2021 18:22:02 +0000 (15:22 -0300)]
17944: Request the vocabulary exclusively from the new controller's endpoint.

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

2 years ago--config-files goes to APP_NAME so that multiple packages don't conflict
Peter Amstutz [Mon, 1 Nov 2021 19:49:21 +0000 (15:49 -0400)]
--config-files goes to APP_NAME so that multiple packages don't conflict

no issue #

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

2 years agoUpdate version of Go used in the docker image.
Peter Amstutz [Fri, 29 Oct 2021 20:46:20 +0000 (16:46 -0400)]
Update version of Go used in the docker image.

Add a "make packages-in-docker" target.

no issue #

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

2 years ago17585: Project change should trigger loader
Daniel Kutyła [Fri, 22 Oct 2021 12:33:34 +0000 (14:33 +0200)]
17585: Project change should trigger loader

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

2 years ago18169: Removed cancel disable when uploading
Daniel Kutyła [Mon, 18 Oct 2021 12:09:13 +0000 (14:09 +0200)]
18169: Removed cancel disable when uploading

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

2 years agoMerge branch '18116-fix-chips-bugs' into main. Closes #18116 2.3.0
Stephen Smith [Fri, 8 Oct 2021 14:43:53 +0000 (10:43 -0400)]
Merge branch '18116-fix-chips-bugs' into main. Closes #18116

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

2 years agoMerge branch '17585-Redesign-navigation-of-files-in-collections' into main
Daniel Kutyła [Fri, 24 Sep 2021 09:53:16 +0000 (11:53 +0200)]
Merge branch '17585-Redesign-navigation-of-files-in-collections' into main
closes #17585

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

2 years ago17585: Added arrow to left panel for the selected folder 17585-Redesign-navigation-of-files-in-collections
Daniel Kutyła [Thu, 23 Sep 2021 19:58:02 +0000 (21:58 +0200)]
17585: Added arrow to left panel for the selected folder

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

2 years agoMerge branch '17229-integrate-webshell' into main. Closes #17229
Stephen Smith [Thu, 23 Sep 2021 17:47:01 +0000 (13:47 -0400)]
Merge branch '17229-integrate-webshell' into main. Closes #17229

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

2 years ago17229: Change extra token const value to extraToken for clarity 17229-integrate-webshell
Stephen Smith [Thu, 23 Sep 2021 17:46:10 +0000 (13:46 -0400)]
17229: Change extra token const value to extraToken for clarity

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

2 years ago18116: Chips guard against invariant bug
Stephen Smith [Tue, 21 Sep 2021 20:29:24 +0000 (16:29 -0400)]
18116: Chips guard against invariant bug

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

2 years ago17229: Patch shellinabox to cleanly close instead of sending cancel+eof
Stephen Smith [Mon, 20 Sep 2021 21:31:31 +0000 (17:31 -0400)]
17229: Patch shellinabox to cleanly close instead of sending cancel+eof

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

2 years ago17229: Webshell don't update idle timer when timed out
Stephen Smith [Mon, 20 Sep 2021 18:28:27 +0000 (14:28 -0400)]
17229: Webshell don't update idle timer when timed out

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

2 years ago17229: Update test for token browser storage location
Stephen Smith [Mon, 20 Sep 2021 17:42:12 +0000 (13:42 -0400)]
17229: Update test for token browser storage location

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

2 years ago17229: Webshell add idle timer and auto log out
Stephen Smith [Mon, 20 Sep 2021 17:03:44 +0000 (13:03 -0400)]
17229: Webshell add idle timer and auto log out

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

2 years ago17229: Webshell variable typo
Stephen Smith [Mon, 20 Sep 2021 14:29:16 +0000 (10:29 -0400)]
17229: Webshell variable typo

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

2 years ago17229: Webshell show message when toke is missing
Stephen Smith [Mon, 20 Sep 2021 14:27:34 +0000 (10:27 -0400)]
17229: Webshell show message when toke is missing

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

2 years ago17585: New collection viewer layout
Daniel Kutyła [Thu, 16 Sep 2021 20:28:00 +0000 (22:28 +0200)]
17585: New collection viewer layout

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

2 years ago17229: Webshell clear token from variable after logging in
Stephen Smith [Thu, 16 Sep 2021 20:12:29 +0000 (16:12 -0400)]
17229: Webshell clear token from variable after logging in

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

2 years ago17229: Webshell use localstorage if available
Stephen Smith [Thu, 16 Sep 2021 19:45:49 +0000 (15:45 -0400)]
17229: Webshell use localstorage if available

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

2 years ago17229: Clear webshell token from url after page loads
Stephen Smith [Thu, 16 Sep 2021 19:04:21 +0000 (15:04 -0400)]
17229: Clear webshell token from url after page loads

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

2 years agoMerge branch '16655-Upload-speed-indicator-shows-wrong-information' into main
Daniel Kutyła [Tue, 14 Sep 2021 20:27:17 +0000 (22:27 +0200)]
Merge branch '16655-Upload-speed-indicator-shows-wrong-information' into main
closes #16655

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

2 years ago16655: Fixed wrong speed indicator, added test 16655-Upload-speed-indicator-shows-wrong-information
Daniel Kutyła [Tue, 14 Sep 2021 19:25:35 +0000 (21:25 +0200)]
16655: Fixed wrong speed indicator, added test

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

2 years agoMerge branch '18029-fix-nan-pagination' into main. Closes #18029
Stephen Smith [Fri, 10 Sep 2021 21:15:52 +0000 (17:15 -0400)]
Merge branch '18029-fix-nan-pagination' into main. Closes #18029

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

2 years ago18029: Handle empty data explorer in data explorer reducer 18029-fix-nan-pagination
Stephen Smith [Fri, 10 Sep 2021 20:37:58 +0000 (16:37 -0400)]
18029: Handle empty data explorer in data explorer reducer

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

2 years ago17585: Removed it.only
Daniel Kutyła [Fri, 10 Sep 2021 19:19:25 +0000 (21:19 +0200)]
17585: Removed it.only

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

2 years ago18029: Disable pagination next if list is empty
Stephen Smith [Fri, 10 Sep 2021 18:04:02 +0000 (14:04 -0400)]
18029: Disable pagination next if list is empty

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

2 years ago18029: Fix divide by zero on empty pagination by defaulting to 0
Stephen Smith [Fri, 10 Sep 2021 18:03:19 +0000 (14:03 -0400)]
18029: Fix divide by zero on empty pagination by defaulting to 0

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

2 years ago17585: FIxed tests
Daniel Kutyła [Fri, 10 Sep 2021 16:59:45 +0000 (18:59 +0200)]
17585: FIxed tests

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