[ARVADOS-WORKBENCH2] updated: 1.2.0-943-gdcbc5a6
Git user
git at public.curoverse.com
Mon Nov 26 05:23:34 EST 2018
Summary of changes:
src/models/collection.ts | 1 -
1 file changed, 1 deletion(-)
via dcbc5a6fce31857b47ef82274d7ca637ece04e78 (commit)
from 6f48379abdd444ed69e030b25e47174b39129a5d (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 dcbc5a6fce31857b47ef82274d7ca637ece04e78
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Mon Nov 26 11:23:17 2018 +0100
Delete unused collection type
Feature #14258
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
diff --git a/src/models/collection.ts b/src/models/collection.ts
index 2b16ea2..c0dbc1d 100644
--- a/src/models/collection.ts
+++ b/src/models/collection.ts
@@ -24,7 +24,6 @@ export const getCollectionUrl = (uuid: string) => {
};
export enum CollectionType {
- GENERAL = 'nil',
OUTPUT = 'output',
LOG = 'log',
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list