Commit Graph

14 Commits

Author SHA1 Message Date
Matteo Cominetti 80b293c592 feat(gql): adds tests for stream search and user search 2020-07-29 18:56:58 +01:00
Dimitrie Stefanescu 89e8f671c8 test(pass): all tests now pass 🧙‍♂️
increase coverage to >90% (and keep it there). currently at 89.6% - so close
2020-07-22 22:03:51 +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 187204073d refactor(naming): renamed root to appRoot & updated all usage 2020-07-14 15:13:44 +01:00
Dimitrie Stefanescu 165f1cdf64 feat(auth): scaffolding app authz & authn flows 2020-06-05 23:41:03 +01:00
Dimitrie Stefanescu bd5d7436f6 feat(roles): storing & enforcing roles 2020-05-20 18:30:04 +01:00
Dimitrie Stefanescu a68bd628c6 feat(rest): removed the rest api 2020-05-14 13:36:50 +01:00
Dimitrie Stefanescu d35af3bb94 feat(graphql): added first working test 2020-04-23 18:25:49 +01:00
Dimitrie Stefanescu e3dd8b1d81 feat(app init): async'ed app init & awaiting knex.migrate.latest() on first run
fixes the bug where the server would start w/o actually waiting for migrations to happen
2020-04-22 17:32:01 +01:00
Dimitrie Stefanescu 02d3286d8f feat(references): added services, tests, etc 2020-04-04 18:49:08 +01:00
Dimitrie Stefanescu 5947385682 refactor(naming): renamed queries to services 2020-03-31 12:15:00 +01:00
Dimitrie Stefanescu 4f8a27434a feat(streams): added service logic for stream creation and sharing 2020-03-29 23:21:42 +01:00
Dimitrie Stefanescu 89932ab651 feat(users): users & api tokens logic + tests for services 2020-03-28 20:08:40 +00:00
Dimitrie Stefanescu 75f0472b03 first commit 2020-03-26 21:45:24 +00:00