[ARVADOS-WORKBENCH2] updated: 1.2.0-370-g78fd093

Git user git at public.curoverse.com
Thu Sep 13 04:39:44 EDT 2018


Summary of changes:
 src/components/code-snippet/code-snippet.tsx       | 11 ++---
 .../default-code-snippet/default-code-snippet.tsx  |  6 +--
 src/services/api/filter-builder.test.ts            |  8 +++-
 src/services/api/filter-builder.ts                 | 14 ++++---
 src/store/context-menu/context-menu-actions.ts     |  9 ++--
 src/store/processes/process-command-actions.ts     | 27 ++++++++++++
 .../trash-panel/trash-panel-middleware-service.ts  |  6 +--
 .../context-menu/action-sets/process-action-set.ts |  3 +-
 .../process-command-dialog.tsx                     | 46 ++++++++++++++++++++
 .../process-log-panel/process-log-code-snippet.tsx | 25 +++++++----
 .../process-log-panel/process-log-main-card.tsx    | 49 +++++++++++++---------
 .../process-log-panel/process-log-panel-root.tsx   |  5 +--
 src/views/process-log-panel/process-log-panel.tsx  |  7 ++--
 src/views/process-panel/process-panel-root.tsx     | 10 ++---
 src/views/process-panel/process-panel.tsx          |  4 +-
 src/views/process-panel/process-subprocesses.tsx   |  6 ++-
 src/views/trash-panel/trash-panel.tsx              |  5 ---
 src/views/workbench/workbench.tsx                  | 26 ++++++------
 18 files changed, 181 insertions(+), 86 deletions(-)
 create mode 100644 src/store/processes/process-command-actions.ts
 create mode 100644 src/views-components/process-command-dialog/process-command-dialog.tsx

       via  78fd0936352c6f50f06bd0c6f9973bccc1ac0d51 (commit)
       via  a899e5b123e98cf4e7c211ef2137dceb2510946f (commit)
       via  1102aee7bf5d72c344f065e68ad3dc3038e9ca4a (commit)
       via  ecfa844eeff535078ca59f8baa0915052932338c (commit)
       via  151c8c646b7fd78fc9ca2b8174eae11bce67873f (commit)
       via  4f1696f1ad1544981a6492071bd168c7dd34f839 (commit)
       via  1534032e710b57106297576edb28e84b652a76f0 (commit)
      from  8fb1b7d964d128c28ddf0208e1a488f46136d501 (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 78fd0936352c6f50f06bd0c6f9973bccc1ac0d51
Merge: 8fb1b7d a899e5b
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Thu Sep 13 10:39:21 2018 +0200

    Merge branch 'master' into 14137-new-button
    
    refs #14137
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>

diff --cc src/views/workbench/workbench.tsx
index 3f61c52,5c4648b..db38957
--- a/src/views/workbench/workbench.tsx
+++ b/src/views/workbench/workbench.tsx
@@@ -40,10 -40,11 +40,11 @@@ import { MoveCollectionDialog } from '~
  import { FilesUploadCollectionDialog } from '~/views-components/dialog-forms/files-upload-collection-dialog';
  import { PartialCopyCollectionDialog } from '~/views-components/dialog-forms/partial-copy-collection-dialog';
  import { TrashPanel } from "~/views/trash-panel/trash-panel";
- import { MainContentBar } from '../../views-components/main-content-bar/main-content-bar';
+ import { MainContentBar } from '~/views-components/main-content-bar/main-content-bar';
  import { Grid } from '@material-ui/core';
+ import { ProcessCommandDialog } from '~/views-components/process-command-dialog/process-command-dialog';
  
 -type CssRules = 'root' | 'contentWrapper' | 'content' | 'appBar';
 +type CssRules = 'root' | 'asidePanel' | 'contentWrapper' | 'content' | 'appBar';
  
  const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
      root: {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list