Commit Graph

93 Commits

Author SHA1 Message Date
Vikram Rangnekar 7169dd65f5 docs: add firebase auth and fragments 2020-06-07 15:58:00 -04:00
Vikram Rangnekar 82cc712a93 fix: bug with shared pointer in new jit mode 2020-06-03 18:19:07 -04:00
Vikram Rangnekar 816121fbcf fix: issue with early return in prepare statement function 2020-05-31 18:10:50 -04:00
Vikram Rangnekar 1fb7f0e6c8 BREAKING CHANGE: super-graph/core now defaults to allow all in anon role 2020-05-28 00:07:01 -04:00
Vikram Rangnekar 2241364d00 fix: rewrite the sql args and variables codebase to use expression values 2020-05-26 19:41:28 -04:00
Vikram Rangnekar f63e270c73 Merge branch 'master' of github.com:dosco/super-graph 2020-05-24 17:44:34 -04:00
Vikram Rangnekar ccab367351 fix: make array variables work again 2020-05-24 17:43:54 -04:00
Gonzalo Serrano 67ddc148a9
fix: go get in start doc (#68) 2020-05-24 16:44:17 -04:00
Vikram Rangnekar 31afdac3af docs: add telemetry docs 2020-05-24 10:44:00 -04:00
Mahendrarajan 2acb05741e
fix: few typos (#67) 2020-05-21 01:07:54 -04:00
Vikram Rangnekar 94fa51ffb2 fix: add color to logo for dark mode 2020-05-18 00:32:53 -04:00
Vikram Rangnekar 1c823e4353 feat: add cloudbuild.yaml generation for new apps 2020-05-17 19:16:40 -04:00
Vikram Rangnekar f6ce0c102b docs: new website 2020-05-17 03:12:09 -04:00
WoLfulus a1a47c905d
fix: update discord link (#66) 2020-05-16 02:05:59 -04:00
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