graphql-engine/server/src-lib/Hasura
Robert bdacf1bd23 server: remove ApplicativeDo from default extensions
I spent half the day reducing a weird compile failure here https://github.com/hasura/graphql-engine-mono/pull/1593/files#r713102990 to this https://gitlab.haskell.org/ghc/ghc/-/issues/17768#note_378004. Seems ApplicativeDo makes a mess of non-applicative monadic do in some cases. Given our rather localized use of ApplicativeDo, seemed a good idea to remove it from the list of default extensions.

It appears that ApplicativeDo also buries some unused return value warnings, so this PR also silences those. We should check that none of those warnings were warranted though.

https://github.com/hasura/graphql-engine-mono/pull/2413

GitOrigin-RevId: 1874c1a82230431849265755b1407beebc947041
2021-09-22 15:35:54 +00:00
..
Backends server: remove ApplicativeDo from default extensions 2021-09-22 15:35:54 +00:00
Base server: add "extensions" field to action webhook error schema 2021-09-17 07:44:37 +00:00
Cache server: remove remnants of query plan caching (fix #1795) 2021-07-27 11:52:43 +00:00
Eventing server: improve event trigger logging 2021-09-20 14:32:31 +00:00
GraphQL server: remove ApplicativeDo from default extensions 2021-09-22 15:35:54 +00:00
Incremental server: inherited roles for mutations, remote schemas, actions and custom functions 2021-08-09 10:21:05 +00:00
Metadata server: generalize the event triggers codepath for all backends 2021-09-20 07:35:49 +00:00
RQL server: remove ApplicativeDo from default extensions 2021-09-22 15:35:54 +00:00
Server server: remove ApplicativeDo from default extensions 2021-09-22 15:35:54 +00:00
SQL server: generalize the event triggers codepath for all backends 2021-09-20 07:35:49 +00:00
App.hs [server] Add GraphQL query in the payload for Synchronous Actions 2021-09-20 18:20:33 +00:00
EncJSON.hs Remote schema execution logic 2021-08-06 13:40:37 +00:00
GC.hs server: simplify shutdown logic, improve resource management (#218) (#195) 2020-12-21 18:56:57 +00:00
HTTP.hs server: improve event trigger logging 2021-09-20 14:32:31 +00:00
Incremental.hs Build the GraphQL context after pruning dangling dependents 2020-01-30 18:17:29 -06:00
Logging.hs server: generalize event triggers - incremental PR 2 2021-09-09 11:55:11 +00:00
Prelude.hs Fix nullability of nested objrel inserts (fix hasura/graphql-engine#7484) 2021-09-15 13:11:48 +00:00
QueryTags.hs server: SQL query tags for GQL operations (closes #400) 2021-07-29 08:30:10 +00:00
Session.hs kill Arbitrary (fix #1736) 2021-07-30 07:55:37 +00:00
Tracing.hs Request Transformations 2021-09-16 11:03:57 +00:00