Commit Graph

72 Commits

Author SHA1 Message Date
Vikram Rangnekar 7ec1f59224 Fix bug with cursors and multiple order by 2020-02-23 02:28:37 +05:30
Vikram Rangnekar aed4170e8e Fix bug with cursor filters 2020-02-20 22:53:29 +05:30
Vikram Rangnekar c33e93ab37 Add support for cursors with multiple order by clauses 2020-02-19 10:22:44 +05:30
Vikram Rangnekar 67b4a4d945 Fix issue with cursor as a variable 2020-02-11 11:41:35 +05:30
Vikram Rangnekar 7413813138 Add pagination using opaque cursors 2020-02-10 12:15:37 +05:30
Vikram Rangnekar 1a3d74e1ce Fix issues surfaced by the fuzzer 2020-02-02 01:43:09 -05:00
Vikram Rangnekar 52f3b1c7a2 Add mutation support for connect / disconnect with array relationships 2020-01-26 01:10:54 -05:00
Vikram Rangnekar 2d466bfb12 Add skip query selectors that require auth in anon role 2020-01-20 23:38:17 -05:00
Vikram Rangnekar e3c94d17d1 Add corrupt query validation 2020-01-16 01:44:19 -05:00
Vikram Rangnekar 7c02226016 Fix role filters and nested where bugs 2020-01-13 09:34:15 -05:00
Vikram Rangnekar 0d0d63d8d1 Fix case-sensitivity bug with aliases 2020-01-08 00:48:04 -05:00
Vikram Rangnekar c40ff38b05 Fix case-sensitivity bug in GraphQL parser 2020-01-07 23:44:19 -05:00
Vikram Rangnekar 343589c3bd Fix bug with deep-nested queries 2019-12-30 01:17:37 -05:00
Vikram Rangnekar 6831d3f56f Add nested mutations 2019-12-25 01:24:30 -05:00
Vikram Rangnekar 0e16eee93b Add config driven custom table relationships 2019-12-09 01:48:18 -05:00
Vikram Rangnekar 5da79d91bf Add support for `websearch_to_tsquery` in PG 11 2019-12-02 10:53:18 -05:00
Vikram Rangnekar a96c211fe5 Refactor rename 'Select.Table` to `Select.Name` 2019-11-29 01:38:23 -05:00
Vikram Rangnekar 6d47f0df8e Fix for missing filters on nested selectors 2019-11-29 00:14:05 -05:00
Vikram Rangnekar 9ebd03fa8c Move license from MIT to Apache 2.0. Add Makefile 2019-11-28 01:25:46 -05:00
Vikram Rangnekar f518d5fc69 Fix bug with compiling anon queries 2019-11-25 02:22:33 -05:00
Vikram Rangnekar a4c09dedd5 Optimize db queries limit use of transactions 2019-11-21 02:14:12 -05:00
Vikram Rangnekar 176514b5f1 Added support for multi-root queries 2019-11-19 00:47:55 -05:00
Vikram Rangnekar 3438c3efb9 Fix macro syntax bug in app templates 2019-11-09 21:53:26 -05:00
Vikram Rangnekar 89bc93e159 Add nested where clause to filter based on related tables 2019-11-04 23:44:42 -05:00
Vikram Rangnekar b87ba1fcd0 Add config driven presets for insert, update and upsert 2019-10-30 03:27:11 -04:00
Vikram Rangnekar 34867a2733 Add RBAC option to disable functions eg. count 2019-10-27 01:52:48 -04:00
Vikram Rangnekar 4a8af69dd0 Add fuzz testing to 'serv' for the GQL hash parser 2019-10-26 15:43:40 -04:00
Vikram Rangnekar c74226208d Add fuzz testing to 'jsn' and 'qcode' 2019-10-26 03:02:05 -04:00
Vikram Rangnekar 6d2f334011 Add ability to block queries and mutations by role 2019-10-26 01:34:29 -04:00
Vikram Rangnekar cabd2d81ae Preserve allow.list ordering on save 2019-10-25 01:39:59 -04:00
Vikram Rangnekar 4edc15eb98 Optimize prepared statement flow for RBAC 2019-10-25 00:01:22 -04:00
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 a8ad87115e Fix issues with mutation SQL 2019-10-03 03:08:01 -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 c0a21e448f Add insert mutation with bulk insert 2019-09-05 00:09:56 -04:00
Vikram Rangnekar 716a6ba74b Fix wrong value for false token bug. Reported by @ThisIsMissEm 2019-08-03 23:23:06 -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 45c283f2a7 Fix bug #676 found by fuzzer 2019-06-16 15:41:28 -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 8b06473e58 Make remote joins use parallel http requests 2019-06-02 01:38:51 -04:00