[ARVADOS-WORKBENCH2] updated: 2.3.0-129-gb130d859

Git user git at public.arvados.org
Wed Jan 5 21:49:14 UTC 2022


Summary of changes:
 cypress/integration/collection.spec.js             | 185 +++++++++++----------
 cypress/integration/group-manage.spec.js           |  15 +-
 cypress/integration/project.spec.js                |   7 +-
 .../multi-panel-view/multi-panel-view.test.tsx     |   2 +-
 .../multi-panel-view/multi-panel-view.tsx          |   7 +-
 src/models/collection.ts                           |   9 +-
 src/models/container-request.ts                    |   5 +-
 src/models/group.ts                                |  11 +-
 src/models/link.ts                                 |   5 +-
 src/models/log.ts                                  |   5 +-
 src/models/resource.ts                             |   4 +
 src/models/tag.ts                                  |   1 +
 .../collection-panel/collection-panel-action.ts    |  62 -------
 src/store/collections/collection-create-actions.ts |  16 +-
 src/store/collections/collection-update-actions.ts |  15 +-
 src/store/context-menu/context-menu-actions.ts     |   1 +
 src/store/details-panel/details-panel-action.ts    |  58 +------
 src/store/groups-panel/groups-panel-actions.ts     |  25 ++-
 src/store/projects/project-create-actions.ts       |  39 ++---
 src/store/projects/project-update-actions.ts       |  33 +++-
 src/store/resources/resources-actions.ts           |  84 +++++++++-
 .../create-collection-properties-form.tsx}         |  16 +-
 .../update-collection-properties-form.tsx}         |  16 +-
 .../action-sets/collection-files-action-set.ts     |   6 +-
 .../details-panel/collection-details.tsx           |  62 ++++++-
 .../details-panel/details-panel.tsx                |   1 +
 .../details-panel/project-details.tsx              |  31 ++--
 .../dialog-create/dialog-collection-create.tsx     |  46 +++--
 .../dialog-create/dialog-project-create.tsx        |  83 +++++++--
 .../dialog-forms/create-collection-dialog.ts       |   8 +-
 .../dialog-forms/create-project-dialog.ts          |  15 +-
 .../dialog-forms/update-project-dialog.ts          |   7 +-
 .../dialog-update/dialog-collection-update.tsx     |  36 +++-
 .../dialog-update/dialog-project-update.tsx        |  55 ++++--
 .../project-properties-dialog.tsx                  |  81 ---------
 .../project-properties-form.tsx                    |  19 ---
 .../create-project-properties-form.tsx             |   6 +-
 ...form.tsx => update-project-properties-form.tsx} |  16 +-
 .../resource-properties-form.tsx                   |  12 +-
 .../resource-properties-list.tsx}                  |  34 ++--
 src/views/collection-panel/collection-panel.tsx    |  67 +++-----
 src/views/collection-panel/collection-tag-form.tsx |  19 ---
 src/views/process-panel/process-panel-root.tsx     |   6 +-
 src/views/project-panel/project-panel.tsx          |   1 +
 src/views/workbench/workbench.tsx                  |   2 -
 45 files changed, 661 insertions(+), 573 deletions(-)
 copy src/views-components/{project-properties/create-project-properties-form.tsx => collection-properties/create-collection-properties-form.tsx} (52%)
 copy src/views-components/{project-properties/create-project-properties-form.tsx => collection-properties/update-collection-properties-form.tsx} (52%)
 delete mode 100644 src/views-components/project-properties-dialog/project-properties-dialog.tsx
 delete mode 100644 src/views-components/project-properties-dialog/project-properties-form.tsx
 copy src/views-components/project-properties/{create-project-properties-form.tsx => update-project-properties-form.tsx} (55%)
 rename src/views-components/{project-properties/create-project-properties-list.tsx => resource-properties/resource-properties-list.tsx} (57%)
 delete mode 100644 src/views/collection-panel/collection-tag-form.tsx

       via  b130d8595d05d46f2f29ebe4c1cf3dff392bc26b (commit)
       via  f024fc6c50ad0473674ebb6e30ab227b98c5b661 (commit)
       via  5a5f30dbbfa1df4fd3dfade4cb5deab2a4ded56c (commit)
       via  670d92f78e9af2390b93e5d984f5fabf59a16071 (commit)
       via  f6396d366359d62ec22ca7a0efd4bf22a395f933 (commit)
       via  160074ea7d482f01ac7f7ff31a5a9e076fe5420d (commit)
       via  3836b03c452312671a8799215c79542867e43338 (commit)
       via  06eb8bc68a992559581124342faae0044f1b0406 (commit)
       via  aa0a2249b6bf5b3e5b69034dfa5fab4b809ae6ce (commit)
       via  6521d10377432141aaec5408dbfba2952bf0656e (commit)
       via  40b55e355fe0a206a4cb3eec676e44d935b7d5ec (commit)
       via  8725d0bc4185a0624784d8feac120ec8acff089d (commit)
       via  75db4557b4adabd65c89294f97da0a6aad599e43 (commit)
       via  a6be5a3b336233c9fd28d640402929fe4e309b26 (commit)
       via  be7d8afed27347d0b55818e64fce3e036e5300d8 (commit)
       via  d60348e41975a5e48f09773f4d0accec11e93da4 (commit)
       via  1be05c9f56147aa776819a4f66bf021cb4556874 (commit)
      from  58db72fee358d5987139a1b8526c0ca873e07dbf (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 b130d8595d05d46f2f29ebe4c1cf3dff392bc26b
Merge: 58db72fe f024fc6c
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Wed Jan 5 18:48:34 2022 -0300

    Merge branch '18219-props-in-collection-details-panel'. Closes #18219
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list