graphql-engine/server/src-lib/Hasura
Alexis King b65e9fc1b2 server: Fix buggy rewrite rule for Rule
We’re lucky that this never bit us. For the most part, these rules
aren’t actually used; most code programs against ArrowCache and doesn’t
get specialized enough for these rules to fire.

Even if we did have code that could trigger this rule, the situations
where it would actually fire are slim. In order for the rule to
typecheck at all, both sides of the pair being passed through the arrow
must have exactly the same type. Of course, that would just make this
even more hellish to debug.

Rewrite rules are dangerous.
2020-03-14 20:38:26 -05:00
..
Cache Add fast path for server internal metadata migrations (#3686) 2020-01-14 01:09:10 -06:00
Events server(events): utilize proper backpressure scheme (close #3839) (#4013) 2020-03-11 11:57:31 +05:30
GraphQL auto-include __typename field in custom types' objects (fix #4063) (#4074) 2020-03-11 17:09:00 +05:30
Incremental server: Fix buggy rewrite rule for Rule 2020-03-14 20:38:26 -05:00
RQL server(events): utilize proper backpressure scheme (close #3839) (#4013) 2020-03-11 11:57:31 +05:30
Server server(events): utilize proper backpressure scheme (close #3839) (#4013) 2020-03-11 11:57:31 +05:30
SQL allow custom mutations through actions (#3042) 2020-02-13 23:08:23 +05:30
App.hs server(events): utilize proper backpressure scheme (close #3839) (#4013) 2020-03-11 11:57:31 +05:30
Cache.hs allow specifying an upper limit on the query plan cache size (#3012) 2019-11-25 11:12:23 -06:00
Db.hs incremental metadata: Clean up a few lingering loose ends 2020-01-08 17:19:03 -06:00
EncJSON.hs save permissions, relationships and collections in catalog with 'is_system_defined' explicitly (#3165) 2019-10-21 11:01:05 -05:00
HTTP.hs server: Parameterize the graphql-engine library over the version (#3668) 2020-01-22 15:55:55 -06:00
Incremental.hs Build the GraphQL context after pruning dangling dependents 2020-01-30 18:17:29 -06:00
Logging.hs More robust forking, exception safety. Closes #3768 (#3860) 2020-03-05 23:29:26 +05:30
Prelude.hs More robust forking, exception safety. Closes #3768 (#3860) 2020-03-05 23:29:26 +05:30