[ARVADOS-WORKBENCH2] updated: 1.2.0-144-g49e31d4

Git user git at public.curoverse.com
Fri Aug 24 06:26:15 EDT 2018


Summary of changes:
 .../data-explorer/data-explorer.test.tsx           | 23 +++++++---
 src/store/collections/collection-copy-actions.ts   | 51 ++++++++++++++++++++++
 .../project-copy-dialog/project-copy-dialog.ts     |  9 ----
 .../project-copy-project-dialog.ts                 | 25 -----------
 src/validators/validators.tsx                      |  2 +-
 .../action-sets/collection-action-set.ts           |  4 +-
 .../action-sets/collection-resource-action-set.ts  |  4 +-
 .../context-menu/action-sets/project-action-set.ts |  5 +--
 .../dialog-collection-copy.tsx}                    | 16 +++----
 .../dialog-forms/copy-collection-dialog.ts         | 19 ++++++++
 .../project-copy-project-dialog.tsx                | 18 --------
 src/views/workbench/workbench.tsx                  |  4 +-
 12 files changed, 103 insertions(+), 77 deletions(-)
 create mode 100644 src/store/collections/collection-copy-actions.ts
 delete mode 100644 src/store/project-copy-dialog/project-copy-dialog.ts
 delete mode 100644 src/store/project-copy-project-dialog/project-copy-project-dialog.ts
 rename src/views-components/{project-copy-dialog/project-copy-dialog.tsx => dialog-collection-copy/dialog-collection-copy.tsx} (60%)
 create mode 100644 src/views-components/dialog-forms/copy-collection-dialog.ts
 delete mode 100644 src/views-components/project-copy-project-dialog/project-copy-project-dialog.tsx

       via  49e31d482873af1328b934bf8f07d8e1d00ce5b6 (commit)
       via  f0bdbd499c57a4a8f5db6a68411bfa8deb7ee291 (commit)
       via  a31e7b9a5c86f10239d93e327b792e0b1f8646b3 (commit)
       via  4beec12398b40d518e0e7c2671cea99c580433f7 (commit)
       via  71794c06557ccae7e54644ad23296aafde748d51 (commit)
       via  47eb02af0c2c7bc4f0f852400308033c72322af8 (commit)
       via  0cdeff59eefbd738d3bd87e2e666915b1e715715 (commit)
       via  2e9f1d88035d8ce2bf88b2881e8a3736fae7139b (commit)
       via  cad9f25fc5e75f6e4f09fe90abd42d0cd10eb492 (commit)
       via  f8a43920a3a9808e4aad77a73c5966b800e34882 (commit)
      from  d842372e4f45ee06315e511529e65ae1d3f319a0 (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 49e31d482873af1328b934bf8f07d8e1d00ce5b6
Merge: d842372 f0bdbd4
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Fri Aug 24 11:56:20 2018 +0200

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

diff --cc src/views-components/context-menu/action-sets/collection-action-set.ts
index fab4a80,2d3cd55..e3c39f2
--- a/src/views-components/context-menu/action-sets/collection-action-set.ts
+++ b/src/views-components/context-menu/action-sets/collection-action-set.ts
@@@ -6,10 -6,10 +6,10 @@@ import { ContextMenuActionSet } from ".
  import { ToggleFavoriteAction } from "../actions/favorite-action";
  import { toggleFavorite } from "~/store/favorites/favorites-actions";
  import { RenameIcon, ShareIcon, MoveToIcon, CopyIcon, DetailsIcon, ProvenanceGraphIcon, AdvancedIcon, RemoveIcon } from "~/components/icon/icon";
 -import { openUpdater } from "~/store/collections/updater/collection-updater-action";
 +import { openCollectionUpdateDialog } from "~/store/collections/collection-update-actions";
  import { favoritePanelActions } from "~/store/favorite-panel/favorite-panel-action";
  import { openMoveCollectionDialog } from '~/store/move-collection-dialog/move-collection-dialog';
- import { openProjectCopyDialog } from "~/store/project-copy-project-dialog/project-copy-project-dialog";
+ import { openCollectionCopyDialog } from "~/store/collections/collection-copy-actions";
  
  export const collectionActionSet: ContextMenuActionSet = [[
      {
diff --cc src/views-components/context-menu/action-sets/collection-resource-action-set.ts
index 66838a9,fbabeee..de39521
--- a/src/views-components/context-menu/action-sets/collection-resource-action-set.ts
+++ b/src/views-components/context-menu/action-sets/collection-resource-action-set.ts
@@@ -6,10 -6,10 +6,10 @@@ import { ContextMenuActionSet } from ".
  import { ToggleFavoriteAction } from "../actions/favorite-action";
  import { toggleFavorite } from "~/store/favorites/favorites-actions";
  import { RenameIcon, ShareIcon, MoveToIcon, CopyIcon, DetailsIcon, RemoveIcon } from "~/components/icon/icon";
 -import { openUpdater } from "~/store/collections/updater/collection-updater-action";
 +import { openCollectionUpdateDialog } from "~/store/collections/collection-update-actions";
  import { favoritePanelActions } from "~/store/favorite-panel/favorite-panel-action";
  import { openMoveCollectionDialog } from '~/store/move-collection-dialog/move-collection-dialog';
- import { openProjectCopyDialog } from '~/store/project-copy-project-dialog/project-copy-project-dialog';
+ import { openCollectionCopyDialog } from '~/store/collections/collection-copy-actions';
  
  export const collectionResourceActionSet: ContextMenuActionSet = [[
      {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list