arvados-workbench2.git
3 years ago13494: Minor UI fixes.
Lucas Di Pentima [Mon, 19 Oct 2020 15:01:46 +0000 (12:01 -0300)]
13494: Minor UI fixes.

* Removes useless 'Size' field on the collections detail pane.
* Adds version number field.
* Avoids event propagation on the collection icon so that when clicked it
  just opens the detail pane without collapsing the info pane.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago13494: Adds ability to customize the search label on DataExplorer.
Lucas Di Pentima [Mon, 19 Oct 2020 14:14:58 +0000 (11:14 -0300)]
13494: Adds ability to customize the search label on DataExplorer.

Also, fixed DataExplorer's default search label as it was showing
'Search files' on wrong contexts (ie: Projects panel).

Also, hides the search feature on the Collection PDH panel, as it doesn't
make sense to search for files on different collections with identical
contents, and also kind of gets stuck when searching for collection names
and having one result, the panel auto navigates to the collection panel.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago13494: Shows correct collection icon on DataTables.
Lucas Di Pentima [Fri, 16 Oct 2020 14:04:53 +0000 (11:04 -0300)]
13494: Shows correct collection icon on DataTables.

Also, adds 'Status' column on collection by PDH panel, consistently with
the search results listings.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago13494: Allows accesing old collections versions through PDH.
Lucas Di Pentima [Thu, 15 Oct 2020 21:05:55 +0000 (18:05 -0300)]
13494: Allows accesing old collections versions through PDH.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16719: Deduplicates collection detail component.
Lucas Di Pentima [Tue, 20 Oct 2020 20:16:00 +0000 (17:16 -0300)]
16719: Deduplicates collection detail component.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16719: Enhances collection panel.
Lucas Di Pentima [Tue, 20 Oct 2020 14:39:35 +0000 (11:39 -0300)]
16719: Enhances collection panel.

* 'More options' menu renamed to 'Actions' and moved to the top.
* 'This is an old version' warning moved to the bottom.
* Condensed layout makes the main panel to take less vertical space.
* Added attributes: version, created_at, modified_at.
* Reworded some attribute labels on past versions.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16719: Changes wording from 'Copy to project' to 'Make a copy' on collections.
Lucas Di Pentima [Tue, 20 Oct 2020 13:27:21 +0000 (10:27 -0300)]
16719: Changes wording from 'Copy to project' to 'Make a copy' on collections.

Also, removed duplicated code about context menus.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16719: Ignores integration test config file's lack of license.
Lucas Di Pentima [Thu, 15 Oct 2020 18:26:59 +0000 (15:26 -0300)]
16719: Ignores integration test config file's lack of license.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16719: Adds integration test for collection's old version searching.
Lucas Di Pentima [Thu, 15 Oct 2020 18:25:17 +0000 (15:25 -0300)]
16719: Adds integration test for collection's old version searching.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16719: Adds integration test for old collection version display.
Lucas Di Pentima [Thu, 15 Oct 2020 16:45:09 +0000 (13:45 -0300)]
16719: Adds integration test for old collection version display.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16719: Fixes collection panel when showing an old version.
Lucas Di Pentima [Wed, 14 Oct 2020 20:17:59 +0000 (17:17 -0300)]
16719: Fixes collection panel when showing an old version.

* Collection icon is different.
* UI is in read-only mode.
* There's a note below the collection's name indicating what to do in certain
cases.
* Shows the current version's UUID.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16718: Adds tests for include_old_version usage on search middleware. 16718-past-collection-versions-search
Lucas Di Pentima [Tue, 13 Oct 2020 15:23:11 +0000 (12:23 -0300)]
16718: Adds tests for include_old_version usage on search middleware.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16718: Merge branch 'master' into 16718-past-collection-versions-search
Lucas Di Pentima [Mon, 12 Oct 2020 22:14:34 +0000 (19:14 -0300)]
16718: Merge branch 'master' into 16718-past-collection-versions-search

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16718: Removes redundant column on search results.
Lucas Di Pentima [Mon, 12 Oct 2020 22:12:52 +0000 (19:12 -0300)]
16718: Removes redundant column on search results.

Also condenses the table contents by making padding between columns a bit
smaller.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years agoMerge branch '16037-download-selected-functionality-messes-up-file-names'
Daniel Kutyła [Mon, 12 Oct 2020 17:58:47 +0000 (19:58 +0200)]
Merge branch '16037-download-selected-functionality-messes-up-file-names'
Closes #16037

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

3 years ago16037: Fix for cypress test 16037-download-selected-functionality-messes-up-file-names
Daniel Kutyła [Mon, 12 Oct 2020 16:27:43 +0000 (18:27 +0200)]
16037: Fix for cypress test

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

3 years ago16037: Added proper comments and enabled missing feature
Daniel Kutyła [Mon, 12 Oct 2020 15:54:17 +0000 (17:54 +0200)]
16037: Added proper comments and enabled missing feature

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

3 years agoFixes build target on Makefile. No issue # 2.1.0
Lucas Di Pentima [Fri, 9 Oct 2020 22:09:52 +0000 (19:09 -0300)]
Fixes build target on Makefile. No issue #

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years agoBuilding workbench2 packages should not run the tests as well, there is
Ward Vandewege [Fri, 9 Oct 2020 21:19:55 +0000 (17:19 -0400)]
Building workbench2 packages should not run the tests as well, there is
a separate Makefile target for that.

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

3 years ago16037: Disabled download functionality for multiple files
Daniel Kutyła [Fri, 9 Oct 2020 16:08:00 +0000 (18:08 +0200)]
16037: Disabled download functionality for multiple files

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

3 years ago16718: Shows collection status info as "old version" or "current" on search.
Lucas Di Pentima [Wed, 7 Oct 2020 14:05:47 +0000 (11:05 -0300)]
16718: Shows collection status info as "old version" or "current" on search.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16037: Added filtering for directories when downloading
Daniel Kutyła [Tue, 6 Oct 2020 20:33:39 +0000 (22:33 +0200)]
16037: Added filtering for directories when downloading

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

3 years ago16718: Adds unit test cases for the new is:pastVersion search term.
Lucas Di Pentima [Tue, 6 Oct 2020 18:21:39 +0000 (15:21 -0300)]
16718: Adds unit test cases for the new is:pastVersion search term.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16718: Adds option to search for collection's past versions.
Lucas Di Pentima [Mon, 5 Oct 2020 16:13:52 +0000 (13:13 -0300)]
16718: Adds option to search for collection's past versions.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years agoMerge branch '16941-inactive-remotes' refs #16941
Peter Amstutz [Mon, 5 Oct 2020 21:43:13 +0000 (17:43 -0400)]
Merge branch '16941-inactive-remotes' refs #16941

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

3 years ago16941: Remove debug statement.
Peter Amstutz [Mon, 5 Oct 2020 21:42:57 +0000 (17:42 -0400)]
16941: Remove debug statement.

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

3 years agoMerge branch '16947-session-validate' refs #16947
Peter Amstutz [Mon, 5 Oct 2020 21:11:30 +0000 (17:11 -0400)]
Merge branch '16947-session-validate' refs #16947

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

3 years ago16947: do not produce snackbar errors in validateSessions() 16947-session-validate
Peter Amstutz [Mon, 5 Oct 2020 20:56:59 +0000 (16:56 -0400)]
16947: do not produce snackbar errors in validateSessions()

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

3 years agoMerge branch 'master' into 16941-inactive-remotes 16941-inactive-remotes
Peter Amstutz [Mon, 5 Oct 2020 20:08:21 +0000 (16:08 -0400)]
Merge branch 'master' into 16941-inactive-remotes

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

3 years agoMerge branch '16947-session-validate' refs #16947
Peter Amstutz [Mon, 5 Oct 2020 19:18:50 +0000 (15:18 -0400)]
Merge branch '16947-session-validate' refs #16947

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

3 years ago16941: Fix AxiosInstance import. Add apiClient accessor
Peter Amstutz [Mon, 5 Oct 2020 17:07:51 +0000 (13:07 -0400)]
16941: Fix AxiosInstance import.  Add apiClient accessor

Also fix warning about Grid needing to be a container.

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

3 years ago16941: Make it possible to mock retrieving cluster config
Peter Amstutz [Fri, 2 Oct 2020 21:40:19 +0000 (17:40 -0400)]
16941: Make it possible to mock retrieving cluster config

Fix auth-action.test using cluster config mock.

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

3 years ago16947: Don't show misleading session validate errors.
Peter Amstutz [Fri, 2 Oct 2020 19:53:34 +0000 (15:53 -0400)]
16947: Don't show misleading session validate errors.

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

3 years ago16941: Multi-site search recognizes inactive remote users
Peter Amstutz [Fri, 2 Oct 2020 15:19:08 +0000 (11:19 -0400)]
16941: Multi-site search recognizes inactive remote users

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

3 years agoMerge branch '16927-trailing-slash' refs #16927
Peter Amstutz [Thu, 1 Oct 2020 20:52:35 +0000 (16:52 -0400)]
Merge branch '16927-trailing-slash' refs #16927

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

3 years ago16927: Remove clusterConfigJSON local variable
Peter Amstutz [Thu, 1 Oct 2020 20:51:46 +0000 (16:51 -0400)]
16927: Remove clusterConfigJSON local variable

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

3 years ago16927: Consistently strip trailing slashes from config URLs 16927-trailing-slash
Peter Amstutz [Thu, 1 Oct 2020 20:16:01 +0000 (16:16 -0400)]
16927: Consistently strip trailing slashes from config URLs

This happened for the local cluster config, but not for federated
clusters.  As a result, federated search was completely broken.  This
fixes it.

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

3 years agoDo not error out in the integration test cleanup function.
Ward Vandewege [Mon, 28 Sep 2020 17:55:06 +0000 (13:55 -0400)]
Do not error out in the integration test cleanup function.

refs #16919

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

3 years agoMerge branch '16592-renaming-fix'
Lucas Di Pentima [Thu, 24 Sep 2020 21:58:35 +0000 (18:58 -0300)]
Merge branch '16592-renaming-fix'
Closes #16592

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years agoMerge branch '16811-public-favs' refs #16811
Peter Amstutz [Thu, 24 Sep 2020 13:44:55 +0000 (09:44 -0400)]
Merge branch '16811-public-favs' refs #16811

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

3 years ago16592: Restores 'Rename' action. Adds support for baseURL w/o trailing slash. 16592-renaming-fix
Lucas Di Pentima [Wed, 23 Sep 2020 21:14:46 +0000 (18:14 -0300)]
16592: Restores 'Rename' action. Adds support for baseURL w/o trailing slash.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16592: Adds tests exposing the bug.
Lucas Di Pentima [Wed, 23 Sep 2020 21:14:24 +0000 (18:14 -0300)]
16592: Adds tests exposing the bug.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years agoMerge branch '16243-filter-files-by-name-on-collections-file-listing'
Daniel Kutyła [Tue, 22 Sep 2020 15:49:21 +0000 (17:49 +0200)]
Merge branch '16243-filter-files-by-name-on-collections-file-listing'
closes #16243

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

3 years ago16243: Removed console.log 16243-filter-files-by-name-on-collections-file-listing
Daniel Kutyła [Tue, 22 Sep 2020 15:40:07 +0000 (17:40 +0200)]
16243: Removed console.log

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

3 years ago16243: Fixed copy of selected items to new collection
Daniel Kutyła [Mon, 21 Sep 2020 16:09:35 +0000 (18:09 +0200)]
16243: Fixed copy of selected items to new collection

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

3 years ago16811: Filter "Public favorites" from "Shared with me" & add test 16811-public-favs
Peter Amstutz [Fri, 18 Sep 2020 23:11:56 +0000 (19:11 -0400)]
16811: Filter "Public favorites" from "Shared with me" & add test

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

3 years ago16811: Add cypress test for setting/unsetting public favorite
Peter Amstutz [Fri, 18 Sep 2020 22:35:38 +0000 (18:35 -0400)]
16811: Add cypress test for setting/unsetting public favorite

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

3 years ago16243: Added reducer changes in order to make file download valid
Daniel Kutyła [Wed, 16 Sep 2020 21:59:49 +0000 (23:59 +0200)]
16243: Added reducer changes in order to make file download valid

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

3 years ago16811: Use public favorites project.
Peter Amstutz [Mon, 14 Sep 2020 21:02:06 +0000 (17:02 -0400)]
16811: Use public favorites project.

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

3 years ago16243: Added tests
Daniel Kutyła [Fri, 11 Sep 2020 22:41:59 +0000 (00:41 +0200)]
16243: Added tests

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

3 years ago16243: Added filtering for collection files
Daniel Kutyła [Fri, 11 Sep 2020 18:50:24 +0000 (20:50 +0200)]
16243: Added filtering for collection files

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

3 years ago16811: Don't filter star links on name
Peter Amstutz [Thu, 10 Sep 2020 21:49:52 +0000 (17:49 -0400)]
16811: Don't filter star links on name

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

3 years ago16811: Fix public favorites.
Peter Amstutz [Thu, 10 Sep 2020 21:28:08 +0000 (17:28 -0400)]
16811: Fix public favorites.

Previously, these were 'star' links owned by the all users group.

However, the all users group is now a 'role' and new rule (since
issue #16007) is that 'role' groups cannot directly own things.

So now public favorites are defined as a link owned by the system user
with tail_uuid as the all users group.

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

3 years agoMerge branch '16679-token-security-enhancements'
Lucas Di Pentima [Tue, 8 Sep 2020 21:25:05 +0000 (18:25 -0300)]
Merge branch '16679-token-security-enhancements'
Closes #16679

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16679: Drops TokeLifetime in favor of IdleTimeout on token storage decision. 16679-token-security-enhancements
Lucas Di Pentima [Tue, 8 Sep 2020 21:21:38 +0000 (18:21 -0300)]
16679: Drops TokeLifetime in favor of IdleTimeout on token storage decision.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16679: Uses sessionStorage when Login.TokenLifetime is set to non-zero.
Lucas Di Pentima [Mon, 7 Sep 2020 20:37:22 +0000 (17:37 -0300)]
16679: Uses sessionStorage when Login.TokenLifetime is set to non-zero.

Also, removes sessions list on logout, as tokens are also saved there.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16679: Adds tests for AutoLogout component.
Lucas Di Pentima [Mon, 7 Sep 2020 16:46:29 +0000 (13:46 -0300)]
16679: Adds tests for AutoLogout component.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16679: Adds AutoLogout component that closes the session if configured.
Lucas Di Pentima [Fri, 4 Sep 2020 22:48:44 +0000 (19:48 -0300)]
16679: Adds AutoLogout component that closes the session if configured.

When Workbench.IdleTimeout is set to a non-zero value, it is used to
check for user inactivity; 1 minute before closing the session, a warning
snackbar is displayed until the session is auto-closed or user activity is
detected.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16679: Merge branch 'master' into 16679-token-security-enhancements
Lucas Di Pentima [Wed, 2 Sep 2020 14:25:04 +0000 (11:25 -0300)]
16679: Merge branch 'master' into 16679-token-security-enhancements

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years agoMerge branch '16680-expired-token-handling'
Lucas Di Pentima [Wed, 2 Sep 2020 14:22:26 +0000 (11:22 -0300)]
Merge branch '16680-expired-token-handling'
Closes #16680

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16679: Adds test for auth middleware's logout handling.
Lucas Di Pentima [Tue, 1 Sep 2020 23:09:59 +0000 (20:09 -0300)]
16679: Adds test for auth middleware's logout handling.

This confirms that the API endpoint is being called and the token is removed
from local storage.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16679: Adds test on action dispatching when using the Logout menu item.
Lucas Di Pentima [Tue, 1 Sep 2020 21:05:42 +0000 (18:05 -0300)]
16679: Adds test on action dispatching when using the Logout menu item.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16680: Adds end-to-end test convering invalid token and auto log-out. 16680-expired-token-handling
Lucas Di Pentima [Tue, 1 Sep 2020 13:40:57 +0000 (10:40 -0300)]
16680: Adds end-to-end test convering invalid token and auto log-out.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago16680: Updates deprecated MAINTAINER use on Dockerfile.
Lucas Di Pentima [Mon, 31 Aug 2020 13:48:46 +0000 (10:48 -0300)]
16680: Updates deprecated MAINTAINER use on Dockerfile.

See: https://docs.docker.com/engine/reference/builder/#maintainer-deprecated

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years agoMerge branch '16602-wb2-acr-version' refs #16602
Peter Amstutz [Fri, 28 Aug 2020 20:25:44 +0000 (16:25 -0400)]
Merge branch '16602-wb2-acr-version' refs #16602

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

3 years ago16602: Add missing semicolon. 16602-wb2-acr-version
Peter Amstutz [Fri, 28 Aug 2020 20:07:22 +0000 (16:07 -0400)]
16602: Add missing semicolon.

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

3 years ago16680: Logs out the user when token expires.
Lucas Di Pentima [Thu, 27 Aug 2020 21:51:53 +0000 (18:51 -0300)]
16680: Logs out the user when token expires.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years agoMerge branch '16743-blank-page-for-some-links'
Daniel Kutyła [Thu, 27 Aug 2020 18:24:27 +0000 (20:24 +0200)]
Merge branch '16743-blank-page-for-some-links'
Closes #16743

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

3 years ago16602: Test for using advanced settings from workflow
Peter Amstutz [Thu, 27 Aug 2020 18:12:55 +0000 (14:12 -0400)]
16602: Test for using advanced settings from workflow

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

3 years ago16743: Removed console.log's updated tests 16743-blank-page-for-some-links
Daniel Kutyła [Thu, 27 Aug 2020 16:25:04 +0000 (18:25 +0200)]
16743: Removed console.log's updated tests

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

3 years ago16602: Read WorkflowRunnerResources from workflow to get advanced settings
Peter Amstutz [Wed, 26 Aug 2020 21:18:09 +0000 (17:18 -0400)]
16602: Read WorkflowRunnerResources from workflow to get advanced settings

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

3 years ago16743: fix for non existing parent project
Daniel Kutyła [Wed, 26 Aug 2020 21:08:37 +0000 (23:08 +0200)]
16743: fix for non existing parent project

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

3 years agoMerge branch '16314-test-user-db'
Tom Clegg [Wed, 26 Aug 2020 20:22:08 +0000 (16:22 -0400)]
Merge branch '16314-test-user-db'

refs #16314

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

3 years ago16314: Fix syntax. 16314-test-user-db
Tom Clegg [Wed, 26 Aug 2020 13:50:52 +0000 (09:50 -0400)]
16314: Fix syntax.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

3 years agoMerge branch '16735-Require-password-login'
Daniel Kutyła [Mon, 24 Aug 2020 14:55:53 +0000 (16:55 +0200)]
Merge branch '16735-Require-password-login'
Closes #16735

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

3 years ago16735: Added test for non existing method 16735-Require-password-login
Daniel Kutyła [Mon, 24 Aug 2020 13:52:38 +0000 (15:52 +0200)]
16735: Added test for non existing method

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

3 years ago16314: Invoke user/pass prompt for Test authentication method.
Tom Clegg [Fri, 21 Aug 2020 18:55:24 +0000 (14:55 -0400)]
16314: Invoke user/pass prompt for Test authentication method.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

3 years ago16735: Added array of possible login methods
Daniel Kutyła [Fri, 21 Aug 2020 15:44:01 +0000 (17:44 +0200)]
16735: Added array of possible login methods

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

3 years ago16735: Added better checks for the PAM and LDAP login
Daniel Kutyła [Fri, 21 Aug 2020 12:56:45 +0000 (14:56 +0200)]
16735: Added better checks for the PAM and LDAP login

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

3 years agoMerge branch '16659-copy-api-token-to-clipboard'
Daniel Kutyła [Tue, 18 Aug 2020 15:30:17 +0000 (17:30 +0200)]
Merge branch '16659-copy-api-token-to-clipboard'
Closes #16659

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

3 years ago16659: Added copy of full token, fixed tests 16659-copy-api-token-to-clipboard
Daniel Kutyła [Mon, 17 Aug 2020 18:37:55 +0000 (20:37 +0200)]
16659: Added copy of full token, fixed tests

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

3 years agoMerge branch '16683-fed-sharing' refs #16683
Peter Amstutz [Fri, 14 Aug 2020 21:02:44 +0000 (17:02 -0400)]
Merge branch '16683-fed-sharing' refs #16683

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

3 years ago16683: Take count out from list params. Fix getPublicGroupUuid 16683-fed-sharing
Peter Amstutz [Fri, 14 Aug 2020 19:41:31 +0000 (15:41 -0400)]
16683: Take count out from list params. Fix getPublicGroupUuid

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

3 years ago16683: Remove reference to "klingenc"
Peter Amstutz [Fri, 14 Aug 2020 18:58:44 +0000 (14:58 -0400)]
16683: Remove reference to "klingenc"

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

3 years ago16683: Tweak other calls to user listing to work with federated users
Peter Amstutz [Fri, 14 Aug 2020 18:49:03 +0000 (14:49 -0400)]
16683: Tweak other calls to user listing to work with federated users

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

3 years ago16683: Add count: "none" to sharing dialog
Peter Amstutz [Thu, 13 Aug 2020 18:22:40 +0000 (14:22 -0400)]
16683: Add count: "none" to sharing dialog

To work with federated user listing.

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

3 years ago16659: Removed not required semicolon
Daniel Kutyła [Fri, 7 Aug 2020 21:20:12 +0000 (23:20 +0200)]
16659: Removed not required semicolon

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

3 years ago16659: Added copy to clipboard button for the api token
Daniel Kutyła [Fri, 7 Aug 2020 18:22:08 +0000 (20:22 +0200)]
16659: Added copy to clipboard button for the api token

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

3 years agoMerge branch '16627-add-refresh-button-to-views'
Daniel Kutyła [Wed, 29 Jul 2020 19:18:36 +0000 (21:18 +0200)]
Merge branch '16627-add-refresh-button-to-views'
Closes #16627

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

3 years ago16627: Replaced push with replace for history 16627-add-refresh-button-to-views
Daniel Kutyła [Wed, 29 Jul 2020 17:18:38 +0000 (19:18 +0200)]
16627: Replaced push with replace for history

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

3 years ago16627: Added refresh button to main contet bar
Daniel Kutyła [Tue, 28 Jul 2020 21:32:20 +0000 (23:32 +0200)]
16627: Added refresh button to main contet bar

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

3 years agoMerge branch '16594-Add-project-uuid-when-starting-workflow'
Daniel Kutyła [Fri, 24 Jul 2020 19:31:07 +0000 (21:31 +0200)]
Merge branch '16594-Add-project-uuid-when-starting-workflow'
Closes #16594

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

3 years ago16594: Added unit tests 16594-Add-project-uuid-when-starting-workflow
Daniel Kutyła [Fri, 17 Jul 2020 21:53:34 +0000 (23:53 +0200)]
16594: Added unit tests

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

3 years ago16594: Added project-uuid when starting workflow
Daniel Kutyła [Fri, 17 Jul 2020 20:54:09 +0000 (22:54 +0200)]
16594: Added project-uuid when starting workflow

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

3 years agoMerge branch '16245-horizontal-scroll-bar-is-at-the-bottom-of-the-page-instead-of...
Daniel Kutyła [Wed, 15 Jul 2020 15:51:44 +0000 (17:51 +0200)]
Merge branch '16245-horizontal-scroll-bar-is-at-the-bottom-of-the-page-instead-of-the-viewport'
Closes #16245

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

3 years ago16245: added calculated height and overflow y scroll to data table
Daniel Kutyła [Tue, 14 Jul 2020 19:55:05 +0000 (21:55 +0200)]
16245: added calculated height and overflow y scroll to data table

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

3 years agoMerge branch '14990-attempting-to-navigate-to-non-existent-path-not-handled'
Daniel Kutyła [Mon, 13 Jul 2020 19:08:00 +0000 (21:08 +0200)]
Merge branch '14990-attempting-to-navigate-to-non-existent-path-not-handled'
Closes #14990

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

3 years ago14990: added 404 page with wildcard route
Daniel Kutyła [Wed, 24 Jun 2020 20:36:52 +0000 (22:36 +0200)]
14990: added 404 page with wildcard route

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

3 years agoMerge branch '15610-large-collection-perf-fix'
Lucas Di Pentima [Fri, 10 Jul 2020 21:52:43 +0000 (18:52 -0300)]
Merge branch '15610-large-collection-perf-fix'
Closes #15610

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

3 years ago15610: Reduces vertical spacing on ExpansionPanel sub-component. 15610-large-collection-perf-fix
Lucas Di Pentima [Fri, 10 Jul 2020 20:23:05 +0000 (17:23 -0300)]
15610: Reduces vertical spacing on ExpansionPanel sub-component.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>