[ARVADOS-WORKBENCH2] updated: 1.4.1-74-g80aedc2f

Git user git at public.curoverse.com
Mon Oct 28 16:10:31 UTC 2019


Summary of changes:
 src/common/config.ts                               |   9 +
 src/services/auth-service/auth-service.ts          |  14 +-
 src/store/auth/auth-action-session.ts              |   1 +
 src/store/auth/auth-action.test.ts                 |  15 +-
 src/store/auth/auth-action.ts                      |  14 +-
 src/store/auth/auth-reducer.test.ts                |   3 +
 src/store/auth/auth-reducer.ts                     |   8 +-
 .../link-account-panel-actions.ts                  |  30 +--
 src/views-components/data-explorer/renderers.tsx   |  22 +-
 .../main-app-bar/anonymous-menu.tsx                |   2 +-
 .../link-account-panel/link-account-panel-root.tsx | 228 +++++++++++----------
 .../link-account-panel/link-account-panel.tsx      |   7 +-
 src/views/login-panel/login-panel.tsx              |  15 +-
 .../search-results-panel-view.tsx                  |  53 +++--
 .../site-manager-panel/site-manager-panel-root.tsx |  31 +--
 .../site-manager-panel/site-manager-panel.tsx      |   3 +-
 src/views/workbench/fed-login.tsx                  |   4 +-
 17 files changed, 275 insertions(+), 184 deletions(-)

       via  80aedc2f5a81de82d946e8fe9622ff194bb63cdb (commit)
       via  ba71587fc2058276b9b70c342b990aa6508690a9 (commit)
       via  e5551bf01ddaff04ca0494013b7bab1a0978f7d1 (commit)
       via  fd4b10d0bd74546ebac751287b256ad32452a7b1 (commit)
       via  b70fb34feb137d347f1e9e9a85163981fe888622 (commit)
       via  5adf51b5e01fdc72fd51c82ad05bf07fd55f519f (commit)
       via  df4133dde10614e53a41b16a5c6062c3d1777059 (commit)
       via  0ac34fb81d10d664c7b7994612504f989d1c3d29 (commit)
       via  589629e80967dc1f318561fbe6a4174e1da231a6 (commit)
       via  a8223b83cc9ae48174718d124a38a504d5312651 (commit)
       via  a34ed98858d0a43904715e62a09d6de118073701 (commit)
       via  cfeff7ff252c475975587a740e25ee419a515d3c (commit)
       via  634d3b05179258468f53427356b5218d97257072 (commit)
       via  bfd0188773272d62ac8b9196c3a445d83a5719aa (commit)
       via  d866a8ad7d9d8f48c761fa7ea8ea96b17cbfdb2f (commit)
       via  640e9ba2d458a1bdaadea09dfe2c92816601709d (commit)
       via  29c0944feb7932889a5b6fcaf208eef9f5864a29 (commit)
       via  04446cedce14583b0ad11f6f0d989bf834a27d04 (commit)
      from  4afb565c2c72fdde73cefba6f6c968d97f0b1aa8 (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 80aedc2f5a81de82d946e8fe9622ff194bb63cdb
Merge: 4afb565c ba71587f
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Mon Oct 28 12:10:09 2019 -0400

    Merge branch 'master' into 13936-inactive-user-text

diff --cc src/common/config.ts
index 40ba8012,758a77ba..e5f7b1c6
--- a/src/common/config.ts
+++ b/src/common/config.ts
@@@ -45,9 -45,10 +45,12 @@@ export interface ClusterConfigJSON 
          VocabularyURL: string;
          FileViewersConfigURL: string;
          WelcomePageHTML: string;
 +        InactivePageHTML: string;
 +        SiteName: string;
      };
+     Login: {
+         LoginCluster: string;
+     };
  }
  
  export class Config {
@@@ -145,9 -148,10 +150,12 @@@ export const mockClusterConfigJSON = (c
          VocabularyURL: "",
          FileViewersConfigURL: "",
          WelcomePageHTML: "",
 +        InactivePageHTML: "",
 +        SiteName: "",
      },
+     Login: {
+         LoginCluster: "",
+     },
      ...config
  });
  

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list