15672: Adds minimal subprocess data explorer (WIP)
authorEric Biagiotti <ebiagiotti@veritasgenetics.com>
Fri, 8 Nov 2019 22:50:53 +0000 (17:50 -0500)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 17 Dec 2019 20:44:01 +0000 (17:44 -0300)
commitd9ee24d0f78a21603e2276d0d3142d4db40a831b
treee679f587eaf97f5a47b0b3327564bae1f2add5a7
parent5941908e7a1d369ca823702f60e8fd048ae08a9a
15672: Adds minimal subprocess data explorer (WIP)

The process panel now stores the parent container_request uuid, which is used by the subprocess panel to populate a dataexplorer. The data explorer has minimal functionality. Actions and search still need to be fixed.

Also fixes link account panel formatting and horizontal scroll

Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti@veritasgenetics.com>
13 files changed:
src/store/process-panel/process-panel-actions.ts
src/store/process-panel/process-panel-reducer.ts
src/store/process-panel/process-panel.ts
src/store/processes/processes-actions.ts
src/store/store.ts
src/store/subprocess-panel/subprocess-panel-actions.ts [new file with mode: 0644]
src/store/subprocess-panel/subprocess-panel-middleware-service.ts [new file with mode: 0644]
src/store/workbench/workbench-actions.ts
src/views-components/data-explorer/renderers.tsx
src/views/link-account-panel/link-account-panel-root.tsx
src/views/process-panel/process-panel-root.tsx
src/views/subprocess-panel/subprocess-panel-root.tsx [new file with mode: 0644]
src/views/subprocess-panel/subprocess-panel.tsx [new file with mode: 0644]