Commit Graph

70 Commits

Author SHA1 Message Date
Vikram Rangnekar 1344246287 fix: add http tracing so end-to-end tracing is possible 2020-05-24 02:24:24 -04:00
Vikram Rangnekar 01ad9b71ba feat: add opencensus tracing and metrics support 2020-05-23 11:43:57 -04:00
Vikram Rangnekar c7837bf758 feat: add open opencensus telemetry support 2020-05-22 16:49:54 -04:00
Vikram Rangnekar 448e6bb72a fix: add config for per role operation blocking by type 2020-05-22 02:24:22 -04:00
Vikram Rangnekar 1a70603b1a feat: add option to set the cache-control header 2020-04-24 20:45:03 -04:00
Vikram Rangnekar e6934cda02 fix: vars not sanitized in roles_query 2020-04-18 17:46:40 -04:00
Vikram Rangnekar 5356455904 Fix issue with relative paths and config files 2020-04-17 10:56:26 -04:00
Vikram Rangnekar 41ea6ef6f5 Fix readme add library usage 2020-04-11 16:41:10 -04:00
Vikram Rangnekar a266517d17 Remove config package 2020-04-11 02:45:06 -04:00
Vikram Rangnekar 7831d27345 Refactor Super Graph into a library #26 2020-04-10 02:27:43 -04:00
Vikram Rangnekar 7930719eaa Add ability to set CORS headers 2020-03-06 09:47:51 +05:30
frederikhors 7763251fb7
fix "Try the demo app" in docs (#38)
* fix "Try the demo app" in docs

* fix "Get Started" setup in docs
2020-02-24 02:02:22 +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 62fd1eac55 Add named auth and the all new action endpoints 2020-02-03 01:21:07 -05:00
Vikram Rangnekar a40bd7fca5 Add HTTP GZip compression 2019-12-31 01:30:20 -05:00
Vikram Rangnekar 482203ba05 Add nested insert and update mutations with support for connect and disconnect 2019-12-29 01:53:54 -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 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 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 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 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
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 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
Vikram Rangnekar 9299855d8a Add ability to set filters per operation / action 2019-10-06 16:28:10 -04:00
Vikram Rangnekar 52ee2cf6a3 Update docs, getting started guide and mutations 2019-10-04 22:20:54 -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 d5dcff2810 Failure to prepare statements should be a warning 2019-09-29 18:53:51 -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