Commit Graph

22 Commits

Author SHA1 Message Date
Vikram Rangnekar a0b8907c3c Fix various json parsing and sql generation bugs 2020-01-19 03:12:51 -05:00
Vikram Rangnekar 0e498b0e94 Fix order by with aliases bug 2020-01-17 09:35:14 -05:00
Vikram Rangnekar f37d867e32 Fix remnant debug messages 2020-01-14 23:28:48 -05:00
Vikram Rangnekar 7c02226016 Fix role filters and nested where bugs 2020-01-13 09:34:15 -05:00
Vikram Rangnekar c40ff38b05 Fix case-sensitivity bug in GraphQL parser 2020-01-07 23:44:19 -05:00
Vikram Rangnekar 5803395bd5 Fix duplicate columns in sql bug 2020-01-01 01:54:38 -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 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 605ec63466 Fix bugs and add new production mode 2019-11-07 02:37:24 -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 34867a2733 Add RBAC option to disable functions eg. count 2019-10-27 01:52:48 -04:00
Vikram Rangnekar 6d2f334011 Add ability to block queries and mutations by role 2019-10-26 01:34:29 -04:00
Vikram Rangnekar 6bc66d28bc Get RBAC working for queries and mutations 2019-10-24 02:07:42 -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