[ARVADOS-WORKBENCH2] updated: 1.1.4-101-g7966796

Git user git at public.curoverse.com
Tue Jun 19 02:55:55 EDT 2018


Summary of changes:
 src/services/services.ts | 2 ++
 1 file changed, 2 insertions(+)

       via  7966796b929e29fd647ed9d7839406d30921c52b (commit)
      from  df778b7e960b73a4f765c13d0e7ccc4525a27b56 (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 7966796b929e29fd647ed9d7839406d30921c52b
Author: Daniel Kos <daniel.kos at contractors.roche.com>
Date:   Tue Jun 19 08:55:52 2018 +0200

    Added collection service instance
    
    Feature #13632
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos at contractors.roche.com>

diff --git a/src/services/services.ts b/src/services/services.ts
index ea72001..47a24b3 100644
--- a/src/services/services.ts
+++ b/src/services/services.ts
@@ -4,6 +4,8 @@
 
 import AuthService from "./auth-service/auth-service";
 import ProjectService from "./project-service/project-service";
+import CollectionService from "./collection-service/collection-service";
 
 export const authService = new AuthService();
 export const projectService = new ProjectService();
+export const collectionService = new CollectionService();

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list