[ARVADOS-WORKBENCH2] updated: 2.3.0-137-gf528cc85

Git user git at public.arvados.org
Fri Jan 14 14:29:01 UTC 2022


Summary of changes:
 cypress/integration/collection.spec.js             | 185 +++++++++++----------
 cypress/integration/group-manage.spec.js           |  15 +-
 cypress/integration/project.spec.js                |   7 +-
 package.json                                       |   1 +
 src/components/data-table/data-table.tsx           |   6 +-
 .../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           |  74 ++++++++-
 .../details-panel/details-panel.tsx                |   1 +
 .../details-panel/project-details.tsx              |  42 +++--
 .../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 -
 yarn.lock                                          |  11 +-
 48 files changed, 693 insertions(+), 582 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  f528cc85e7687e1d899860c4226984bd067c5bd3 (commit)
       via  c952afae1af2fb31b68be04f70bd7ae6f9d52aba (commit)
       via  2d83472fca1859de9eae82abdf4af4b5d86a62cc (commit)
       via  aa0d2c85179c0122749808d5326ca07e946beaa5 (commit)
       via  866f9d08743b0fbc2617bc60f23c273237edb0c7 (commit)
       via  15b6918d498bec312bea23e5277db2997b040279 (commit)
       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  394ebdfd13fe40a7096f484c46a353d2537f4c9a (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 f528cc85e7687e1d899860c4226984bd067c5bd3
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Fri Jan 14 15:28:01 2022 +0100

    18207: Replaced loader with null to be consistent with the existing ui
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>

diff --git a/src/components/data-table/data-table.tsx b/src/components/data-table/data-table.tsx
index 9a31cbfd..de694e08 100644
--- a/src/components/data-table/data-table.tsx
+++ b/src/components/data-table/data-table.tsx
@@ -3,7 +3,7 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import React from 'react';
-import { Table, TableBody, TableRow, TableCell, TableHead, TableSortLabel, StyleRulesCallback, Theme, WithStyles, withStyles, IconButton, CircularProgress } from '@material-ui/core';
+import { Table, TableBody, TableRow, TableCell, TableHead, TableSortLabel, StyleRulesCallback, Theme, WithStyles, withStyles, IconButton } from '@material-ui/core';
 import classnames from 'classnames';
 import { DataColumn, SortDirection } from './data-column';
 import { DataTableDefaultView } from '../data-table-default-view/data-table-default-view';
@@ -99,9 +99,7 @@ export const DataTable = withStyles(styles)(
                         <TableBody className={classes.tableBody}>
                             {
                                 this.props.working ? 
-                                    <div>
-                                        <CircularProgress className={classes.loader} size={30} />
-                                    </div> :
+                                    null :
                                     items.map(this.renderBodyRow)
                             }
                         </TableBody>

commit c952afae1af2fb31b68be04f70bd7ae6f9d52aba
Merge: 394ebdfd 2d83472f
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Wed Jan 12 21:52:19 2022 +0100

    Merge remote-tracking branch 'origin/main' into 18207-Workbench2-is-not-clearing-the-project-content-when-switching
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list