Jeffery ThaGintoki
|
9b51065414
|
fix: grammatical errors (#57)
|
2020-04-25 09:57:59 -04:00 |
Vikram Rangnekar
|
bdc8c65a09
|
fix: fix issues with code examples
|
2020-04-23 21:25:09 -04:00 |
Vikram Rangnekar
|
03fe29b088
|
fix: improve documentation of the config object
|
2020-04-23 21:25:09 -04:00 |
Vikram Rangnekar
|
ae7cde0433
|
feat: add support for single argument Postgres functions
|
2020-04-22 20:51:14 -04:00 |
Vikram Rangnekar
|
5356455904
|
Fix issue with relative paths and config files
|
2020-04-17 10:56:26 -04:00 |
Vikram Rangnekar
|
c7557f761f
|
Fix broken build
|
2020-04-16 01:28:55 -04:00 |
Vikram Rangnekar
|
09d6460a13
|
Make go get to install work.
|
2020-04-16 00:26:32 -04:00 |
Vikram Rangnekar
|
41ea6ef6f5
|
Fix readme add library usage
|
2020-04-11 16:41:10 -04:00 |
Vikram Rangnekar
|
7831d27345
|
Refactor Super Graph into a library #26
|
2020-04-10 02:27:43 -04:00 |
Vikram Rangnekar
|
8b6c562ac1
|
Add CSV import command to seed javascript
|
2020-03-03 13:45:47 +05:30 |
frederikhors
|
c82a7bff0d
|
Misprint (#43)
|
2020-02-24 10:48:50 +05:30 |
frederikhors
|
be5d4e976a
|
Misprint (#41)
|
2020-02-24 02:04:23 +05:30 |
frederikhors
|
d1b884aec6
|
Misprint (#40)
|
2020-02-24 02:03:57 +05:30 |
frederikhors
|
4be4ce860b
|
Misprint (#39)
|
2020-02-24 02:03:40 +05:30 |
frederikhors
|
dfa4caf540
|
Misprint (#37)
|
2020-02-24 02:03:27 +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 |
frederikhors
|
90694f8803
|
Fix spelling in docs (#34)
|
2020-02-23 15:41:04 +05:30 |
frederikhors
|
ad82f5b267
|
Fix spelling in docs (#35)
|
2020-02-23 15:40:42 +05:30 |
Vikram Rangnekar
|
c33e93ab37
|
Add support for cursors with multiple order by clauses
|
2020-02-19 10:22:44 +05:30 |
Vikram Rangnekar
|
3d3e5d9c2b
|
Add Yugabyte to docs
|
2020-02-12 08:42:53 +05:30 |
Vikram Rangnekar
|
67b4a4d945
|
Fix issue with cursor as a variable
|
2020-02-11 11:41:35 +05:30 |
Vikram Rangnekar
|
7413813138
|
Add pagination using opaque cursors
|
2020-02-10 12:15:37 +05:30 |
Vikram Rangnekar
|
62fd1eac55
|
Add named auth and the all new action endpoints
|
2020-02-03 01:21:07 -05:00 |
Vikram Rangnekar
|
1a3d74e1ce
|
Fix issues surfaced by the fuzzer
|
2020-02-02 01:43:09 -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
|
a0b8907c3c
|
Fix various json parsing and sql generation bugs
|
2020-01-19 03:12:51 -05:00 |
Brian Ketelsen
|
8097ca3b8f
|
Fixes example steps (#33)
|
2020-01-18 16:44:16 -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
|
482203ba05
|
Add nested insert and update mutations with support for connect and disconnect
|
2019-12-29 01:53:54 -05:00 |
Vikram Rangnekar
|
66055516d2
|
Fix documentation for DB relationships
|
2019-12-10 00:03:44 -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
|
9140e597e1
|
Add a guide to the internals of the codebase
|
2019-11-30 10:45:24 -05:00 |
Vikram Rangnekar
|
94593c9cce
|
Add a CONTRIBUTING.md guide for contributors
|
2019-11-29 22:29:31 -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
|
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
|
3438c3efb9
|
Fix macro syntax bug in app templates
|
2019-11-09 21:53:26 -05:00 |
Vikram Rangnekar
|
c7e63a6200
|
Update docs and website with new features
|
2019-11-05 00:43:32 -05:00 |
Vikram Rangnekar
|
0deb3596c5
|
Change config key inherit to inherits
|
2019-10-31 01:14:51 -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
|
cabd2d81ae
|
Preserve allow.list ordering on save
|
2019-10-25 01:39:59 -04:00 |
Vikram Rangnekar
|
85a74ed30c
|
Update filters section in guide
|
2019-10-10 01:35:35 -04:00 |
Vikram Rangnekar
|
a1fa1f3e9e
|
Add upsert mutation
|
2019-10-05 02:17:08 -04:00 |
Vikram Rangnekar
|
52ee2cf6a3
|
Update docs, getting started guide and mutations
|
2019-10-04 22:20:54 -04:00 |