[arvados-workbench2] updated: 2.4.0-247-gb04ed9ad
git repository hosting
git at public.arvados.org
Thu Oct 13 13:30:24 UTC 2022
Summary of changes:
cypress/integration/project.spec.js | 93 ++++++++
cypress/integration/virtual-machine-admin.spec.js | 6 +-
src/common/config.ts | 6 +
src/common/frozen-resources.ts | 19 ++
src/common/service-provider.ts | 15 ++
src/components/breadcrumbs/breadcrumbs.test.tsx | 7 +-
src/components/breadcrumbs/breadcrumbs.tsx | 26 ++-
.../collection-panel-files.tsx | 9 +-
src/components/icon/icon.tsx | 14 ++
src/components/tree/tree.tsx | 15 +-
src/index.tsx | 8 +-
src/models/project.ts | 2 +
src/store/context-menu/context-menu-actions.ts | 16 +-
src/store/projects/project-lock-actions.ts | 34 +++
src/store/snackbar/snackbar-actions.ts | 2 +-
src/store/snackbar/snackbar-reducer.ts | 19 +-
src/store/tree-picker/tree-picker-actions.ts | 26 ++-
src/views-components/breadcrumbs/breadcrumbs.ts | 14 +-
.../context-menu/action-sets/project-action-set.ts | 238 +++++++++++++--------
.../action-sets/project-admin-action-set.ts | 68 ++++--
.../context-menu/actions/lock-action.tsx | 45 ++++
.../context-menu/context-menu-action-set.ts | 3 +-
src/views-components/context-menu/context-menu.tsx | 2 +
src/views-components/data-explorer/renderers.tsx | 25 ++-
.../details-panel/collection-details.tsx | 8 +-
.../details-panel/details-panel.tsx | 9 +
.../details-panel/project-details.tsx | 14 +-
.../generic-projects-tree-picker.tsx | 2 +-
.../projects-tree-picker/home-tree-picker.tsx | 4 +-
.../projects-tree-picker/projects-tree-picker.tsx | 4 +-
.../public-favorites-tree-picker.tsx | 4 +-
.../projects-tree-picker/shared-tree-picker.tsx | 4 +-
.../side-panel-button/side-panel-button.tsx | 6 +-
.../side-panel-tree/side-panel-tree.tsx | 4 +-
src/views-components/snackbar/snackbar.tsx | 70 +++---
src/views-components/tree-picker/tree-picker.ts | 45 ++--
src/views/collection-panel/collection-panel.tsx | 6 +
src/views/project-panel/project-panel.tsx | 5 +-
src/views/run-process-panel/inputs/file-input.tsx | 1 +
.../run-process-panel/inputs/project-input.tsx | 5 +-
40 files changed, 668 insertions(+), 235 deletions(-)
create mode 100644 src/common/frozen-resources.ts
create mode 100644 src/store/projects/project-lock-actions.ts
create mode 100644 src/views-components/context-menu/actions/lock-action.tsx
via b04ed9ad5145bf8335cc5749b3d2f0ac166ef60f (commit)
via 0fe46e98492f3ed893eaca1cea7dcff34d8283e4 (commit)
via 8ca03766022cf2cae04f2f26dfb4d200a8fd0a46 (commit)
via 1c48c437ac3d6f7ac0b7fe8203417de79564acfe (commit)
via 31a15158b7598ecfa0f8311d4d7ddce1c6287fcc (commit)
via 84b0571030831cdd14fbbf36658cafee52face30 (commit)
via f092574812ee18b0454aa18095b04a32a0a222fd (commit)
via a8db97945dc2474759e99e588b63791a7b1ee5a9 (commit)
via 6ec656e63158b084e0c62abf0761b6ee84118fac (commit)
via e64ff06a99c7a22c367602a5311c0636a0cf7dca (commit)
via 388cb2c2dce08514fd872ccfc0c5de88a00725b5 (commit)
via e98ffd612880b646184f1bd045ec890eeab4762d (commit)
via 3be35f3cbf186e445ace06cd261f6d36a6d4d6a3 (commit)
via 524ce540a6aacece98c402591b8907d2d52122e7 (commit)
via 1671375fc47aa0be6f3e8ea41a4756729d0f00b4 (commit)
via c2291072ba2e0aa545b1b3f2075bead431fd65b7 (commit)
via 8773930e64ef81384ec14d2d6f7d1a3489e0efd5 (commit)
via 5e12403f4dcfe39eda79c256a94ceadc90458a99 (commit)
via eab690e6ffa57a59f86dbc4e532de032f93941bd (commit)
via 59171e2cf2ce2740825be7b19d580a2bfa0081f5 (commit)
via 13bd71d79228da81b056690bd4eb815943d3376b (commit)
via ca5121694309867b72039b80ac6cafc009dbcdf5 (commit)
via f9d3148f6ed38873bf4c26a2c79dfb48c9473378 (commit)
via 3108f379099f4e0928680e15aa9116542f43a9c6 (commit)
via 3db967cb60770fc35c958b400268ca4d3b33a3c7 (commit)
via d7c9755621d7d6f6c57810fc9fe04c8dc65b640e (commit)
via a6e83a8e7ba34c1a2b2540d5790d0d273364380e (commit)
via 792a75702b6208c328d67c39b0f107e9dff0417e (commit)
via a23cfd6defb8dab9ac9afe13034f7b667f07acca (commit)
via fe6dbb1425a3283f09b5533554bd27bef452b849 (commit)
via 36c18f380e2a31b532fbdd94208b559bef8d900f (commit)
via 1b7a371a20a0ce0f4811e1b58222f1d837b62337 (commit)
via 5a2f4597393f94b9fa7984f4445d4b599c139f27 (commit)
via a672dd5efb4c8ef394f61a7e7a5e513f80bf1427 (commit)
via 65ad44ac98393e9e7a7f3da8732b536fc051cf51 (commit)
via f1158a80eae96784f909ad496487f5604fe95329 (commit)
from 5823ffd02299b125dfb372cd8a225e62e0ccd4fe (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 b04ed9ad5145bf8335cc5749b3d2f0ac166ef60f
Merge: 5823ffd0 0fe46e98
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Thu Oct 13 15:28:59 2022 +0200
Merge branch '18692-frozen-projects-workbench-support' into main
closes #18692
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