Make auth reducer side effects free
authorDaniel Kos <daniel.kos@contractors.roche.com>
Thu, 2 Aug 2018 06:38:24 +0000 (08:38 +0200)
committerDaniel Kos <daniel.kos@contractors.roche.com>
Thu, 2 Aug 2018 06:38:24 +0000 (08:38 +0200)
commit24ddc06cb04b124d337e91c190230bfad83e490b
tree13a83a341b00b1c7f796f1b083031c30dde309f6
parent3ec7057e490b3d19b15663dd312328f637fa1d3b
Make auth reducer side effects free

Feature #13901

Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos@contractors.roche.com>
13 files changed:
src/common/api/server-api.ts
src/index.tsx
src/services/auth-service/auth-service.ts
src/services/services.ts
src/store/auth/auth-action.ts
src/store/auth/auth-actions.test.ts [new file with mode: 0644]
src/store/auth/auth-reducer.test.ts
src/store/auth/auth-reducer.ts
src/store/details-panel/details-panel-action.ts
src/store/store.ts
src/views-components/api-token/api-token.tsx
src/views/workbench/workbench.test.tsx
src/views/workbench/workbench.tsx