[ARVADOS-WORKBENCH2] updated: 2.1.0-152-gab5e9781
Git user
git at public.arvados.org
Mon Jan 11 18:42:06 UTC 2021
Summary of changes:
cypress/integration/collection-panel.spec.js | 131 ++++++++++
cypress/integration/delete-multiple-files.spec.js | 75 ++++++
cypress/integration/search.spec.js | 9 +-
package.json | 2 +
src/common/formatters.ts | 2 +
.../collection-panel-files.tsx | 5 +-
.../confirmation-dialog/confirmation-dialog.tsx | 52 ++--
src/components/data-explorer/data-explorer.tsx | 4 +-
.../details-attribute/details-attribute.tsx | 7 +-
src/components/file-tree/file-thumbnail.test.tsx | 33 +++
src/components/file-tree/file-thumbnail.tsx | 3 +-
src/components/icon/icon.tsx | 8 +-
src/components/search-input/search-input.tsx | 14 +-
src/components/tree/tree.tsx | 167 ++++++++++---
src/index.tsx | 4 +-
.../collection-service/collection-service.test.ts | 69 ++++++
.../collection-service/collection-service.ts | 37 ++-
src/services/common-service/common-service.ts | 3 +-
src/services/groups-service/groups-service.ts | 7 +-
.../collection-panel/collection-panel-action.ts | 72 +++---
.../collection-panel-files-actions.ts | 53 ++--
...llections-content-address-middleware-service.ts | 3 +-
src/store/collections/collection-info-actions.ts | 39 +++
src/store/collections/collection-move-actions.ts | 3 +-
src/store/collections/collection-update-actions.ts | 34 ++-
.../collections/collection-version-actions.ts | 48 ++++
.../context-menu/context-menu-actions.test.ts | 269 +++++++++------------
src/store/context-menu/context-menu-actions.ts | 77 +++---
src/store/details-panel/details-panel-action.ts | 50 +++-
src/store/details-panel/details-panel-reducer.ts | 6 +-
src/store/resources/resources.ts | 2 +
.../run-process-panel-actions.test.ts | 4 +-
.../run-process-panel/run-process-panel-actions.ts | 7 +-
src/store/workbench/workbench-actions.ts | 21 +-
.../collection-panel-files.ts | 2 +-
.../restore-version-dialog.ts} | 8 +-
.../action-sets/collection-action-set.ts | 84 ++++++-
.../action-sets/collection-admin-action-set.ts | 104 --------
.../action-sets/collection-resource-action-set.ts | 91 -------
.../context-menu/action-sets/project-action-set.ts | 10 +-
.../action-sets/project-admin-action-set.ts | 98 +-------
src/views-components/context-menu/context-menu.tsx | 1 +
src/views-components/data-explorer/renderers.tsx | 29 ++-
.../details-panel/collection-details.tsx | 132 +++++++++-
.../details-panel/details-data.tsx | 10 +-
.../details-panel/details-panel.tsx | 52 ++--
.../details-panel/process-details.tsx | 3 -
.../details-panel/project-details.tsx | 4 -
.../dialog-forms/update-collection-dialog.ts | 3 +-
.../side-panel-tree/side-panel-tree.tsx | 1 -
src/views-components/tree-picker/tree-picker.ts | 17 ++
.../webdav-s3-dialog/webdav-s3-dialog.test.tsx | 135 +++++++++++
.../webdav-s3-dialog/webdav-s3-dialog.tsx | 193 +++++++++++++++
.../all-processes-panel/all-processes-panel.tsx | 2 +-
.../collection-content-address-panel.tsx | 33 ++-
src/views/collection-panel/collection-panel.tsx | 56 +++--
src/views/favorite-panel/favorite-panel.tsx | 20 +-
src/views/link-panel/link-panel.tsx | 13 +-
src/views/main-panel/main-panel-root.tsx | 2 +-
src/views/project-panel/project-panel.tsx | 40 ++-
.../public-favorites-panel.tsx | 19 +-
.../run-process-advanced-form.tsx | 2 +-
.../shared-with-me-panel/shared-with-me-panel.tsx | 22 +-
src/views/trash-panel/trash-panel.tsx | 2 +-
.../virtual-machine-user-panel.tsx | 2 +-
src/views/workbench/workbench.tsx | 12 +-
tools/arvados_config.yml | 2 +-
yarn.lock | 27 +++
68 files changed, 1751 insertions(+), 800 deletions(-)
create mode 100644 cypress/integration/delete-multiple-files.spec.js
create mode 100644 src/components/file-tree/file-thumbnail.test.tsx
create mode 100644 src/services/collection-service/collection-service.test.ts
create mode 100644 src/store/collections/collection-info-actions.ts
create mode 100644 src/store/collections/collection-version-actions.ts
copy src/views-components/{groups-dialog/remove-dialog.ts => collections-dialog/restore-version-dialog.ts} (63%)
delete mode 100644 src/views-components/context-menu/action-sets/collection-admin-action-set.ts
delete mode 100644 src/views-components/context-menu/action-sets/collection-resource-action-set.ts
create mode 100644 src/views-components/webdav-s3-dialog/webdav-s3-dialog.test.tsx
create mode 100644 src/views-components/webdav-s3-dialog/webdav-s3-dialog.tsx
discards e29832f3cd252b819a998c5c7c09e7de6735365e (commit)
via ab5e9781bae905045c9bfc00ad51c503bebbad10 (commit)
via 7437e0b4a85480fc6ca977488a5bb501e7fa1e3e (commit)
via 07f6b3436c07bba13c33d66862c9d6d65aef3d24 (commit)
via d50bc0acaab286ec7c639c2bb52280a2e3099a67 (commit)
via c88c5188fa28a72042dc7baf461db4ff6751eaee (commit)
via d5db24f8cfa26d546596b99e644e37c72b6b1fae (commit)
via 8e770bee7ad8ce5af04bdb6103eff530c52dd5c8 (commit)
via a353970c1fcfc61ebac8b3587f4b16b6c25b62e1 (commit)
via cdd03b7bdea11d1a720c6fd84d906293e63c26a5 (commit)
via e2b8fc2b2f4eb4dde99dbbf7d060e5b7a6bb4e92 (commit)
via 701db873d602c7f1ba414ebbbf07551892587055 (commit)
via 515ca43f5ea8c913b4c17224698a15778fea6c95 (commit)
via 67a00c749f694747c9b7941437e032d4269157da (commit)
via 174b16ceaab670db4e903c4e9eb544f374a19dd0 (commit)
via a293a23fa93855c9c6e180bfd77880b794c24673 (commit)
via 27d2ca4c2691cad55993f25a4427d48e86ec6166 (commit)
via fc2f306e8f02ba006505af0e45fce7e3d0c33123 (commit)
via 2a860f5376bc15b7447329c2d1301de2e3222aea (commit)
via 9ea56060efd17410075fc213f347867e51955224 (commit)
via c739849abc9ca651e839adbe0f6f091f7102ad76 (commit)
via 2cabc3d906f0e1b926072187834fff181656d6e5 (commit)
via 0823c236e7a046ea77e60798c622602ac2a77f98 (commit)
via 2d401fdbf50b0e980548ee8098116b595a475bef (commit)
via a1abf5536a6d65f6ede59748cfbb9afceb249a83 (commit)
via 55c77cf6945551bbb2500c213be48db84315b445 (commit)
via 09a02c42b441f2191641649e5193ea0a39a35e58 (commit)
via 57cdabb27166c3921f8775fff8f488c7f299aafc (commit)
via ebaede5aff01400db400a3e69bb3bec2b636db3a (commit)
via 36d0bf2c656c5ff79c94216a8bfbed015bc84f7e (commit)
via 936570facff4156f83d1b0fcbb0bedd1126efc03 (commit)
via 0baba06bd4e871d95e5c8678df01d00f395c8feb (commit)
via b115fc744de44c3b4493de9ca3f80fe7ca326d0d (commit)
via eb7235a7a2cf4c6b6f52b42ac8313de388235aa9 (commit)
via 86d0ec68c0a400ab6d4de1897a68a4593f450b60 (commit)
via adc0008ee9319b6201a6d7bac5bc76757d59c0b8 (commit)
via 00f6263122e23665b758b0182e9d478844713bf9 (commit)
via eda7767bc88b7a2a3dc582af47417937ff4de38a (commit)
via 3c2e32130d4229eada68f21d4000da9a0f844ba4 (commit)
via 673bf2ac4b09da2d868fdb99123d72f23d2f88cf (commit)
via c345c171d74d5855d400a8559620f69a87fdb04c (commit)
via 3b2372cd1ce9528803e32393132b16645aff25f7 (commit)
via d8e95a7342d85e11eaaf3685c6b1e84ece5f1e92 (commit)
via b14c0722a9327a762d9657ee0d5033843f997e49 (commit)
via 306d28fed8af239094ca8eaf956d3410fafc031b (commit)
via 8fd2c927929859ec4905d7c50c83d9dd170cc6d9 (commit)
via 9ee3502881020e41fa6557ec76a260fce3117cbe (commit)
via 4aba4d31b34af60e7cb21b1088723aced0699a69 (commit)
via 2e601562bda766fb2ac58e7dbd6a696e6c2371b1 (commit)
via f40add991a9557c2cb692f59a78ab3f2bd98121f (commit)
via 1d290090166ba02d8e89e2c2476f948b2ca7cf48 (commit)
via 0ac876abda98d11364e59846789e36bb4546765e (commit)
via bf8c821490525bc063ffcc9ceeef06c525696e0c (commit)
via f85043c314604dfd42a38570dff22bd0348240b8 (commit)
via 0ccb88b9580a664bb55f081f92bc090ec6f41d66 (commit)
via 98f76da8dcb959f618f7607ea1c1f5c8a6b09523 (commit)
via 7b8e48c2f9130d799a42c81440bc8b4e04224d4e (commit)
via 83931f3e2ec3652900ed733f8a35f8be018d39d7 (commit)
via 0e3fc3157269a28e533333397cc20ec95ff093df (commit)
via 3426a94b3d8c56ae1d63da004e8c30de75e5881d (commit)
via e83d929135335433aca0e47b5892c7c60ffa394f (commit)
via 4b6b871dfa9aefaf1e9ca31e38d33a71a422064d (commit)
via 0cd27bb15628e8a94741b96396b12048fc3f31b3 (commit)
via d5e2ff533dc37c1d8ee1fc320ef5319c7514427d (commit)
via b7f96fb678f9b48c3762e0c1ab29157b11bda869 (commit)
via 84a270e41c9ce69b5f6e1cb5e05881fadd420d1f (commit)
via 3c4424da163db13b80a2070eef1e73fe744fad9e (commit)
via f62ba0aeff590ef1c57669d4f46e43b5ee169522 (commit)
via e4395f2bfb2a271303e9dc7f91bec6c890e792e3 (commit)
via f9a41a09f7f884aeaf4291d155acf4bab74e71d8 (commit)
via df0520719b15e7e230fb72f3e53ff36a34f4ba87 (commit)
via 419ab5c15711dd84bf69ed2a5a9052a39103fed8 (commit)
via a00f9424fb242f23b73e598715c1b55291c26a04 (commit)
via 0c46ea8a69b345729809290883271706119e7165 (commit)
via a4c6c777aac949f1d989610ac4846b20a76e6568 (commit)
via db1c226e212aaafff8f8d1c6ddfb092e247db5fe (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (e29832f3cd252b819a998c5c7c09e7de6735365e)
\
N -- N -- N (ab5e9781bae905045c9bfc00ad51c503bebbad10)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 ab5e9781bae905045c9bfc00ad51c503bebbad10
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Nov 16 12:21:20 2020 -0500
Revert "Add ubuntu2004 packages, remove debian9 packages."
This reverts commit 53829fa11fd0ce03bd4f45a4dfc4dfdeb00ab8f1.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/Makefile b/Makefile
index 6da3ed10..64fe9e56 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ VERSION?=$(shell ./version-at-commit.sh HEAD)
# changes in the package. (i.e. example config files externally added
ITERATION?=1
-TARGETS?="centos7 debian8 debian10 ubuntu1404 ubuntu1604 ubuntu1804 ubuntu2004"
+TARGETS?="centos7 debian8 debian9 debian10 ubuntu1404 ubuntu1604 ubuntu1804"
DESCRIPTION=Arvados Workbench2 - Arvados is a free and open source platform for big data science.
MAINTAINER=Arvados Package Maintainers <packaging at arvados.org>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list