Commit Graph

112 Commits

Author SHA1 Message Date
Vikram Rangnekar 51e105699e Fix corrupt json bug in jsn package 2020-02-24 02:00:11 +05:30
Vikram Rangnekar 7ec1f59224 Fix bug with cursors and multiple order by 2020-02-23 02:28:37 +05:30
Vikram Rangnekar c33e93ab37 Add support for cursors with multiple order by clauses 2020-02-19 10:22:44 +05:30
Vikram Rangnekar 7413813138 Add pagination using opaque cursors 2020-02-10 12:15:37 +05:30
Vikram Rangnekar 12007db76e Add support for Yugabyte DB 2020-02-07 11:42:14 +05:30
Vikram Rangnekar c85d379fe2 Add ability to add comments to the allow list 2020-02-04 00:20:25 -05:00
Vikram Rangnekar 62fd1eac55 Add named auth and the all new action endpoints 2020-02-03 01:21:07 -05:00
Vikram Rangnekar 3a4d885987 Fix to ensure only named queries are saved to the allow list 2020-02-01 10:54:19 -05:00
Vikram Rangnekar 4ffa1483a4 Add ability to treat JSON/JSONB columns as tables 2020-01-28 00:26:53 -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 a0b8907c3c Fix various json parsing and sql generation bugs 2020-01-19 03:12:51 -05:00
Vikram Rangnekar f37d867e32 Fix remnant debug messages 2020-01-14 23:28:48 -05:00
Vikram Rangnekar 5e75cc7b83 Merge branch 'master' of github.com:dosco/super-graph 2020-01-14 23:19:11 -05:00
Vikram Rangnekar d4dca86267 Fix new app creation bug #32 2020-01-14 23:16:55 -05:00
reinhardt1053 76340ab008 Remove *pgxpool.Pool arg from NewDBSchema (#31) 2020-01-14 01:08:04 -05:00
Vikram Rangnekar 3f5727c22b Fix variables with single quotes bug 2020-01-14 01:02:12 -05:00
Vikram Rangnekar 7c02226016 Fix role filters and nested where bugs 2020-01-13 09:34:15 -05:00
Vikram Rangnekar 1e31e33707 Fix for Makefile bug #30 2020-01-11 17:15:39 -05:00
Vikram Rangnekar 7a5cf47486 Fix extra comma bug in mutations 2020-01-02 01:54:25 -05:00
Vikram Rangnekar a40bd7fca5 Add HTTP GZip compression 2019-12-31 01:30:20 -05:00
Vikram Rangnekar 6831d3f56f Add nested mutations 2019-12-25 01:24:30 -05:00
Vikram Rangnekar 66055516d2 Fix documentation for DB relationships 2019-12-10 00:03:44 -05:00
Lev Zakharov 2d3e3cbae1 #19 Health check (#24)
* Add health check endpoint (#19)

* Add healthy response (#19)
2019-12-09 01:59:30 -05:00
Vikram Rangnekar 0e16eee93b Add config driven custom table relationships 2019-12-09 01:48:18 -05:00
Vikram Rangnekar 679dd1fc83 Fix bug with remote join example 2019-12-02 23:08:57 -05:00
Vikram Rangnekar 5da79d91bf Add support for `websearch_to_tsquery` in PG 11 2019-12-02 10:53:18 -05:00
Vikram Rangnekar 9140e597e1 Add a guide to the internals of the codebase 2019-11-30 10:45:24 -05:00
Vikram Rangnekar a96c211fe5 Refactor rename 'Select.Table` to `Select.Name` 2019-11-29 01:38:23 -05:00
Vikram Rangnekar e82bdbed65 Add a CHANGLOG.md 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 aff2a13ba4 Added support for query names to the allow.list 2019-11-26 01:36:19 -05:00
Vikram Rangnekar f518d5fc69 Fix bug with compiling anon queries 2019-11-25 02:22:33 -05:00
Vikram Rangnekar 7583326d21 Move sql query logging from info to debug 2019-11-22 01:32:09 -05:00
Vikram Rangnekar 8024a8420b Use logger error instead of panic in goja handlers 2019-11-22 00:58:03 -05:00
Vikram Rangnekar 6bd27d7c79 Add a db:reset command only for dev mode 2019-11-22 00:07:06 -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 396f4bcfd8 Fix issues with JWT auth 2019-11-15 01:35:19 -05:00
Vikram Rangnekar 51c5f037f4 Fix bug with migration filename generation 2019-11-10 01:41:58 -05:00
Vikram Rangnekar c576f1ae16 Fix bug with migration file name 2019-11-10 01:39:24 -05:00
Vikram Rangnekar 06ed823a51 Fix bug with creating new migrations 2019-11-10 01:33:06 -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 77a51924a7 Block unauthorized requests when 'anon' role is not defined 2019-11-02 17:13:17 -04:00
Vikram Rangnekar 0deb3596c5 Change config key inherit to inherits 2019-10-31 01:14:51 -04:00
Vikram Rangnekar b87ba1fcd0 Add config driven presets for insert, update and upsert 2019-10-30 03:27:11 -04:00
Vikram Rangnekar f8aac8d4d7 Allow config files to inherit from other config files 2019-10-28 01:48:04 -04:00
Vikram Rangnekar 34867a2733 Add RBAC option to disable functions eg. count 2019-10-27 01:52:48 -04:00