[ARVADOS-WORKBENCH2] updated: 1.2.0-509-gd0b5089

Git user git at public.curoverse.com
Tue Oct 2 08:00:34 EDT 2018


Summary of changes:
 src/components/data-explorer/data-explorer.tsx     |  7 +++-
 src/components/search-bar/search-bar.tsx           | 43 ++++++++++++----------
 .../collection-panel/collection-panel-action.ts    |  3 +-
 .../collection-panel/collection-panel-reducer.ts   |  1 +
 src/store/workbench/workbench-actions.ts           |  5 +++
 5 files changed, 36 insertions(+), 23 deletions(-)

       via  d0b5089542fbb8daf95e5bd82da2cd710bd2b57a (commit)
       via  73511c8886bfe48d1084b7bd2a2c5bbee8ff6471 (commit)
       via  68bcb877244747d3895212bd5b6d8fb228519ce9 (commit)
       via  33f356b44d2935a5b3f3d233c3b635e8e7b50085 (commit)
       via  7c6b67e16b7f00561d576aca20e4d428186ac397 (commit)
       via  131e30396e465c422f442becd2aa33cb15512238 (commit)
       via  7299f093d4325802cbabf89c0b4861768b19b472 (commit)
      from  84a608e65b0f130cf57938c7c60a2c354bc14431 (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 d0b5089542fbb8daf95e5bd82da2cd710bd2b57a
Merge: 84a608e 73511c8
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Tue Oct 2 14:00:19 2018 +0200

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

diff --cc src/store/workbench/workbench-actions.ts
index 8d8eb95,56e3401..bc2a9ed
--- a/src/store/workbench/workbench-actions.ts
+++ b/src/store/workbench/workbench-actions.ts
@@@ -48,7 -48,8 +48,9 @@@ import { GroupContentsResource } from '
  import { unionize, ofType, UnionOf, MatchCases } from '~/common/unionize';
  import { loadRunProcessPanel } from '~/store/run-process-panel/run-process-panel-actions';
  import { loadCollectionFiles } from '~/store/collection-panel/collection-panel-files/collection-panel-files-actions';
 +import { SnackbarKind } from '~/store/snackbar/snackbar-actions';
+ import { collectionPanelActions } from "~/store/collection-panel/collection-panel-action";
+ import { CollectionResource } from "~/models/collection";
  
  export const WORKBENCH_LOADING_SCREEN = 'workbenchLoadingScreen';
  

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list