[ARVADOS] updated: 1.1.4-2-gc816094
Git user
git at public.curoverse.com
Tue Apr 10 11:32:18 EDT 2018
Summary of changes:
apps/workbench/app/assets/javascripts/models/session_db.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via c816094d4f796309391c269783cb3454a4efb87d (commit)
from 6171961498800d18e826da1dcb1b908600eec0ac (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 c816094d4f796309391c269783cb3454a4efb87d
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Tue Apr 10 10:26:34 2018 -0500
13105: discoveryDoc() call simplification.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/apps/workbench/app/assets/javascripts/models/session_db.js b/apps/workbench/app/assets/javascripts/models/session_db.js
index 43aac01..7d1b3b1 100644
--- a/apps/workbench/app/assets/javascripts/models/session_db.js
+++ b/apps/workbench/app/assets/javascripts/models/session_db.js
@@ -94,7 +94,7 @@ window.SessionDB = function() {
}
var session = db.loadLocal();
var apiHostname = new URL(session.baseURL).hostname;
- db.discoveryDoc({baseURL: session.baseURL}).map(function(localDD) {
+ db.discoveryDoc(session).map(function(localDD) {
var uuidPrefix = localDD.uuidPrefix;
db.discoveryDoc({baseURL: baseURL}).map(function(dd) {
if (uuidPrefix in dd.remoteHosts ||
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list