[ARVADOS-WORKBENCH2] updated: 2.1.0-285-gc26242ac
Git user
git at public.arvados.org
Tue Apr 13 15:37:36 UTC 2021
Summary of changes:
cypress/integration/collection.spec.js | 2 +-
src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via c26242ac77e2acb8e4c38780c9340955a8e9daf5 (commit)
from 37f3a8d7a7ce05a15fbb9219763b46ba1c250976 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c26242ac77e2acb8e4c38780c9340955a8e9daf5
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Tue Apr 13 17:36:52 2021 +0200
17415: Fixed wrong hostname in generated duck file
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
diff --git a/cypress/integration/collection.spec.js b/cypress/integration/collection.spec.js
index f5f44b85..fa3ad8e6 100644
--- a/cypress/integration/collection.spec.js
+++ b/cypress/integration/collection.spec.js
@@ -32,7 +32,7 @@ describe('Collection panel tests', function () {
cy.clearLocalStorage();
});
- it.only('allows to download mountain duck config for a collection', () => {
+ it('allows to download mountain duck config for a collection', () => {
cy.createCollection(adminUser.token, {
name: `Test collection ${Math.floor(Math.random() * 999999)}`,
owner_uuid: activeUser.user.uuid,
diff --git a/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx b/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx
index 6e5c7c0f..eec15c49 100644
--- a/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx
+++ b/src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx
@@ -59,7 +59,7 @@ const mountainduckTemplate = ({
<key>UUID</key>
<string>${uuid}</string>
<key>Hostname</key>
- <string>${collectionsUrl.replace('https://', `davs://${username}@`).replace('*', uuid)}</string>
+ <string>${collectionsUrl.replace('https://', ``).replace('*', uuid)}</string>
<key>Port</key>
<string>443</string>
<key>Username</key>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list