Commit Graph

96 Commits

Author SHA1 Message Date
Dimitrie Stefanescu 8381c62fd8 feat(setup flow): added registration form 2020-05-25 16:28:03 +01:00
Dimitrie Stefanescu 34d9780b8a feat(setup flow): added token scope, scaffolding setup app 2020-05-25 15:11:47 +01:00
Dimitrie Stefanescu 23b63c749c feat(structure): structured frontend into an MPA and various other fixes 2020-05-24 20:16:51 +01:00
Dimitrie Stefanescu eb1c90e6b9 test(fixes): mirgation didn't happen in the generic suite; now it does 2020-05-23 21:15:23 +01:00
Dimitrie Stefanescu 83f1d2f035 more tryouts 2020-05-23 21:08:38 +01:00
Dimitrie Stefanescu 1b2d9673a5 ... 2020-05-23 21:03:33 +01:00
Dimitrie Stefanescu 109fd6407f test(circle ci): random failures are annyoing 2020-05-23 21:02:07 +01:00
Dimitrie Stefanescu 3c949e00aa test(circle): is throwing weird errors 2020-05-23 20:58:52 +01:00
Dimitrie Stefanescu 6eafa2da71 feat(roles & api): added server-bound user roles, validation, tests, and adde missing api routes 2020-05-23 20:44:39 +01:00
Dimitrie Stefanescu 29d838c45e added test & coverage badges 2020-05-23 16:11:09 +01:00
Dimitrie Stefanescu 907794b3f6 reporters 2020-05-23 16:07:35 +01:00
Dimitrie Stefanescu 0ddb960353 code cov 2020-05-23 16:02:38 +01:00
Dimitrie Stefanescu c4e349cad7 setting pwd in postgres test 2020-05-23 15:46:43 +01:00
Dimitrie Stefanescu a50c3e0245 changed config 2020-05-23 13:50:26 +01:00
Dimitrie Stefanescu e57cabe957 increased mocha timeout; 2020-05-23 13:46:07 +01:00
Dimitrie Stefanescu be1c16e95b test(circleci): conf fiddles 2020-05-23 13:16:12 +01:00
Dimitrie Stefanescu 92f0cb453d test(mocha): removed slow option on test:server command 2020-05-23 13:10:52 +01:00
Dimitrie Stefanescu 6032d5880f circleci conf 2020-05-23 13:06:43 +01:00
Dimitrie Stefanescu fca13931e2 circleci conf 2020-05-23 13:02:43 +01:00
Dimitrie Stefanescu 9a40bda786 circleci conf 2020-05-23 12:54:32 +01:00
Dimitrie Stefanescu 97ec042cb4 fix circleci conf 2020-05-23 12:52:29 +01:00
Dimitrie Stefanescu 5c4543c239 test(circleci): conf 2020-05-23 12:46:24 +01:00
Dimitrie Stefanescu 4977e6c949 test(circleci): fix 2020-05-23 12:33:13 +01:00
Dimitrie Stefanescu 96596d2cef feat(various): tests 2020-05-23 12:31:05 +01:00
Dimitrie Stefanescu c2eb7760f9 feat(frontend): scaffolded frontend apps & flows 2020-05-23 12:29:19 +01:00
Dimitrie Stefanescu 7011dd3759 feat(frontend): added vue app 2020-05-22 18:06:34 +01:00
Dimitrie Stefanescu b88764a58a refactor(general): unified testing command names 2020-05-22 16:25:49 +01:00
Dimitrie Stefanescu 59e03f80ee feat(resolvers): added serverInfo route, bumped test coverage 2020-05-21 10:24:02 +01:00
Dimitrie Stefanescu bd5d7436f6 feat(roles): storing & enforcing roles 2020-05-20 18:30:04 +01:00
Dimitrie Stefanescu eb240fdd43 feat(tokens): added db-bound token scopes 2020-05-20 15:55:54 +01:00
Dimitrie Stefanescu a3557570ef feat(scopes and roles): separated user and token services 2020-05-18 20:36:15 +01:00
Dimitrie Stefanescu ec1467a093 fix(tests): removed console.log statement 2020-05-14 15:11:25 +01:00
Dimitrie Stefanescu a68bd628c6 feat(rest): removed the rest api 2020-05-14 13:36:50 +01:00
Dimitrie Stefanescu 908801d3d8 test(general): updated failing tests 2020-05-13 17:53:12 +01:00
Dimitrie Stefanescu 05afd4f839 fix(tests & queries): added graphql handlers for object children, tests, and refactoring
Graphql:
2020-05-13 14:19:46 +01:00
Dimitrie Stefanescu 6376c79ebd test(queries): added more tests & comments on the heavy weight query 2020-05-11 14:58:56 +01:00
Dimitrie Stefanescu ff8fc25ba1 test(queries): refactored some tests on children queries 2020-05-11 09:25:30 +01:00
Dimitrie Stefanescu 755f9e63db feat(queries): fixed keyset non-sequential scan pagination 2020-05-10 17:35:45 +01:00
Dimitrie Stefanescu 34490a5a1b feat(queries): keyset cursor works on non-unique field values 2020-05-10 17:17:38 +01:00
Dimitrie Stefanescu dfc8920d3a feat(queries): finished implementation of getObjectChildrenQuery
It's as efficient as I could get it to be, while still providing a totalCount of the requested
object subset given the query constraints.
2020-05-08 19:10:32 +01:00
Dimitrie Stefanescu b39d729729 feat(queries): implemented 90% of the getObjectChildrenQuery
bobby drop tables is not welcome
2020-05-08 18:30:38 +01:00
Dimitrie Stefanescu 090370da0d feat(queries): added query filters & verbs to getObjectChildrenQuery 2020-05-07 21:55:20 +01:00
Dimitrie Stefanescu 1a4442b5a7 feat(queries): implemented fast query route for children
and started scaffolding the slower, filter enabled one
2020-05-07 21:10:49 +01:00
Dimitrie Stefanescu 85cc525663 feat(queries): figuring out the perfect querie for getting objects
quite a few things are being considered, perf. wise: pagination, ordering, querying, depth.
2020-05-04 16:25:37 +01:00
Dimitrie Stefanescu 666e69c428 feat(trees): migrated reference tracking to closure table for faster scans on getChildren
change reduces query time from 4s to a predictable 500ms for queries with totalCount; without
totalCount we get a predictable <100ms. Benchmarking done on 300k object "commit"
2020-05-03 17:49:54 +01:00
Dimitrie Stefanescu 9999bd6eae test(objects): added sample data from .net sdk output 2020-05-03 14:40:23 +01:00
Dimitrie Stefanescu 7be78e0535 feat(tree): figuring out the best queries for object children 2020-05-01 12:13:14 +01:00
Dimitrie Stefanescu f0e556042f feat(graphql): get object children query in place 2020-05-01 00:20:45 +01:00
Dimitrie Stefanescu 9c8c7c7f0a test(general): improved coverage, fixed rest api that was out of sync & rest api intergration tests 2020-04-26 22:08:37 +01:00
Dimitrie Stefanescu 6a2adcf7e8 test(graphql): more tests for graphql implementation 2020-04-26 18:23:36 +01:00