[ARVADOS-WORKBENCH2] updated: 1.3.0-216-g77f28519

Git user git at public.curoverse.com
Tue Dec 18 07:34:06 EST 2018


Summary of changes:
 package.json                                       |   2 +
 src/common/config.ts                               |   9 +-
 src/components/text-field/text-field.tsx           |  17 +-
 src/index.tsx                                      |   4 +-
 ...nt-authorization.ts => client-authorization.ts} |  11 +-
 src/models/session.ts                              |  21 ++
 src/routes/route-change-handlers.ts                |   3 +
 src/routes/routes.ts                               |   4 +
 src/services/auth-service/auth-service.ts          |  54 +++++-
 src/store/auth/auth-action-session.ts              | 215 +++++++++++++++++++++
 .../auth/{auth-action.ts => auth-action-ssh.ts}    |  97 ++--------
 .../{auth-actions.test.ts => auth-action.test.ts}  |   8 +-
 src/store/auth/auth-action.ts                      | 106 ++--------
 src/store/auth/auth-reducer.ts                     |  25 ++-
 src/store/navigation/navigation-action.ts          |   2 +
 src/store/workbench/workbench-actions.ts           |   8 +-
 src/validators/is-remote-host.tsx                  |  10 +
 src/validators/validators.tsx                      |   3 +
 src/views-components/api-token/api-token.tsx       |  10 +-
 .../context-menu/action-sets/ssh-key-action-set.ts |   2 +-
 .../dialog-create/dialog-ssh-key-create.tsx        |   2 +-
 .../dialog-forms/create-ssh-key-dialog.ts          |   8 +-
 src/views-components/main-app-bar/account-menu.tsx |   9 +-
 .../main-content-bar/main-content-bar.tsx          |   1 +
 .../rename-file-dialog/rename-file-dialog.tsx      |   2 +-
 .../ssh-keys-dialog/attributes-dialog.tsx          |   6 +-
 .../ssh-keys-dialog/public-key-dialog.tsx          |   4 +-
 .../ssh-keys-dialog/remove-dialog.tsx              |   4 +-
 .../site-manager-panel/site-manager-panel-root.tsx | 183 ++++++++++++++++++
 .../site-manager-panel/site-manager-panel.tsx      |  27 +++
 src/views/ssh-key-panel/ssh-key-panel.tsx          |   4 +-
 src/views/workbench/workbench.tsx                  |   4 +-
 yarn.lock                                          |  10 +
 33 files changed, 656 insertions(+), 219 deletions(-)
 copy src/models/{api-client-authorization.ts => client-authorization.ts} (52%)
 create mode 100644 src/models/session.ts
 create mode 100644 src/store/auth/auth-action-session.ts
 copy src/store/auth/{auth-action.ts => auth-action-ssh.ts} (51%)
 rename src/store/auth/{auth-actions.test.ts => auth-action.test.ts} (93%)
 create mode 100644 src/validators/is-remote-host.tsx
 create mode 100644 src/views/site-manager-panel/site-manager-panel-root.tsx
 create mode 100644 src/views/site-manager-panel/site-manager-panel.tsx

       via  77f285190a3ae77a1075b249ca964b1afeed7ca2 (commit)
       via  de6a469e1385883e1597a684811c4e02cefb7d9c (commit)
       via  a1be48a39f8904c2fed157a676ccfec3f43f4b8b (commit)
       via  df3c8dde9f8ec2189fd927ff3f225c167a595002 (commit)
       via  f9dde5c781766b8be71d43d0f031c201a0edcfbb (commit)
       via  95716b93cba4651180021c9a5b752fa10cf5a301 (commit)
       via  2a4f0a7d69cb0cb94b43a05ddff91e4cd06c6c39 (commit)
       via  f4012790be2404ce2f5b2594338fac43b1b9c59b (commit)
      from  b6f9b49e6fed67626ae969a6864f45f002fcfd47 (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 77f285190a3ae77a1075b249ca964b1afeed7ca2
Merge: b6f9b49e de6a469e
Author: Daniel Kos <daniel.kos at contractors.roche.com>
Date:   Tue Dec 18 13:33:39 2018 +0100

    refs #14478 Merge branch 'origin/14478-log-in-into-clusters'
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos at contractors.roche.com>


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list