Daniel Kutyła [Thu, 26 Nov 2020 20:30:26 +0000 (21:30 +0100)]
17114: Code cleanup
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Tue, 24 Nov 2020 22:04:10 +0000 (23:04 +0100)]
17114: FlatTree introduced to support old behaviour
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Tue, 24 Nov 2020 17:04:31 +0000 (18:04 +0100)]
17114: Code cleanup, style cleanup
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>01~
Daniel Kutyła [Thu, 19 Nov 2020 23:31:11 +0000 (00:31 +0100)]
17114: Replaced tree with list for children items
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Lucas Di Pentima [Thu, 12 Nov 2020 19:32:07 +0000 (16:32 -0300)]
Merge branch '15685-file-renaming-empty-name'
Closes #15685
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Thu, 12 Nov 2020 19:31:01 +0000 (16:31 -0300)]
15685: Adds missing redux-form configs for immediate validation feedback.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Thu, 12 Nov 2020 19:14:07 +0000 (16:14 -0300)]
15685: Adds validations to file names to avoid '.' and '..'
Although the backend already does validations, this will provide a better UX
because of the immediate feedback and better error message.
Also, adjusted tests.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Thu, 12 Nov 2020 19:11:54 +0000 (16:11 -0300)]
15685: Sets dialog forms to get immediate validation feedback.
Surprinsingly, this setting is off by default:
https://redux-form.com/7.4.2/docs/api/reduxform.md/#-code-touchonchange-boolean-code-optional-
...so validations only happened after the first field blur event.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Daniel Kutyła [Thu, 12 Nov 2020 17:12:56 +0000 (18:12 +0100)]
Merge branch '16005-collections-projects-open-in-new-tab'
closes #16005
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Thu, 12 Nov 2020 17:11:38 +0000 (18:11 +0100)]
16005: Removed unused functions
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Thu, 12 Nov 2020 17:02:37 +0000 (18:02 +0100)]
Merge branch '17101-login-doesnt-navigate-user-back-to-original-path'
closes #17101
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Lucas Di Pentima [Thu, 12 Nov 2020 00:44:29 +0000 (21:44 -0300)]
15685: Fixed a rename test case that shouldn't be allowed on WB2.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Thu, 12 Nov 2020 00:12:43 +0000 (21:12 -0300)]
15685: Adds integration tests, fixes rename dialog error reporting.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Wed, 11 Nov 2020 21:46:47 +0000 (18:46 -0300)]
15685: Cleans up tests with example data.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Peter Amstutz [Wed, 11 Nov 2020 21:33:12 +0000 (16:33 -0500)]
17101: Use redux router instead of setting window.location.href
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Lucas Di Pentima [Wed, 11 Nov 2020 21:25:45 +0000 (18:25 -0300)]
15685: Adds empty dir name validation to rename file dialog.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Wed, 11 Nov 2020 21:10:28 +0000 (18:10 -0300)]
15685: Adds file path validation on rename file dialog.
Also, allows edition of the complete path instead of just the name, to mnatch
workbench1 behavior, enabling the user to move the file to a directory inside
the collection.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Wed, 11 Nov 2020 21:08:17 +0000 (18:08 -0300)]
15685: Removes unused code.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Daniel Kutyła [Wed, 11 Nov 2020 14:56:47 +0000 (15:56 +0100)]
16005: Copy to clipboard url fix
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Fri, 6 Nov 2020 21:15:21 +0000 (22:15 +0100)]
16005: Open collection and project in new tab feature added
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>1~
Daniel Kutyła [Wed, 11 Nov 2020 09:16:59 +0000 (10:16 +0100)]
17101: Persisting url before the login process
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Wed, 11 Nov 2020 08:08:36 +0000 (09:08 +0100)]
Merge branch '17096-collection-objects-downloaded-multiple-times'
closes #17096
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Lucas Di Pentima [Tue, 10 Nov 2020 15:58:15 +0000 (12:58 -0300)]
15685: Fixes file name encoding/decoding handling on webdav.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Tue, 10 Nov 2020 15:57:28 +0000 (12:57 -0300)]
15685: Expands file renaming tests exposing some edge cases.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Daniel Kutyła [Mon, 9 Nov 2020 16:39:54 +0000 (17:39 +0100)]
Merge remote-tracking branch 'origin/master' into 17096-collection-objects-downloaded-multiple-times
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Mon, 9 Nov 2020 15:31:48 +0000 (16:31 +0100)]
17096: Added check if collection data is present
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>1~
Ward Vandewege [Sat, 7 Nov 2020 15:31:17 +0000 (10:31 -0500)]
Add ubuntu2004 packages, remove debian9 packages.
refs #17086
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
Lucas Di Pentima [Fri, 6 Nov 2020 16:01:44 +0000 (13:01 -0300)]
15685: Merge branch 'master' into 15685-file-renaming-empty-name
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Fri, 6 Nov 2020 15:33:02 +0000 (12:33 -0300)]
15685: Fixes unneeded Math.floor() calls on some tests that need random numbers.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Thu, 5 Nov 2020 22:51:28 +0000 (19:51 -0300)]
Merge branch '17018-readonly-file-actions-fix'
Closes #17018
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Thu, 5 Nov 2020 22:40:12 +0000 (19:40 -0300)]
Merge branch '16719-collection-version-basic-ui'
Closes #16719
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Thu, 5 Nov 2020 22:16:33 +0000 (19:16 -0300)]
16719: Don't try to click something to force logout, just reload the page.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Thu, 5 Nov 2020 21:45:00 +0000 (18:45 -0300)]
16719: Fixes random test failures.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Thu, 5 Nov 2020 16:25:20 +0000 (13:25 -0300)]
16719: Renames test suite.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Thu, 5 Nov 2020 14:14:01 +0000 (11:14 -0300)]
16719: Merge branch '16719-collection-version-basic-ui' of git.arvados.org:arvados-workbench2 into 16719-collection-version-basic-ui
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Peter Amstutz [Thu, 5 Nov 2020 04:32:52 +0000 (23:32 -0500)]
16719: Revise layout for collection panel.
Use responsive two-column layout.
Stack label and value instead of side-by-side.
Fix styling of "Copy to clipboard" icon.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
Lucas Di Pentima [Fri, 23 Oct 2020 15:17:31 +0000 (12:17 -0300)]
17018: Fixes the bug adding checks for readonly context menu type.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Fri, 23 Oct 2020 14:01:27 +0000 (11:01 -0300)]
17018: Adds integration tests exposing the bug.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Thu, 22 Oct 2020 23:22:56 +0000 (20:22 -0300)]
15685: Avoids the webdav service to report server error responses as success.
This makes the rename file dialog code to report errors correctly.
Probably will fix other file managing issues.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Thu, 22 Oct 2020 23:20:01 +0000 (20:20 -0300)]
15685: Adds integration tests for file renaming.
Exposes the bug of not displaying an error when trying to rename a file
to an illegal name (like empty string).
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Daniel Kutyła [Wed, 21 Oct 2020 14:51:21 +0000 (16:51 +0200)]
Merge branch '17019-token-visible-within-test'
Closes #17019
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Wed, 21 Oct 2020 14:15:00 +0000 (16:15 +0200)]
17019: replaced domain and cluster with fake data
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Wed, 21 Oct 2020 09:08:35 +0000 (11:08 +0200)]
17019: replaced token with fake data
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Lucas Di Pentima [Tue, 20 Oct 2020 21:42:30 +0000 (18:42 -0300)]
16719: Removes console debug message.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Lucas Di Pentima [Tue, 20 Oct 2020 21:32:23 +0000 (18:32 -0300)]
16719: Merge branch 'master' into 16719-collection-version-basic-ui
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
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>
Daniel Kutyła [Tue, 20 Oct 2020 14:46:07 +0000 (16:46 +0200)]
Merge branch '16812-token-appears-in-the-download-URL'
Closes #16812
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
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>
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>
Lucas Di Pentima [Mon, 19 Oct 2020 21:00:48 +0000 (18:00 -0300)]
Merge branch '16718-past-collection-versions-search'
Closes #16718
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
Daniel Kutyła [Mon, 19 Oct 2020 19:37:24 +0000 (21:37 +0200)]
16812: Cleared token code
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Sun, 18 Oct 2020 22:20:11 +0000 (00:20 +0200)]
16812: Fixed failed tests
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Sun, 18 Oct 2020 22:11:38 +0000 (00:11 +0200)]
Merge branch '16812-token-appears-in-the-download-URL' of git.arvados.org:arvados-workbench2 into 16812-token-appears-in-the-download-URL
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Sun, 18 Oct 2020 14:03:00 +0000 (16:03 +0200)]
16812: Reverted changes in download action, fixed keep links
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Sun, 18 Oct 2020 14:03:00 +0000 (16:03 +0200)]
16812: Reverted changes in download action, fixed keep links
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Peter Amstutz [Thu, 15 Oct 2020 21:21:27 +0000 (17:21 -0400)]
16812: Handoff token using query param
Need to pass the token to keep-web without it being "sticky" in the
URL bar. Using a query param accomplishes this, because keep-web
knows to strip the api_token query parameter and respond with redirect
and a cookie which the browser can use to fetch the file safely.
Also distinguish between KeepWebService (now the download service) and
KeepWebInlineService (the one that will serve content that can be
displayed inline in the browser if it is safe to do so).
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
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>
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>
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>
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>
Daniel Kutyła [Tue, 13 Oct 2020 21:56:04 +0000 (23:56 +0200)]
16812: Removed download attribute, fixed redirectTo
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
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>
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>
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>
Daniel Kutyła [Mon, 12 Oct 2020 19:31:44 +0000 (21:31 +0200)]
Merge branch 'master' into 16812-token-appears-in-the-download-URL
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
Daniel Kutyła [Tue, 29 Sep 2020 20:57:56 +0000 (22:57 +0200)]
16812: More type fixes
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Tue, 29 Sep 2020 20:47:12 +0000 (22:47 +0200)]
16812: Added proper location template
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Tue, 29 Sep 2020 19:43:55 +0000 (21:43 +0200)]
16812: Added types to remove compile errors
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
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>
Daniel Kutyła [Mon, 28 Sep 2020 15:49:44 +0000 (17:49 +0200)]
16812: Reverted env changes
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Mon, 28 Sep 2020 15:31:27 +0000 (17:31 +0200)]
16812: Another way of testing href
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Mon, 28 Sep 2020 15:23:21 +0000 (17:23 +0200)]
16812: Added unit test fix
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Mon, 28 Sep 2020 15:12:10 +0000 (17:12 +0200)]
16812: Added unit tests
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
Daniel Kutyła [Fri, 25 Sep 2020 15:39:25 +0000 (17:39 +0200)]
16812: Added new mechanism to skip token in the url
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla@contractors.roche.com>
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>
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>
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>