[ARVADOS-WORKBENCH2] updated: 1.1.4-424-ga3ee00c

Git user git at public.curoverse.com
Tue Jul 24 09:53:17 EDT 2018


Summary of changes:
 src/common/config.ts | 2 +-
 src/index.tsx        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  a3ee00cd95c128c75eebf9b9b3f1a637eee4426b (commit)
       via  c71a5c4ca0a0702f82557d98699bd281661b03e0 (commit)
      from  c632f0edf3f863fd29efb90e010f286b40cb9e92 (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 a3ee00cd95c128c75eebf9b9b3f1a637eee4426b
Merge: c632f0e c71a5c4
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Tue Jul 24 15:53:01 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 c71a5c4ca0a0702f82557d98699bd281661b03e0
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Tue Jul 24 15:52:30 2018 +0200

    Set temp base api url
    
    Feature #13889
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>

diff --git a/src/common/config.ts b/src/common/config.ts
index 283bd6d..4b4a52a 100644
--- a/src/common/config.ts
+++ b/src/common/config.ts
@@ -11,7 +11,7 @@ export interface Config {
 }
 
 const defaultConfig: Config = {
-    API_HOST: "https://workbench2.c97qk.arvadosapi.com" // process.env.REACT_APP_ARVADOS_API_HOST || ""
+    API_HOST: process.env.REACT_APP_ARVADOS_API_HOST || ""
 };
 
 export const fetchConfig = () => {
diff --git a/src/index.tsx b/src/index.tsx
index 7443aea..9f2b998 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -33,7 +33,7 @@ addMenuActionSet(ContextMenuKind.Favorite, favoriteActionSet);
 fetchConfig()
     .then(config => {
 
-        setBaseUrl(config.API_HOST);
+        setBaseUrl("https://workbench2.c97qk.arvadosapi.com");
 
         const history = createBrowserHistory();
         const store = configureStore(history);

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list