Commit Graph

14 Commits

Author SHA1 Message Date
Dimitrie Stefanescu 3673fde9f7 feat(upload): allows for both gzipped multiparts as well as application/text/json
fixes some tests too
2020-10-24 21:01:25 +01:00
Dimitrie Stefanescu d8a632a1c2 fix(uploads): awaits db insertion before returning from upload route 2020-10-21 16:48:31 +01:00
Dimitrie Stefanescu 16f3e1bb03 fix(subs): wrapps onConnection in a try catch and checks for auth headers
some clients send the connection params with lowercase :/
2020-08-31 13:27:55 +01:00
Dimitrie Stefanescu 4d6e899750 feat(api): cleaning up in progress
services for objects, branches, and commits; fixed some tests, scaffolded graphql api & resolvers
2020-07-19 13:39:50 +01:00
Dimitrie Stefanescu 1f83ca0428 test(upload/download): finalised up/down tests & fixed implementation bugs in the process 💀 2020-07-14 23:39:02 +01:00
Dimitrie Stefanescu 187204073d refactor(naming): renamed root to appRoot & updated all usage 2020-07-14 15:13:44 +01:00
Dimitrie Stefanescu e3aacb7d08 fix(objecs): makes createObjectsBatched await its promises (forEach -> for ... of) 2020-07-14 12:51:13 +01:00
Dimitrie Stefanescu 0267a809df test(objects): adds (failing) tests for createObjectsBatched and getObjectChildrenStream services 2020-07-14 00:19:42 +01:00
Dimitrie Stefanescu 7764449025 refactor(compliance): fixes issues stemming from chaning the getObject return signature 2020-07-08 22:45:43 +01:00
Dimitrie Stefanescu a8d096088f feat(streaming&fixes): fixes index on closure table & finalizes streaming response for obj children 2020-06-26 23:45:17 +01:00
Dimitrie Stefanescu 3667e9932c feat(get children): added gzipped streamed response for object children 2020-06-26 13:35:36 +01:00
Dimitrie Stefanescu da16647795 feat(object creation): proper batching in object creation, using transactions 2020-06-20 20:53:47 +01:00
Dimitrie Stefanescu 63e21713ca feat(streaming): refactored streaming endpoint 2020-06-20 00:16:44 +01:00
Dimitrie Stefanescu a68bd628c6 feat(rest): removed the rest api 2020-05-14 13:36:50 +01:00