[ARVADOS-WORKBENCH2] updated: 1.1.4-426-ga61404f

Git user git at public.curoverse.com
Tue Jul 24 11:00:43 EDT 2018


Summary of changes:
 src/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  a61404f0dafe868691ef0324c834e93138b9dd08 (commit)
       via  b23b6195c7f9bc64f5296a2613d37815ca818131 (commit)
      from  a3ee00cd95c128c75eebf9b9b3f1a637eee4426b (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 a61404f0dafe868691ef0324c834e93138b9dd08
Merge: a3ee00c b23b619
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Tue Jul 24 17:00:18 2018 +0200

    Merge branch '13889-bad-temp-base-api-url'
    
    refs #13889
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>


commit b23b6195c7f9bc64f5296a2613d37815ca818131
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Tue Jul 24 16:59:43 2018 +0200

    Remove hardcoded url value
    
    Feature #13889
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>

diff --git a/src/index.tsx b/src/index.tsx
index 9f2b998..7443aea 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -33,7 +33,7 @@ addMenuActionSet(ContextMenuKind.Favorite, favoriteActionSet);
 fetchConfig()
     .then(config => {
 
-        setBaseUrl("https://workbench2.c97qk.arvadosapi.com");
+        setBaseUrl(config.API_HOST);
 
         const history = createBrowserHistory();
         const store = configureStore(history);

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list