graphql-engine/server/src-lib/Hasura
Alexis King fb3794c31a Support Node v12.x and fix tests on macOS (#2455)
* Bump node-sass to version ^4.12.0

This avoids sass/node-sass#2632, which causes compilation failures on
Node v12.x.

* Do most of the work in /pg_dump in Haskell instead of shell

The shell version caused problems on non-Linux systems since it relied
on the non-POSIX -i option for sed, which works slightly differently on
BSD and macOS.
2019-07-03 14:07:13 +05:30
..
Events multiplexed subscriptions (#1934) 2019-04-17 15:18:41 +05:30
GraphQL support null and default values for function arguments (close #2176, close #2250) (#2282) 2019-06-04 18:13:28 +05:30
RQL fix renaming of columns used in insert permission (fix #2398) (#2414) 2019-06-21 16:34:21 +05:30
Server Support Node v12.x and fix tests on macOS (#2455) 2019-07-03 14:07:13 +05:30
SQL schema cache sync improvements (#2098) 2019-05-03 16:12:26 +05:30
Cache.hs multiplexed subscriptions (#1934) 2019-04-17 15:18:41 +05:30
Db.hs multiplexed subscriptions (#1934) 2019-04-17 15:18:41 +05:30
EncJSON.hs Use ByteString to cache introspection response, closes #1942 (#2028) 2019-04-18 17:45:07 +05:30
HTTP.hs allow x-hasura- req headers for jwt unauth role, closes #1686 (#1689) 2019-03-05 17:54:47 +05:30
Logging.hs refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
Prelude.hs fix excessive memory consumption with bulk queries (#1972) 2019-04-09 21:41:06 +05:30