[ARVADOS-WORKBENCH2] updated: 1.4.1-266-g7791be98
Git user
git at public.arvados.org
Wed Feb 5 22:02:37 UTC 2020
Summary of changes:
src/services/collection-service/collection-service.ts | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
via 7791be98d3982a01c56c336b6f67db5c4af59ea1 (commit)
from 6d1f423a0c753f84562aa3efafaaa110062cfdad (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 7791be98d3982a01c56c336b6f67db5c4af59ea1
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Wed Feb 5 19:01:16 2020 -0300
16067: Adds remaining collection resource read-only fields.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/src/services/collection-service/collection-service.ts b/src/services/collection-service/collection-service.ts
index f7955fba..77f5bf3b 100644
--- a/src/services/collection-service/collection-service.ts
+++ b/src/services/collection-service/collection-service.ts
@@ -16,9 +16,14 @@ export type UploadProgress = (fileId: number, loaded: number, total: number, cur
export class CollectionService extends TrashableResourceService<CollectionResource> {
constructor(serverApi: AxiosInstance, private webdavClient: WebDAV, private authService: AuthService, actions: ApiActions) {
super(serverApi, "collections", actions, [
- 'unsignedManifestText',
+ 'fileCount',
+ 'fileSizeTotal',
+ 'replicationConfirmed',
+ 'replicationConfirmedAt',
'storageClassesConfirmed',
- 'storageClassesConfirmedAt'
+ 'storageClassesConfirmedAt',
+ 'unsignedManifestText',
+ 'version',
]);
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list