Commit Graph

190 Commits

Author SHA1 Message Date
e3c94d17d1 Add corrupt query validation v0.12.13 2020-01-16 01:44:19 -05:00
7240b27214 Fix for table alias relationship bug v0.12.12 2020-01-15 23:26:06 -05:00
f37d867e32 Fix remnant debug messages v0.12.11 2020-01-14 23:28:48 -05:00
5e75cc7b83 Merge branch 'master' of github.com:dosco/super-graph 2020-01-14 23:19:11 -05:00
d4dca86267 Fix new app creation bug #32 v0.12.10 2020-01-14 23:16:55 -05:00
76340ab008 Remove *pgxpool.Pool arg from NewDBSchema (#31) 2020-01-14 01:08:04 -05:00
3f5727c22b Fix variables with single quotes bug v0.12.9 2020-01-14 01:02:12 -05:00
7c02226016 Fix role filters and nested where bugs v0.12.8 2020-01-13 09:34:15 -05:00
1e31e33707 Fix for Makefile bug #30 v0.12.7 2020-01-11 17:15:39 -05:00
0d0d63d8d1 Fix case-sensitivity bug with aliases 2020-01-08 00:48:04 -05:00
c40ff38b05 Fix case-sensitivity bug in GraphQL parser 2020-01-07 23:44:19 -05:00
7a5cf47486 Fix extra comma bug in mutations 2020-01-02 01:54:25 -05:00
5803395bd5 Fix duplicate columns in sql bug 2020-01-01 01:54:38 -05:00
a40bd7fca5 Add HTTP GZip compression 2019-12-31 01:30:20 -05:00
343589c3bd Fix bug with deep-nested queries 2019-12-30 01:17:37 -05:00
482203ba05 Add nested insert and update mutations with support for connect and disconnect 2019-12-29 01:53:54 -05:00
6831d3f56f Add nested mutations 2019-12-25 01:24:30 -05:00
96ed3413fc one-to-many-through: use correct fkey (#27) 2019-12-12 23:40:17 -05:00
bf4c496756 Fix for bug with foreign keys mapping 2019-12-12 00:47:56 -05:00
66055516d2 Fix documentation for DB relationships 2019-12-10 00:03:44 -05:00
2d3e3cbae1 #19 Health check (#24)
* Add health check endpoint (#19)

* Add healthy response (#19)
2019-12-09 01:59:30 -05:00
0e16eee93b Add config driven custom table relationships 2019-12-09 01:48:18 -05:00
679dd1fc83 Fix bug with remote join example 2019-12-02 23:08:57 -05:00
3a14a644ce Merge pull request #22 from bhaskarmurthy/fix-grammer-syntax
Fix grammer / syntax
2019-12-02 11:22:37 -05:00
5da79d91bf Add support for websearch_to_tsquery in PG 11 2019-12-02 10:53:18 -05:00
5aceb337d6 Fix grammer / syntax 2019-12-02 10:32:35 -05:00
5593c66996 Update issue templates 2019-12-01 01:25:39 -05:00
0f9f8bbf0d Update CONTRIBUTING.md 2019-12-01 01:17:27 -05:00
cbfedb6fd2 Update issue templates 2019-12-01 00:42:22 -05:00
37f2417c0b Update feature_request.md 2019-12-01 00:31:53 -05:00
768e8774e7 Create CODE_OF_CONDUCT.md 2019-12-01 00:13:04 -05:00
9140e597e1 Add a guide to the internals of the codebase v0.12.5 2019-11-30 10:45:24 -05:00
94593c9cce Add a CONTRIBUTING.md guide for contributors 2019-11-29 22:29:31 -05:00
a96c211fe5 Refactor rename 'Select.Table to Select.Name` 2019-11-29 01:38:23 -05:00
6d47f0df8e Fix for missing filters on nested selectors 2019-11-29 00:14:05 -05:00
e82bdbed65 Add a CHANGLOG.md 2019-11-29 00:14:05 -05:00
ef51b99fc7 Add issue templates 2019-11-28 16:47:56 -05:00
9ebd03fa8c Move license from MIT to Apache 2.0. Add Makefile v0.12.4 2019-11-28 01:25:46 -05:00
aff2a13ba4 Added support for query names to the allow.list v0.12.3 2019-11-26 01:36:19 -05:00
f518d5fc69 Fix bug with compiling anon queries v0.12.2 2019-11-25 02:22:33 -05:00
7583326d21 Move sql query logging from info to debug v0.12.1 2019-11-22 01:32:09 -05:00
8024a8420b Use logger error instead of panic in goja handlers v0.12.0 2019-11-22 00:58:03 -05:00
6bd27d7c79 Add a db:reset command only for dev mode v0.11.9 2019-11-22 00:07:06 -05:00
a4c09dedd5 Optimize db queries limit use of transactions v0.11.8 2019-11-21 02:14:12 -05:00
176514b5f1 Added support for multi-root queries v0.11.7 2019-11-19 00:47:55 -05:00
396f4bcfd8 Fix issues with JWT auth v0.11.6 2019-11-15 01:35:19 -05:00
51c5f037f4 Fix bug with migration filename generation 2019-11-10 01:41:58 -05:00
c576f1ae16 Fix bug with migration file name 2019-11-10 01:39:24 -05:00
0a6995eaca Fix bug with migration template name v0.11.5 2019-11-10 01:35:06 -05:00
06ed823a51 Fix bug with creating new migrations v0.11.4 2019-11-10 01:33:06 -05:00