super-graph/serv
Vikram Rangnekar 01e488b69d Fix for bug blocking anon queries 2020-03-21 20:11:04 -04:00
..
corpus Add fuzz testing to 'serv' for the GQL hash parser 2019-10-26 15:43:40 -04:00
.gitignore Fix issue with asset packer breaking Docker builds 2019-03-28 09:38:05 -04:00
actions.go Add named auth and the all new action endpoints 2020-02-03 01:21:07 -05:00
args.go Add support for SQL in variables 2020-02-29 10:35:48 +05:30
auth.go Add named auth and the all new action endpoints 2020-02-03 01:21:07 -05:00
auth_jwt.go Add named auth and the all new action endpoints 2020-02-03 01:21:07 -05:00
auth_rails.go Add named auth and the all new action endpoints 2020-02-03 01:21:07 -05:00
cmd.go Add pagination using opaque cursors 2020-02-10 12:15:37 +05:30
cmd_conf.go Move license from MIT to Apache 2.0. Add Makefile 2019-11-28 01:25:46 -05:00
cmd_migrate.go Add named auth and the all new action endpoints 2020-02-03 01:21:07 -05:00
cmd_new.go Fix new app creation bug #32 2020-01-14 23:16:55 -05:00
cmd_seed.go Add CSV import command to seed javascript 2020-03-03 13:45:47 +05:30
cmd_serv.go Fix bug with cursors and multiple order by 2020-02-23 02:28:37 +05:30
cmd_test.go Fix issues with mutation SQL 2019-10-03 03:08:01 -04:00
config.go Add ability to set CORS headers 2020-03-06 09:47:51 +05:30
config_compile.go Add ability to treat JSON/JSONB columns as tables 2020-01-28 00:26:53 -05:00
config_test.go Change config key inherit to inherits 2019-10-31 01:14:51 -04:00
core.go Fix for encrypted cursor in production mode bug 2020-03-06 21:38:01 +05:30
core_build.go Fix for bug blocking anon queries 2020-03-21 20:11:04 -04:00
core_remote.go Refactor rename 'Select.Table` to `Select.Name` 2019-11-29 01:38:23 -05:00
core_test.go Add insert mutation with bulk insert 2019-09-05 00:09:56 -04:00
cursor.go Fix bug with cursors and multiple order by 2020-02-23 02:28:37 +05:30
fuzz.go Fix to ensure only named queries are saved to the allow list 2020-02-01 10:54:19 -05:00
fuzz_test.go Fix to ensure only named queries are saved to the allow list 2020-02-01 10:54:19 -05:00
health.go Add nested mutations 2019-12-25 01:24:30 -05:00
http.go Fix issues blocking Apollo client 2020-03-14 01:35:42 -04:00
init.go Fix issue with upgrading to postgres 12 docker image #36 2020-02-24 02:37:21 +05:30
introsp.go Move license from MIT to Apache 2.0. Add Makefile 2019-11-28 01:25:46 -05:00
prepare.go Fix bug related to 'anon' role prepared statements 2020-03-06 15:39:15 +05:30
reload.go Fix bug related to 'anon' role prepared statements 2020-03-06 15:39:15 +05:30
resolve.go Add named auth and the all new action endpoints 2020-02-03 01:21:07 -05:00
rice-box.go Fix issue with upgrading to postgres 12 docker image #36 2020-02-24 02:37:21 +05:30
serv.go Add ability to set CORS headers 2020-03-06 09:47:51 +05:30
sqllog.go Move sql query logging from info to debug 2019-11-22 01:32:09 -05:00
utils.go Add named auth and the all new action endpoints 2020-02-03 01:21:07 -05:00
utils_test.go Fix to ensure only named queries are saved to the allow list 2020-02-01 10:54:19 -05:00
ws.go Add support for GraphQL variables 2019-04-19 01:55:03 -04:00