[arvados-workbench2] updated: 2.4.0-196-gee347878

git repository hosting git at public.arvados.org
Tue Aug 30 22:04:34 UTC 2022


Summary of changes:
 cypress/integration/project.spec.js                |  33 +++++
 cypress/integration/search.spec.js                 | 156 ++++++++++++++++++++-
 package.json                                       |   4 +-
 src/common/redirect-to.ts                          |  10 +-
 src/components/code-snippet/code-snippet.tsx       |  61 ++++++--
 .../default-code-snippet/default-code-snippet.tsx  |   9 +-
 src/index.tsx                                      |   2 +
 src/routes/routes.ts                               |   9 +-
 src/services/auth-service/auth-service.ts          |   9 +-
 .../all-processes-panel-middleware-service.ts      |  44 +++++-
 src/store/context-menu/context-menu-actions.ts     |  16 ++-
 src/store/data-explorer/data-explorer-reducer.ts   |   2 +-
 .../open-in-new-tab/open-in-new-tab.actions.ts     |  36 ++---
 src/store/processes/process-command-actions.ts     |  28 ----
 src/store/processes/processes-actions.ts           |  46 +++++-
 .../project-panel-middleware-service.ts            |   3 +-
 src/store/projects/project-update-actions.ts       |   6 +-
 .../subprocess-panel-middleware-service.ts         |   6 +-
 .../action-sets/process-resource-action-set.ts     |  20 +--
 .../action-sets/search-results-action-set.ts       |  42 ++++++
 .../actions/copy-to-clipboard-action.tsx           |   4 +-
 .../context-menu/actions/helpers.test.ts           |   4 +-
 .../context-menu/actions/helpers.ts                |   5 +-
 src/views-components/context-menu/context-menu.tsx |   1 +
 src/views-components/login-form/login-form.tsx     |   6 +-
 .../process-command-dialog.tsx                     |  61 --------
 .../resource-properties-list.tsx                   |   4 +-
 .../token-dialog/token-dialog.test.tsx             |  34 ++++-
 src/views/process-panel/process-cmd-card.tsx       | 133 ++++++++++++++++++
 src/views/process-panel/process-panel-root.tsx     |  11 +-
 src/views/process-panel/process-panel.tsx          |   2 +-
 .../search-results-panel/search-results-panel.tsx  |   7 +-
 src/views/workbench/workbench.tsx                  |   2 -
 tools/run-integration-tests.sh                     |   1 +
 yarn.lock                                          |  46 ++----
 35 files changed, 646 insertions(+), 217 deletions(-)
 delete mode 100644 src/store/processes/process-command-actions.ts
 create mode 100644 src/views-components/context-menu/action-sets/search-results-action-set.ts
 delete mode 100644 src/views-components/process-command-dialog/process-command-dialog.tsx
 create mode 100644 src/views/process-panel/process-cmd-card.tsx

       via  ee347878e1ad3b6f82787ac27b6d3b6510401ecd (commit)
       via  32fbcbb4677d149cd0ef0b5c5eead1c9fa25ef5f (commit)
       via  98d3f7708860701b02055643da4ba9412720bf4b (commit)
       via  119cee6f881abb202b9690217beba2e23d6959db (commit)
       via  0ca47168549500d98d98354abdddb586629aeae5 (commit)
       via  e257a39cf400e4c454f71d7f02a5c483571f2907 (commit)
       via  34d812f41cb270711da12cd02313a88dcb85d3a4 (commit)
       via  eb37d946f9aba8c06ad1b4c4d209943e9ec10ff8 (commit)
       via  8b4f3ecb7f75b676fd027736605de02dc2602045 (commit)
       via  27a44ab748de60349c27ab751a68398099ac3563 (commit)
       via  9afa6683615d76c6783c81ca3ef224cfadb5a11e (commit)
       via  779c11eec0987729b1be87f9f2e9f578c7b6c0a7 (commit)
       via  5d7bd1113f9decfb87d002954f6c11e0bfc53d04 (commit)
       via  2157030354bef3870b2703804ec18aab48cce27d (commit)
       via  d6e180f251c934a6c9b504eae5bbe50215240e19 (commit)
       via  b61a12ca0d14433ddb10a6d6361a18b1f127c98e (commit)
       via  cd015a3c1aa2511da7c0063125a24065d37799bb (commit)
       via  7467e941ed63e8885144e90c9ca11929f738b13a (commit)
       via  6aa9f73fef64bbca1e3b71eb526946d69d014246 (commit)
       via  7eb16e136a720bdfda5a4d4782d9cce1d00f5ded (commit)
       via  00720cddd593eaec785f7e0104068177bcfde67d (commit)
       via  760c35a45846cdcc0e1d796f0741d530e80bcd31 (commit)
       via  e2ac5434eb436b0e8ca8205dfe83d4ef1bcdd4c5 (commit)
       via  761e9780888a343e0655563acea23577eeb5d29a (commit)
       via  829d595bb4b9e7c0a8a1dd38995b4b5e197841f5 (commit)
       via  6ab5c8019be196ba0e7ff401f2734f181f4f7ced (commit)
       via  bbc64c1641d37f8e793a901b93be439e7a8f229e (commit)
       via  620d5745b5fb97e08945c15048ad5439e5bbe80c (commit)
      from  091850c8fcdfd8695b7a4ce9cf82e5c4b843b82e (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 ee347878e1ad3b6f82787ac27b6d3b6510401ecd
Merge: 091850c8 32fbcbb4
Author: Stephen Smith <stephen at curii.com>
Date:   Tue Aug 30 18:04:05 2022 -0400

    Merge branch 'main' of git.arvados.org:arvados-workbench2 into 16073-process-io-panels
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

diff --cc src/views/process-panel/process-panel-root.tsx
index 22643e85,f8ff8430..1cf60300
--- a/src/views/process-panel/process-panel-root.tsx
+++ b/src/views/process-panel/process-panel-root.tsx
@@@ -17,10 -15,7 +17,11 @@@ import { getIOParamDisplayValue, Proces
  import { getProcessPanelLogs, ProcessLogsPanel } from 'store/process-logs-panel/process-logs-panel';
  import { ProcessLogsCard } from './process-log-card';
  import { FilterOption } from 'views/process-panel/process-log-form';
 +import { getInputs, getInputCollectionMounts, getOutputParameters } from 'store/processes/processes-actions';
 +import { CommandInputParameter, getIOParamId } from 'models/workflow';
 +import { CommandOutputParameter } from 'cwlts/mappings/v1.0/CommandOutputParameter';
 +import { AuthState } from 'store/auth/auth-reducer';
+ import { ProcessCmdCard } from './process-cmd-card';
  
  type CssRules = 'root';
  
@@@ -44,22 -38,15 +45,23 @@@ export interface ProcessPanelRootAction
      cancelProcess: (uuid: string) => void;
      onLogFilterChange: (filter: FilterOption) => void;
      navigateToLog: (uuid: string) => void;
-     onLogCopyToClipboard: (uuid: string) => void;
+     onCopyToClipboard: (uuid: string) => void;
 +    fetchOutputs: (uuid: string, fetchOutputs) => void;
  }
  
  export type ProcessPanelRootProps = ProcessPanelRootDataProps & ProcessPanelRootActionProps & WithStyles<CssRules>;
  
 +type OutputDetails = {
 +    rawOutputs?: any;
 +    pdh?: string;
 +}
 +
  const panelsData: MPVPanelState[] = [
      {name: "Details"},
+     {name: "Command"},
      {name: "Logs", visible: true},
 +    {name: "Inputs"},
 +    {name: "Outputs"},
      {name: "Subprocesses"},
  ];
  

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list