[ARVADOS-WORKBENCH2] updated: 1.2.0-241-gfc3d9ac

Git user git at public.curoverse.com
Mon Sep 3 05:46:07 EDT 2018


Summary of changes:
 src/components/code-snippet/code-snippet.tsx       | 37 ++++++++
 .../default-code-snippet/default-code-snippet.tsx  | 31 +++++++
 src/components/icon/icon.tsx                       |  2 +
 src/index.css                                      |  2 +-
 src/routes/routes.ts                               | 11 ++-
 src/store/context-menu/context-menu-actions.ts     | 10 ++-
 src/store/navigation/navigation-action.ts          |  6 +-
 src/store/workbench/workbench-actions.ts           |  6 ++
 .../context-menu/action-sets/process-action-set.ts |  3 +-
 src/views-components/context-menu/context-menu.tsx |  3 +-
 .../process-log-panel/process-log-code-snippet.tsx | 31 +++++++
 src/views/process-log-panel/process-log-form.tsx   | 49 +++++++++++
 .../process-log-panel/process-log-main-card.tsx    | 98 ++++++++++++++++++++++
 .../process-log-panel/process-log-panel-root.tsx   | 37 ++++++++
 src/views/process-log-panel/process-log-panel.tsx  | 59 +++++++++++++
 .../process-panel/process-information-card.tsx     |  4 +-
 src/views/workbench/workbench.tsx                  |  3 +-
 17 files changed, 382 insertions(+), 10 deletions(-)
 create mode 100644 src/components/code-snippet/code-snippet.tsx
 create mode 100644 src/components/default-code-snippet/default-code-snippet.tsx
 create mode 100644 src/views/process-log-panel/process-log-code-snippet.tsx
 create mode 100644 src/views/process-log-panel/process-log-form.tsx
 create mode 100644 src/views/process-log-panel/process-log-main-card.tsx
 create mode 100644 src/views/process-log-panel/process-log-panel-root.tsx
 create mode 100644 src/views/process-log-panel/process-log-panel.tsx

       via  fc3d9ac09fbb1cdc4fb4b00f2f704795ad365110 (commit)
       via  80c74e54f7f176e9809a049b241a90765699713f (commit)
       via  3397792fd6c0a2aa2000d8aa8e1b33dfe0d93577 (commit)
       via  26359cdd5b7f83bdf78c1cc1cc495c6d5947bcb9 (commit)
       via  e41e6684114a2966e529726174c45c1b2455bedc (commit)
       via  08968efce07d609c16dd8a086bfd0a4d69ad6f3d (commit)
       via  f190422ae9778231d2a96649f0edb2ff4739b86a (commit)
       via  1eb14d76b64f0dda0df6c2d7ca3092b102a5ffc6 (commit)
       via  7ea39b36221b18b0243f10901c43e5fc8d41d88f (commit)
       via  8dc7e5fc6f2d2a7ce853f935a0a84dacb8c0585f (commit)
      from  aca52d4ea87faf5063db188998edfee1dea4e002 (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 fc3d9ac09fbb1cdc4fb4b00f2f704795ad365110
Merge: aca52d4 80c74e5
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Mon Sep 3 11:45:58 2018 +0200

    merge conflict
    
    Feature #13859
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>

diff --cc src/views/process-panel/process-information-card.tsx
index db0ee60,f3a804d..f2379ed
--- a/src/views/process-panel/process-information-card.tsx
+++ b/src/views/process-panel/process-information-card.tsx
@@@ -94,8 -94,8 +94,8 @@@ export const ProcessInformationCard = w
                      </div>
                  }
                  title={
-                     <Tooltip title={process.containerRequest.name}>
-                         <Typography noWrap variant="title" color='inherit'>
 -                    <Tooltip title={process.containerRequest.name} placement="bottom-start">
++                    <Tooltip title={process.containerRequest.name} placement="bottom-start" color='inherit'>
+                         <Typography noWrap variant="title">
                             {process.containerRequest.name}
                          </Typography>
                      </Tooltip>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list