arvados-workbench2.git
4 years agoMerge branch '15027-object-update-fix'
Lucas Di Pentima [Fri, 23 Aug 2019 16:24:52 +0000 (13:24 -0300)]
Merge branch '15027-object-update-fix'
Closes #15027

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15027: Removes commented out code. 15027-object-update-fix
Lucas Di Pentima [Fri, 23 Aug 2019 16:08:53 +0000 (13:08 -0300)]
15027: Removes commented out code.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15027: Adds cwl-svg lib to license ignore file.
Lucas Di Pentima [Fri, 23 Aug 2019 15:29:08 +0000 (12:29 -0300)]
15027: Adds cwl-svg lib to license ignore file.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15027: Fixes unused declarations errors.
Lucas Di Pentima [Fri, 23 Aug 2019 14:49:40 +0000 (11:49 -0300)]
15027: Fixes unused declarations errors.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15027: Adds tslint-etc to restrict unused declarations at compilation.
Lucas Di Pentima [Fri, 23 Aug 2019 14:48:28 +0000 (11:48 -0300)]
15027: Adds tslint-etc to restrict unused declarations at compilation.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15027: Cleans up unused imports.
Lucas Di Pentima [Fri, 23 Aug 2019 13:41:32 +0000 (10:41 -0300)]
15027: Cleans up unused imports.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15027: Fixes user admin toggles to only send is_admin or is_active on updates.
Lucas Di Pentima [Thu, 22 Aug 2019 19:05:59 +0000 (16:05 -0300)]
15027: Fixes user admin toggles to only send is_admin or is_active on updates.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15027: Fixes projects update requests to only send what's being updated.
Lucas Di Pentima [Thu, 22 Aug 2019 18:59:31 +0000 (15:59 -0300)]
15027: Fixes projects update requests to only send what's being updated.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15027: Fixes typo on group's writable_by api response key.
Lucas Di Pentima [Thu, 22 Aug 2019 18:56:34 +0000 (15:56 -0300)]
15027: Fixes typo on group's writable_by api response key.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15027: Fixes collection update requests to only send what's being updated.
Lucas Di Pentima [Thu, 22 Aug 2019 18:33:10 +0000 (15:33 -0300)]
15027: Fixes collection update requests to only send what's being updated.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15027: Removes code to avoid camel_case translation back to the api server.
Lucas Di Pentima [Wed, 21 Aug 2019 12:09:59 +0000 (09:09 -0300)]
15027: Removes code to avoid camel_case translation back to the api server.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15027: Removes unnecessary test method.
Lucas Di Pentima [Wed, 21 Aug 2019 10:50:59 +0000 (07:50 -0300)]
15027: Removes unnecessary test method.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years agoMerge branch '15407-camel-casing-fix'
Lucas Di Pentima [Tue, 20 Aug 2019 19:42:04 +0000 (16:42 -0300)]
Merge branch '15407-camel-casing-fix'
Closes #15407

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15407: Removes snackbar notification when websocket is disabled.
Lucas Di Pentima [Tue, 20 Aug 2019 19:08:17 +0000 (16:08 -0300)]
15407: Removes snackbar notification when websocket is disabled.

This will be implemented as a notification on the "bell" notifications menu.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15407: Simplifies code handling workflow json mounts.
Lucas Di Pentima [Tue, 20 Aug 2019 17:51:58 +0000 (14:51 -0300)]
15407: Simplifies code handling workflow json mounts.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15407: Adds user visible warning when websocket url is not set.
Lucas Di Pentima [Tue, 20 Aug 2019 14:44:17 +0000 (11:44 -0300)]
15407: Adds user visible warning when websocket url is not set.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15407: Fixes app crash when webSocketUrl is not set on the API Server.
Lucas Di Pentima [Tue, 20 Aug 2019 13:27:35 +0000 (10:27 -0300)]
15407: Fixes app crash when webSocketUrl is not set on the API Server.

Instead, show a warning message on the JS console.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15407: Fixes mount handling. Re-run process now shows dialog without erroring.
Lucas Di Pentima [Mon, 19 Aug 2019 17:39:22 +0000 (14:39 -0300)]
15407: Fixes mount handling. Re-run process now shows dialog without erroring.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15407: Fixes pending model.
Lucas Di Pentima [Mon, 19 Aug 2019 17:38:28 +0000 (14:38 -0300)]
15407: Fixes pending model.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15407: Fixes node's properties & info handling.
Lucas Di Pentima [Fri, 16 Aug 2019 18:18:20 +0000 (15:18 -0300)]
15407: Fixes node's properties & info handling.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15407: Fixes handling of runtime constraints and scheduling params.
Lucas Di Pentima [Fri, 16 Aug 2019 18:07:36 +0000 (15:07 -0300)]
15407: Fixes handling of runtime constraints and scheduling params.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15407: Fixes collection versioning keys on advanced tab.
Lucas Di Pentima [Fri, 16 Aug 2019 17:07:40 +0000 (14:07 -0300)]
15407: Fixes collection versioning keys on advanced tab.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15407: Restricts mapKeys' recursion to only "items" keys, to support listing.
Lucas Di Pentima [Fri, 16 Aug 2019 14:24:45 +0000 (11:24 -0300)]
15407: Restricts mapKeys' recursion to only "items" keys, to support listing.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15407: Tests that only first level keys are mapped on resource objects.
Lucas Di Pentima [Fri, 16 Aug 2019 14:22:38 +0000 (11:22 -0300)]
15407: Tests that only first level keys are mapped on resource objects.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years agoMerge branch '14813-cluster-config'
Eric Biagiotti [Thu, 1 Aug 2019 19:11:51 +0000 (15:11 -0400)]
Merge branch '14813-cluster-config'

refs #14813

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago15106: Fixes full text search test
Eric Biagiotti [Wed, 12 Jun 2019 18:41:51 +0000 (14:41 -0400)]
15106: Fixes full text search test

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago15106: Changes full text search to use trigram indexing
Eric Biagiotti [Wed, 12 Jun 2019 18:13:55 +0000 (14:13 -0400)]
15106: Changes full text search to use trigram indexing

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago14813: Updates misleading error message
Eric Biagiotti [Thu, 1 Aug 2019 18:45:41 +0000 (14:45 -0400)]
14813: Updates misleading error message

The API_HOST could be undefined from config.json or the default set in the environment.

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago14813: Improves config error handling and logging
Eric Biagiotti [Thu, 1 Aug 2019 18:34:24 +0000 (14:34 -0400)]
14813: Improves config error handling and logging

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago14813: Fix to use cluster config when local config values aren't defined
Eric Biagiotti [Wed, 31 Jul 2019 14:49:14 +0000 (10:49 -0400)]
14813: Fix to use cluster config when local config values aren't defined

Also updates readme to describe how to use the cluster config and softens the warning language.

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago14813: Fixes remote cluster config state
Eric Biagiotti [Tue, 30 Jul 2019 21:01:17 +0000 (17:01 -0400)]
14813: Fixes remote cluster config state

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago14813: wb2 uses cluster config
Eric Biagiotti [Tue, 30 Jul 2019 18:40:42 +0000 (14:40 -0400)]
14813: wb2 uses cluster config

Also updates auth-action to get remote cluster info from the remotes cluster config, instead of its discovery doc

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years agoMerge remote-tracking branch 'origin/15106-trgm-text-search'
Eric Biagiotti [Mon, 22 Jul 2019 20:13:27 +0000 (16:13 -0400)]
Merge remote-tracking branch 'origin/15106-trgm-text-search'

refs #15106

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years agoMerge branch '14874-properties-editor-error-handling'
Lucas Di Pentima [Tue, 25 Jun 2019 19:00:07 +0000 (16:00 -0300)]
Merge branch '14874-properties-editor-error-handling'
Refs #14874

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago14874: Shows error message on properties update.
Lucas Di Pentima [Mon, 17 Jun 2019 22:38:39 +0000 (19:38 -0300)]
14874: Shows error message on properties update.

Also, don't send the entire object when doing API calls.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

4 years ago15106: Fixes full text search test
Eric Biagiotti [Wed, 12 Jun 2019 18:41:51 +0000 (14:41 -0400)]
15106: Fixes full text search test

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago15106: Changes full text search to use trigram indexing
Eric Biagiotti [Wed, 12 Jun 2019 18:13:55 +0000 (14:13 -0400)]
15106: Changes full text search to use trigram indexing

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years agoFix some of the deb/rpm package metadata. 1.4.1
Ward Vandewege [Mon, 3 Jun 2019 14:36:17 +0000 (10:36 -0400)]
Fix some of the deb/rpm package metadata.

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

4 years agoIf a version number is supplied to the build command, make sure to report that
Ward Vandewege [Sun, 2 Jun 2019 17:23:29 +0000 (13:23 -0400)]
If a version number is supplied to the build command, make sure to report that
version number in the web interface (top left).

No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

4 years agoFixes auth-action test merge refs #15088 1.4.0
Eric Biagiotti [Wed, 22 May 2019 21:10:35 +0000 (17:10 -0400)]
Fixes auth-action test merge refs #15088

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years agoMerge branch '15088-merge-account'
Eric Biagiotti [Wed, 22 May 2019 21:01:20 +0000 (17:01 -0400)]
Merge branch '15088-merge-account'

refs #15088

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years agoMerge branch '15255-handle-missing-wb2' refs #15255
Peter Amstutz [Wed, 22 May 2019 20:57:30 +0000 (16:57 -0400)]
Merge branch '15255-handle-missing-wb2' refs #15255

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years ago15088: Text clarification for linking as a remote user
Eric Biagiotti [Wed, 22 May 2019 20:52:06 +0000 (16:52 -0400)]
15088: Text clarification for linking as a remote user

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago15255: Log missing workbench2Url value to console. 15255-handle-missing-wb2
Peter Amstutz [Wed, 22 May 2019 19:33:29 +0000 (15:33 -0400)]
15255: Log missing workbench2Url value to console.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years ago15255: Don't render fedtoken iframe if workbench2 config is missing.
Peter Amstutz [Wed, 22 May 2019 19:11:03 +0000 (15:11 -0400)]
15255: Don't render fedtoken iframe if workbench2 config is missing.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years ago15088: Fixes auth-action test and simplifies link account cancel snackbar
Eric Biagiotti [Wed, 22 May 2019 18:47:54 +0000 (14:47 -0400)]
15088: Fixes auth-action test and simplifies link account cancel snackbar

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago15088: Changes link account page times to local. Adds cancel snackbar.
Eric Biagiotti [Wed, 22 May 2019 15:47:25 +0000 (11:47 -0400)]
15088: Changes link account page times to local. Adds cancel snackbar.

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years agoMerge branch '15160-replacing-files-during-upload'
Pawel Kowalczyk [Wed, 22 May 2019 10:13:28 +0000 (12:13 +0200)]
Merge branch '15160-replacing-files-during-upload'

refs #15160

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years agoMerge branch 'master' into 15160-replacing-files-during-upload 15160-replacing-files-during-upload
Pawel Kowalczyk [Wed, 22 May 2019 10:13:04 +0000 (12:13 +0200)]
Merge branch 'master' into 15160-replacing-files-during-upload

refs #15160

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years agoMerge branch '#15165-running-a-process-from-workflow-section-doesnt-contain-values...
Pawel Kowalczyk [Wed, 22 May 2019 10:12:32 +0000 (12:12 +0200)]
Merge branch '#15165-running-a-process-from-workflow-section-doesnt-contain-values-in-advanced'

refs #15165

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years agoMerge branch 'master' into #15165-running-a-process-from-workflow-section-doesnt... #15165-running-a-process-from-workflow-section-doesnt-contain-values-in-advanced
Pawel Kowalczyk [Wed, 22 May 2019 10:11:56 +0000 (12:11 +0200)]
Merge branch 'master' into #15165-running-a-process-from-workflow-section-doesnt-contain-values-in-advanced

refs #15165

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years agoMerge branch '15166-size-between-icons-on-workflow-panel-is-too-wide'
Pawel Kowalczyk [Wed, 22 May 2019 10:10:34 +0000 (12:10 +0200)]
Merge branch '15166-size-between-icons-on-workflow-panel-is-too-wide'

refs #15166

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years agoMerge branch 'master' into 15166-size-between-icons-on-workflow-panel-is-too-wide 15166-size-between-icons-on-workflow-panel-is-too-wide
Pawel Kowalczyk [Wed, 22 May 2019 10:10:05 +0000 (12:10 +0200)]
Merge branch 'master' into 15166-size-between-icons-on-workflow-panel-is-too-wide

refs #15166

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years agoadding-posibility-to-choose-files-many-times-and-dont-replace-other-files
Pawel Kowalczyk [Wed, 22 May 2019 10:02:23 +0000 (12:02 +0200)]
adding-posibility-to-choose-files-many-times-and-dont-replace-other-files

Feature #15160

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years ago15088: Fixes page refresh on link accounts page
Eric Biagiotti [Tue, 21 May 2019 20:37:12 +0000 (16:37 -0400)]
15088: Fixes page refresh on link accounts page

- Makes the link accounts page to not show text if data is being processed

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years agoFix tests refs #15230
Peter Amstutz [Tue, 21 May 2019 18:18:57 +0000 (14:18 -0400)]
Fix tests refs #15230

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years ago15088: Adds unique message for inactive remote users linking accounts
Eric Biagiotti [Tue, 21 May 2019 17:50:32 +0000 (13:50 -0400)]
15088: Adds unique message for inactive remote users linking accounts

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years agoMerge branch '15230-fed-collection-crash' refs #15230
Peter Amstutz [Tue, 21 May 2019 15:50:57 +0000 (11:50 -0400)]
Merge branch '15230-fed-collection-crash' refs #15230

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years ago15088: Fixes linkAccountPanel reducer tests
Eric Biagiotti [Tue, 21 May 2019 13:59:17 +0000 (09:59 -0400)]
15088: Fixes linkAccountPanel reducer tests

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago15088: Adds progress circle when loading the link panel
Eric Biagiotti [Mon, 20 May 2019 20:45:13 +0000 (16:45 -0400)]
15088: Adds progress circle when loading the link panel

- Improves error handling in loadLinkAccountPanel
- Stops using saveApiToken for cross user API calls.

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago15230: Refactor copy to clipboard, applies to all DetailsAttribute 15230-fed-collection-crash
Peter Amstutz [Mon, 20 May 2019 18:04:48 +0000 (14:04 -0400)]
15230: Refactor copy to clipboard, applies to all DetailsAttribute

All fields using linkToUuid now have a "copy to clipboard" button.

Process owner uuid is linked.

Tweaked styling of details panel to use of space better.

Cleaned up some debug logging.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years agoMerge remote-tracking branch 'origin/master' into 15088-merge-account
Eric Biagiotti [Fri, 17 May 2019 21:19:51 +0000 (17:19 -0400)]
Merge remote-tracking branch 'origin/master' into 15088-merge-account

4 years agoFix federated login, only create iframes for local user refs #15064
Peter Amstutz [Fri, 17 May 2019 20:26:13 +0000 (16:26 -0400)]
Fix federated login, only create iframes for local user refs #15064

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years ago15088: Improves federated linking logic and UI
Eric Biagiotti [Fri, 17 May 2019 19:04:17 +0000 (15:04 -0400)]
15088: Improves federated linking logic and UI

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago15230: Link to other workbenches when double-clicking search results.
Peter Amstutz [Thu, 16 May 2019 17:34:01 +0000 (13:34 -0400)]
15230: Link to other workbenches when double-clicking search results.

* Fix links in details panel.

* Remove redirect to user column from users.  Redirected users are
  hidden so this column is always null.

* Fix additional details panels to use linkToUuid

* Uuid or PDH entered into the search bar will navigate directly

* Add portable data hash to collection page, make it clickable and
copyable.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years ago15088: Fixes UI on link account failure
Eric Biagiotti [Thu, 16 May 2019 14:06:13 +0000 (10:06 -0400)]
15088: Fixes UI on link account failure

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years agosmaller-width-for-icons-on-workflow-panel
Pawel Kowalczyk [Thu, 16 May 2019 10:54:32 +0000 (12:54 +0200)]
smaller-width-for-icons-on-workflow-panel

Feature #15166

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years agofixed-filling-advanced-values-in-run-process-dialog
Pawel Kowalczyk [Thu, 16 May 2019 09:23:57 +0000 (11:23 +0200)]
fixed-filling-advanced-values-in-run-process-dialog

Feature ##15165

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years ago15088: Adds federated account linking
Eric Biagiotti [Wed, 15 May 2019 19:46:40 +0000 (15:46 -0400)]
15088: Adds federated account linking

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago15088: Fixes tests broken by the merge
Eric Biagiotti [Wed, 15 May 2019 15:35:08 +0000 (11:35 -0400)]
15088: Fixes tests broken by the merge

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago15088: Fix to use new login function
Eric Biagiotti [Wed, 15 May 2019 15:29:53 +0000 (11:29 -0400)]
15088: Fix to use new login function

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years agoMerge branch 'master' into 15088-merge-account
Eric Biagiotti [Wed, 15 May 2019 15:04:57 +0000 (11:04 -0400)]
Merge branch 'master' into 15088-merge-account

4 years agoRemove debug logging refs #15064
Peter Amstutz [Wed, 15 May 2019 14:32:56 +0000 (10:32 -0400)]
Remove debug logging refs #15064

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years agoMerge branch '15064-wb2-fed-login' refs #15064
Peter Amstutz [Wed, 15 May 2019 14:30:57 +0000 (10:30 -0400)]
Merge branch '15064-wb2-fed-login' refs #15064

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years agoMerge branch 'master' into 15064-wb2-fed-login
Peter Amstutz [Wed, 15 May 2019 14:30:38 +0000 (10:30 -0400)]
Merge branch 'master' into 15064-wb2-fed-login

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years agoMerge branch '15020-collection-with-the-same-content-adress'
Pawel Kowalczyk [Wed, 15 May 2019 13:01:35 +0000 (15:01 +0200)]
Merge branch '15020-collection-with-the-same-content-adress'

refs #15020

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years agodeleted-unnecessary-code 15020-collection-with-the-same-content-adress
Pawel Kowalczyk [Wed, 15 May 2019 13:01:15 +0000 (15:01 +0200)]
deleted-unnecessary-code

Feature #15020

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years agoowner-names-and-updated-navigating-on-data-explorer-name
Pawel Kowalczyk [Wed, 15 May 2019 12:57:03 +0000 (14:57 +0200)]
owner-names-and-updated-navigating-on-data-explorer-name

Feature #15020

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years ago15088: Moves link account operation check to initAuth
Eric Biagiotti [Tue, 14 May 2019 21:32:04 +0000 (17:32 -0400)]
15088: Moves link account operation check to initAuth

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago15088: Removes unused my-account-panel action
Eric Biagiotti [Tue, 14 May 2019 16:00:12 +0000 (12:00 -0400)]
15088: Removes unused my-account-panel action

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years agoback-button
Pawel Kowalczyk [Tue, 14 May 2019 09:14:34 +0000 (11:14 +0200)]
back-button

Feature #15020

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years ago15064: Save/load homeCluster from localStorage. 15064-wb2-fed-login
Peter Amstutz [Mon, 13 May 2019 21:46:29 +0000 (17:46 -0400)]
15064: Save/load homeCluster from localStorage.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years ago15088: Handles browser navigation during link account ops
Eric Biagiotti [Mon, 13 May 2019 20:34:30 +0000 (16:34 -0400)]
15088: Handles browser navigation during link account ops

- Inactive page link account button brings the user to the initial link account page

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago15064: Send user home for multi-site search.
Peter Amstutz [Mon, 13 May 2019 20:15:47 +0000 (16:15 -0400)]
15064: Send user home for multi-site search.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years ago15064: Tell users which clusters are being searched.
Peter Amstutz [Mon, 13 May 2019 20:10:05 +0000 (16:10 -0400)]
15064: Tell users which clusters are being searched.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years ago15064: If initializing auth fails, go back to login screen.
Peter Amstutz [Mon, 13 May 2019 18:37:33 +0000 (14:37 -0400)]
15064: If initializing auth fails, go back to login screen.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years ago15064: Logging into home cluster logs into all federated clusters
Peter Amstutz [Mon, 13 May 2019 18:03:08 +0000 (14:03 -0400)]
15064: Logging into home cluster logs into all federated clusters

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years ago15064: create iframes that load /fedtoken with salted token
Peter Amstutz [Mon, 13 May 2019 16:29:04 +0000 (12:29 -0400)]
15064: create iframes that load /fedtoken with salted token

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years agorefs #14915-after-move-to-action-inside-tree-panel-the-tree-is-not-refreshed
Pawel Kowalczyk [Mon, 13 May 2019 13:12:07 +0000 (15:12 +0200)]
refs #14915-after-move-to-action-inside-tree-panel-the-tree-is-not-refreshed

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years agorefs #14914-after-adding-a-description-on-existing-project-content-is-now-visible...
Pawel Kowalczyk [Mon, 13 May 2019 12:39:06 +0000 (14:39 +0200)]
refs #14914-after-adding-a-description-on-existing-project-content-is-now-visible-until-is-refreshed

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years agorefs #15083-tooltips-for-icons-inside-table
Pawel Kowalczyk [Mon, 13 May 2019 12:27:39 +0000 (14:27 +0200)]
refs #15083-tooltips-for-icons-inside-table

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years ago15064: Fetch discovery documents for all remotes
Peter Amstutz [Fri, 10 May 2019 17:33:14 +0000 (13:33 -0400)]
15064: Fetch discovery documents for all remotes

Start working on rendering iframe to login to remotes

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

4 years agosetting-breadcrumbs
Pawel Kowalczyk [Fri, 10 May 2019 10:44:35 +0000 (12:44 +0200)]
setting-breadcrumbs

Feature #15020

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years agofixed-bug-when-navigating-not-rfom-collections
Pawel Kowalczyk [Fri, 10 May 2019 10:33:47 +0000 (12:33 +0200)]
fixed-bug-when-navigating-not-rfom-collections

Feature #15020

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years agotitle-for-data-table
Pawel Kowalczyk [Fri, 10 May 2019 10:22:20 +0000 (12:22 +0200)]
title-for-data-table

Feature #15020

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years agosearch-for-data-table-and-small-improvements
Pawel Kowalczyk [Fri, 10 May 2019 09:55:58 +0000 (11:55 +0200)]
search-for-data-table-and-small-improvements

Feature #15020

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

4 years ago15088: Adds link account panel reducer tests
Eric Biagiotti [Thu, 9 May 2019 21:39:18 +0000 (17:39 -0400)]
15088: Adds link account panel reducer tests

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago15088: Adds reload after link account operation
Eric Biagiotti [Thu, 9 May 2019 14:44:41 +0000 (10:44 -0400)]
15088: Adds reload after link account operation

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago15088: Function name clarification
Eric Biagiotti [Wed, 8 May 2019 21:10:48 +0000 (17:10 -0400)]
15088: Function name clarification

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>

4 years ago15088: Adds logout before logging in to second account
Eric Biagiotti [Wed, 8 May 2019 19:36:59 +0000 (15:36 -0400)]
15088: Adds logout before logging in to second account

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>