[ARVADOS-WORKBENCH2] updated: 1.2.0-923-gb56fac7

Git user git at public.curoverse.com
Wed Nov 21 06:14:01 EST 2018


Summary of changes:
 src/models/ssh-key.ts                              | 17 ++++++
 src/routes/route-change-handlers.ts                |  7 ++-
 src/routes/routes.ts                               |  6 ++-
 .../authorized-keys-service.ts                     | 34 ++++++++++++
 src/services/services.ts                           |  3 ++
 src/store/auth/auth-action.ts                      | 63 ++++++++++++++++++++--
 src/store/auth/auth-reducer.ts                     | 16 +++++-
 src/store/navigation/navigation-action.ts          |  2 +
 .../run-process-panel/run-process-panel-actions.ts |  2 +-
 src/store/workbench/workbench-actions.ts           |  6 +++
 src/validators/is-rsa-key.tsx                      | 10 ++++
 src/validators/validators.tsx                      |  6 ++-
 .../dialog-create/dialog-ssh-key-create.tsx        | 25 +++++++++
 .../dialog-forms/create-ssh-key-dialog.ts          | 19 +++++++
 .../form-fields/ssh-key-form-fields.tsx            | 25 +++++++++
 src/views-components/main-app-bar/account-menu.tsx |  4 +-
 src/views/ssh-key-panel/ssh-key-panel-root.tsx     | 55 +++++++++++++++++++
 src/views/ssh-key-panel/ssh-key-panel.tsx          | 23 ++++++++
 src/views/workbench/workbench.tsx                  |  4 ++
 19 files changed, 317 insertions(+), 10 deletions(-)
 create mode 100644 src/models/ssh-key.ts
 create mode 100644 src/services/authorized-keys-service/authorized-keys-service.ts
 create mode 100644 src/validators/is-rsa-key.tsx
 create mode 100644 src/views-components/dialog-create/dialog-ssh-key-create.tsx
 create mode 100644 src/views-components/dialog-forms/create-ssh-key-dialog.ts
 create mode 100644 src/views-components/form-fields/ssh-key-form-fields.tsx
 create mode 100644 src/views/ssh-key-panel/ssh-key-panel-root.tsx
 create mode 100644 src/views/ssh-key-panel/ssh-key-panel.tsx

       via  b56fac763b24e34c5c2ba42cf9e183ffcc2014fc (commit)
       via  3bb5a602028d5ace55da8af3637a7f9d4eb48c00 (commit)
       via  9eaee66663fa21962f46e301ba6257ab63a9b10c (commit)
       via  65bdf250e5a09633e482bacd968666861643c150 (commit)
       via  13bf073c77ca9fcf75ebd31098a9bf538e96c9c9 (commit)
       via  42db83a0075f9704dcbfb2cd29821c97ff0fe34b (commit)
       via  62ff5a943865229c1630c66366f824511048ce63 (commit)
      from  856192df2e78cb7182122a77592044f5e51b1888 (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 b56fac763b24e34c5c2ba42cf9e183ffcc2014fc
Merge: f06b0aa 3bb5a60
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Wed Nov 21 12:13:47 2018 +0100

    Merge branch '14479_ssh_keys'
    
    refs #14479
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list