graphql-engine/server/src-lib/Hasura/Server
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
..
Auth add api to get server config details (close #1831); add jwt-analyzer (close #1369) (#1925) 2019-06-11 18:59:03 +05:30
App.hs add server version to console html (close #2444) (#2452) 2019-07-02 12:44:29 +00:00
Auth.hs ignore content-type header in auth webhook (#2197) 2019-05-16 14:41:15 +05:30
CheckUpdates.hs add name of ci environment to telemetry data (#2382) 2019-06-26 11:53:40 +05:30
Config.hs add api to get server config details (close #1831); add jwt-analyzer (close #1369) (#1925) 2019-06-11 18:59:03 +05:30
Context.hs forward set-cookie headers from remote servers (fix #1654) (#2305) 2019-06-04 15:40:28 +05:30
Cors.hs read cookie while initialising websocket connection (fix #1660) (#1668) 2019-03-04 13:16:53 +05:30
Init.hs add api to get server config details (close #1831); add jwt-analyzer (close #1369) (#1925) 2019-06-11 18:59:03 +05:30
Logging.hs log inconsistent metadata objects only when there are any (close #2053) (#2058) 2019-04-29 11:52:48 +05:30
Middleware.hs read cookie while initialising websocket connection (fix #1660) (#1668) 2019-03-04 13:16:53 +05:30
PGDump.hs Support Node v12.x and fix tests on macOS (#2455) 2019-07-03 14:07:13 +05:30
Query.hs support allow-list for graphql queries (closes #989) (#2075) 2019-05-16 11:43:25 +05:30
SchemaUpdate.hs schema cache sync improvements (#2098) 2019-05-03 16:12:26 +05:30
Telemetry.hs add name of ci environment to telemetry data (#2382) 2019-06-26 11:53:40 +05:30
Utils.hs forward set-cookie headers from remote servers (fix #1654) (#2305) 2019-06-04 15:40:28 +05:30
Version.hs fix response for remote schema queries over ws (fix #2246) (#2248) 2019-05-29 17:21:09 +05:30