[ARVADOS-WORKBENCH2] updated: 2.1.0-242-ga2eefb68

Git user git at public.arvados.org
Thu Mar 11 17:55:02 UTC 2021


Summary of changes:
 src/components/code-snippet/code-snippet.tsx       |   2 +-
 .../details-attribute/details-attribute.tsx        |   2 +-
 src/index.tsx                                      |   4 +-
 src/models/api-client-authorization.ts             |   5 +-
 src/services/common-service/common-service.ts      |   6 +-
 src/store/auth/auth-action.test.ts                 |  97 +++++++++++-
 src/store/auth/auth-action.ts                      |  78 +++++++---
 src/store/auth/auth-reducer.ts                     | 103 ++++++-------
 src/store/collections/collection-info-actions.ts   |   6 +-
 .../current-token-dialog-actions.tsx               |  26 ----
 src/store/token-dialog/token-dialog-actions.tsx    |  37 +++++
 src/store/users/users-actions.ts                   |   3 +-
 .../auto-logout/auto-logout.test.tsx               |  22 ++-
 src/views-components/auto-logout/auto-logout.tsx   |  55 +++++--
 .../current-token-dialog.test.tsx                  |  51 -------
 .../current-token-dialog/current-token-dialog.tsx  | 108 --------------
 src/views-components/main-app-bar/account-menu.tsx |   9 +-
 .../token-dialog/token-dialog.test.tsx             |  80 ++++++++++
 src/views-components/token-dialog/token-dialog.tsx | 162 +++++++++++++++++++++
 src/views/workbench/workbench.tsx                  |   4 +-
 20 files changed, 577 insertions(+), 283 deletions(-)
 delete mode 100644 src/store/current-token-dialog/current-token-dialog-actions.tsx
 create mode 100644 src/store/token-dialog/token-dialog-actions.tsx
 delete mode 100644 src/views-components/current-token-dialog/current-token-dialog.test.tsx
 delete mode 100644 src/views-components/current-token-dialog/current-token-dialog.tsx
 create mode 100644 src/views-components/token-dialog/token-dialog.test.tsx
 create mode 100644 src/views-components/token-dialog/token-dialog.tsx

       via  a2eefb6888ba68ffdf6efe49f4f05b388443330d (commit)
       via  835fca715fcf8da391049b46ae89f600569896f0 (commit)
       via  e84e9949a55f5e25682bf7c4e4656a123091f3ff (commit)
       via  21cb7a9d671099a17bcdaab1687310d0b9941650 (commit)
       via  afdb6a890b2db8e9ab03a584e714e30a6747fd18 (commit)
       via  c9d21a5a2fc84e47cff7862648ccabe98a331e80 (commit)
       via  eb633efdb3fa8ecb0c2c6a5e35916585282436ea (commit)
       via  ab1faae94143599e5537b40211d6b4370e0ecef6 (commit)
       via  6b5e94cfb15a88d33aba5e7c192cfbe6aec9ac8d (commit)
       via  a51a9c10678118004ca3c4fb0af38c5c85d050eb (commit)
       via  44a5f6968f1c2fb449dfb22e1742d2770662e6a9 (commit)
       via  becf93a5f9d1f7d96a3ce868c9b70c3d0094cf45 (commit)
       via  d70bcf2acdaaae12a403cdcf047e7514b145d6e4 (commit)
       via  7d797c647a094822bc4f79be2715f47020e479d1 (commit)
       via  211054b9494b034611467321203618d8fbdf05e2 (commit)
       via  1d7fbccb64462c349ea223df3ac02817ba60bfe1 (commit)
       via  5620b9c4236bab9e9c98b6a4e955498823de4136 (commit)
       via  f326404ea8ff55f3b177877eeef1136af34d18ba (commit)
       via  b7eb7d60846333d93e91f98ec3e6fcdd94fca570 (commit)
       via  ba4e011fc9132aa17cc6c4e8e74a6310a308291e (commit)
       via  5f272aec410b2b1dce368c36570c6c786aefbd71 (commit)
       via  abe391c9f3a2a7ad954ecf81198268076b233ef8 (commit)
      from  e754a019ded68655ba7fc25bfb2d159cdef45c87 (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 a2eefb6888ba68ffdf6efe49f4f05b388443330d
Merge: e754a019 835fca71
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Thu Mar 11 14:54:37 2021 -0300

    Merge branch '16848-token-handling-improvements'
    Closes #16848
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list