[ARVADOS-WORKBENCH2] updated: 1.2.0-756-g92b7585

Git user git at public.curoverse.com
Tue Oct 30 05:40:09 EDT 2018


Summary of changes:
 src/models/collection.ts               | 1 -
 src/store/advanced-tab/advanced-tab.ts | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

       via  92b75858458bfeb573b1e196a44c31aab3869b75 (commit)
      from  ef3b2c15f10a3fea50170bc346105d909145a98f (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 92b75858458bfeb573b1e196a44c31aab3869b75
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date:   Tue Oct 30 10:39:58 2018 +0100

    cr change
    
    Feature #13969
    
    Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>

diff --git a/src/models/collection.ts b/src/models/collection.ts
index a25afeb..53c6230 100644
--- a/src/models/collection.ts
+++ b/src/models/collection.ts
@@ -14,7 +14,6 @@ export interface CollectionResource extends TrashableResource {
     replicationDesired: number;
     replicationConfirmed: number;
     replicationConfirmedAt: string;
-    fileNames: string;
     storageClassesDesired: string[];
     storageClassesConfirmed: string[];
     storageClassesConfirmedAt: string;
diff --git a/src/store/advanced-tab/advanced-tab.ts b/src/store/advanced-tab/advanced-tab.ts
index bcc0b85..1fa86c8 100644
--- a/src/store/advanced-tab/advanced-tab.ts
+++ b/src/store/advanced-tab/advanced-tab.ts
@@ -199,7 +199,7 @@ const containerRequestApiResponse = (apiResponse: ContainerRequestResource) => {
 
 const collectionApiResponse = (apiResponse: CollectionResource) => {
     const { uuid, ownerUuid, createdAt, modifiedAt, modifiedByClientUuid, modifiedByUserUuid, name, description, properties, portableDataHash, replicationDesired,
-        replicationConfirmedAt, replicationConfirmed, manifestText, deleteAt, fileNames, trashAt, isTrashed, storageClassesDesired,
+        replicationConfirmedAt, replicationConfirmed, manifestText, deleteAt, trashAt, isTrashed, storageClassesDesired,
         storageClassesConfirmed, storageClassesConfirmedAt } = apiResponse;
     const response = `"uuid": "${uuid}",
 "owner_uuid": "${ownerUuid}",
@@ -216,7 +216,6 @@ const collectionApiResponse = (apiResponse: CollectionResource) => {
 "description": ${stringify(description)},
 "properties": ${stringifyObject(properties)},
 "delete_at": ${stringify(deleteAt)},
-"file_names": ${stringify(fileNames)},
 "trash_at": ${stringify(trashAt)},
 "is_trashed": ${stringify(isTrashed)},
 "storage_classes_desired": ${JSON.stringify(storageClassesDesired, null, 2)},

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list