[ARVADOS-WORKBENCH2] updated: 2.1.0-169-gfc9b3665
Git user
git at public.arvados.org
Mon Jan 18 16:04:56 UTC 2021
Summary of changes:
cypress/integration/collection-panel.spec.js | 30 ++++++++++++++---
cypress/integration/delete-multiple-files.spec.js | 9 ++++-
cypress/support/commands.js | 2 ++
src/components/file-tree/file-thumbnail.test.tsx | 20 +++++++++--
src/components/file-tree/file-thumbnail.tsx | 22 +++++++++---
src/components/tree/tree.tsx | 12 ++++---
.../collection-service/collection-service.test.ts | 1 +
.../run-process-panel/run-process-panel-actions.ts | 2 +-
src/store/workflow-panel/workflow-panel-actions.ts | 4 +--
src/views-components/api-token/api-token.tsx | 39 +++++++++++++---------
.../actions/collection-file-viewer-action.tsx | 7 +++-
.../context-menu/actions/file-viewer-action.tsx | 18 +---------
.../context-menu/actions/helpers.test.ts | 37 +++++++++++++++++++-
.../context-menu/actions/helpers.ts | 24 +++++++++++++
src/views-components/tree-picker/tree-picker.ts | 33 ++++++++++--------
src/views/workbench/workbench-loading-screen.tsx | 2 +-
16 files changed, 192 insertions(+), 70 deletions(-)
discards ab5e9781bae905045c9bfc00ad51c503bebbad10 (commit)
via fc9b366572e0dc734e554f38f83f382cd794740f (commit)
via 353db93c2540a989d3bdd3f695ee07e707bdaf7a (commit)
via d9438b97a2ca16ee35a93e54a5bdd1312ea65fbe (commit)
via c859c9d9325e2ed86d5d7b067e1209e73ee81251 (commit)
via 4d5c42e7f338b9800b6f551f9fdae87a1ddbecbb (commit)
via 3308f3a20e14d9557a3c12ac809c0b79ab2eafdc (commit)
via eb618fd2317411f11d40230e140e60917342a0a9 (commit)
via 00f3ff118197f498d1e8bb0f562058a8a59b7e04 (commit)
via df6ddb0c91aaed31cd242b5250835fce4308ef9f (commit)
via f657dca6334ce910559100ba99666a95cfbc7236 (commit)
via 10dcb97234c4dc088ac12e7e4373521a018596f6 (commit)
via 57fed3027c22764b74b144b5755c2ba1aca4f3cb (commit)
via 0afc40ccf18f9909ef1bab6cd8a41350a9789610 (commit)
via f470b41502497ccc4b37872cc921d71e57a37986 (commit)
via 2885e25de7e073000000a787c0af455b4e40bc17 (commit)
via ff77eaaad01420e2087a31f7af16735fe6f9587c (commit)
via f3834ab9fef93773ad3f2063b38468b2fed51325 (commit)
via 685165ce25015be034d92456513785abe03e9ba0 (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 (ab5e9781bae905045c9bfc00ad51c503bebbad10)
\
N -- N -- N (fc9b366572e0dc734e554f38f83f382cd794740f)
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 fc9b366572e0dc734e554f38f83f382cd794740f
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