Commit Graph

48 Commits

Author SHA1 Message Date
Vikram Rangnekar c797deb4d0 Add built in 'anon' and 'user' roles 2019-10-15 02:30:19 -04:00
Vikram Rangnekar deb5b93c81 Add role based access control 2019-10-14 02:51:36 -04:00
Vikram Rangnekar 9299855d8a Add ability to set filters per operation / action 2019-10-06 16:28:10 -04:00
Vikram Rangnekar a1fa1f3e9e Add upsert mutation 2019-10-05 02:17:08 -04:00
Vikram Rangnekar 50ba6732fe Fix return values for bulk mutations and delete 2019-10-03 10:24:11 -04:00
Vikram Rangnekar a8ad87115e Fix issues with mutation SQL 2019-10-03 03:08:01 -04:00
Vikram Rangnekar 6f1a2acf96 Fix demo rails app broken build 2019-10-01 00:00:15 -04:00
Vikram Rangnekar dbcc51c462 Fix invalid import bug 2019-09-30 01:48:29 -04:00
Vikram Rangnekar 20ddfb26f3 Fix duplicte column bug 2019-09-29 15:20:59 -04:00
Vikram Rangnekar ecec2968e9 Add initialization command to setup new apps 2019-09-27 02:19:24 -04:00
Vikram Rangnekar 5e86b445c5 Add migrate command 2019-09-26 00:35:31 -04:00
Vikram Rangnekar 18ce030056 Add database seeding capability 2019-09-20 00:19:11 -04:00
Vikram Rangnekar 65921d4d42 Add session variable for user id 2019-09-08 01:54:38 -04:00
Vikram Rangnekar fe4d1107ac Add delete mutation 2019-09-06 01:17:45 -04:00
Vikram Rangnekar e765176bfa Add update mutation 2019-09-06 00:34:23 -04:00
Vikram Rangnekar 9613a0153b Fix test failures in `psql` and `serv` 2019-09-05 00:40:52 -04:00
Vikram Rangnekar c0a21e448f Add insert mutation with bulk insert 2019-09-05 00:09:56 -04:00
Vikram Rangnekar 2d8fc2b7e2 Add support for prepared statements 2019-07-29 01:13:33 -04:00
Vikram Rangnekar cd6d6f97a8 Reduce alllocations done by the stack 2019-06-16 20:51:36 -04:00
Vikram Rangnekar 17ad74b4fc Futher reduce allocations across hot paths 2019-06-16 15:28:50 -04:00
Vikram Rangnekar 6b90b94e07 Add object pooling for parser expressions 2019-06-15 01:10:53 -04:00
Vikram Rangnekar 340dea242d Optimize lexer and fix bugs 2019-06-14 22:17:21 -04:00
Vikram Rangnekar 9af320f396 Futher reduce allocations on the compiler hot path 2019-06-14 00:32:15 -04:00
Vikram Rangnekar 0b7512cf94 Optimize the sql generator hot path 2019-06-07 20:53:08 -04:00
Vikram Rangnekar 2f55131315 Add validation for remote JSON 2019-06-04 10:54:51 -04:00
Vikram Rangnekar 8b06473e58 Make remote joins use parallel http requests 2019-06-02 01:38:51 -04:00
Vikram Rangnekar f9fc5dd7de Remove other allocations in psql 2019-06-01 19:48:42 -04:00
Vikram Rangnekar 7c704637e8 Reduce allocations and improve perf over 50% 2019-06-01 02:03:09 -04:00
Vikram Rangnekar 58408eadc1 Use hash's as ids for table relationships 2019-05-14 22:32:12 -04:00
Vikram Rangnekar e1d3bb9055 Add tracing for API stitching 2019-05-13 00:05:08 -04:00
Vikram Rangnekar f16e95ef22 Add REST API stitching 2019-05-12 19:27:26 -04:00
Vikram Rangnekar b666876064 Add SQL query cacheing 2019-04-20 00:35:57 -04:00
Vikram Rangnekar 652b31ce38 Add support for GraphQL variables 2019-04-19 01:55:03 -04:00
Vikram Rangnekar 96adec81bd Fix bug with auth config parsing 2019-04-09 08:43:42 -04:00
Vikram Rangnekar 2d02f2afda Redesign config file architecture 2019-04-08 21:24:29 -04:00
Vikram Rangnekar e3660473cc Cleanup and redesign config files 2019-04-08 02:47:59 -04:00
Vikram Rangnekar 8acc3ed08d Reduce realloc of maps and slices 2019-04-07 01:12:11 -04:00
Vikram Rangnekar 6536b12858 Add query support for ts_rank and ts_headline 2019-04-06 02:35:08 -04:00
Vikram Rangnekar d1bf87e19c Add full text search support using TSV indexes 2019-04-05 01:44:30 -04:00
Vikram Rangnekar 33c5ef0bf1 Add fetch by ID feature 2019-04-04 00:53:24 -04:00
Vikram Rangnekar 8ac8088b86 Add support for HAVING with aggregate queries 2019-04-01 01:18:14 -04:00
Vikram Rangnekar 89d435640b Add aggregrate functions to GQL queries 2019-03-31 11:18:33 -04:00
Vikram Rangnekar 59b6a4a368 Fix bugs and document the 'where' clause 2019-03-27 02:58:19 -04:00
Vikram Rangnekar b0083d99ef Add compiler profiling 2019-03-27 00:15:14 -04:00
Vikram Rangnekar 775d5496cd Fix perf issue with inflections 2019-03-25 00:43:14 -04:00
Vikram Rangnekar 04f4eb0f02 Add bechmarks for GQL to SQL compile 2019-03-24 23:42:54 -04:00
Vikram Rangnekar b48a929538 Add tests for gql to sql compile 2019-03-24 18:16:03 -04:00
Vikram Rangnekar b9d38a5e9d First commit 2019-03-24 09:57:29 -04:00