[ARVADOS-WORKBENCH2] updated: 1.2.0-944-g496bde6

Git user git at public.curoverse.com
Mon Nov 26 05:41:47 EST 2018


Summary of changes:
 src/models/collection.ts | 1 +
 1 file changed, 1 insertion(+)

       via  496bde686809aa98b6b15e361b0c2a916509345b (commit)
      from  dcbc5a6fce31857b47ef82274d7ca637ece04e78 (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 496bde686809aa98b6b15e361b0c2a916509345b
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Mon Nov 26 11:41:31 2018 +0100

    Revert collection type delete
    
    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 c0dbc1d..2b16ea2 100644
--- a/src/models/collection.ts
+++ b/src/models/collection.ts
@@ -24,6 +24,7 @@ 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