15803: INIT->INIT_USER, CONFIG->SET_CONFIG, remove config reducer 15803-unsetup
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Wed, 27 Nov 2019 19:37:10 +0000 (14:37 -0500)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Wed, 27 Nov 2019 19:37:10 +0000 (14:37 -0500)
commit72ee613468c6dee53b98ed1469ce9781a942dbe9
treeaed52f8c300f5cd23a21787593863bb21f888cab
parente69ce2f8f14e4272acf5efa4c8a252bc101227ca
15803: INIT->INIT_USER, CONFIG->SET_CONFIG, remove config reducer

I realized there was mostly do-nothing "config" reducer, whereas most
all the other cluster configuration was stored on the "auth" reducer,
so I moved config over to auth and got rid of the config reducer.

Added some comments to auth-middleware.ts.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>
17 files changed:
src/store/auth/auth-action.test.ts
src/store/auth/auth-action.ts
src/store/auth/auth-middleware.ts
src/store/auth/auth-reducer.test.ts
src/store/auth/auth-reducer.ts
src/store/config/config-action.ts [deleted file]
src/store/config/config-reducer.ts [deleted file]
src/store/link-account-panel/link-account-panel-actions.ts
src/store/public-favorites-panel/public-favorites-middleware-service.ts
src/store/public-favorites/public-favorites-actions.ts
src/store/store.ts
src/store/tree-picker/tree-picker-actions.ts
src/store/users/users-actions.ts
src/views-components/main-app-bar/account-menu.tsx
src/views/inactive-panel/inactive-panel.tsx
src/views/login-panel/login-panel.tsx
src/views/main-panel/main-panel.tsx