graphql-engine/server/src-lib/Hasura/Server
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
..
API Improve error messages of Metadata API. 2021-09-20 19:50:22 +00:00
Auth server: Reduce and localize CPP usage 2021-09-16 18:52:37 +00:00
Init server: remove the execute command from the graphql-engine 2021-09-08 13:07:18 +00:00
Migrate Request Transformations 2021-09-16 11:03:57 +00:00
Telemetry Fix telemetry unit test by sorting before comparing 2021-08-11 15:36:30 +00:00
Version server: reorganise version embedding for fewer [TH] rebuilds 2021-06-29 16:40:47 +00:00
App.hs server: drop LazyTxT newtype 2021-09-15 20:46:45 +00:00
Auth.hs server: log operation details for each query in a batch query execution 2021-09-15 08:30:32 +00:00
CheckUpdates.hs server: simplify JSON instances 2021-01-19 19:15:42 +00:00
Compression.hs server: move Hasura.SQL to Hasura.Backends.Postgres (#6053) 2020-10-27 13:53:49 +00:00
Cors.hs server: support custom URI schemes in CORS config (fix #5818) 2021-05-06 00:53:14 +00:00
Init.hs server: remove ApplicativeDo from default extensions 2021-09-22 15:35:54 +00:00
Logging.hs server: log operation details for each query in a batch query execution 2021-09-15 08:30:32 +00:00
Metrics.hs server: add support for tagged and dynamic metrics 2021-08-05 21:08:17 +00:00
Middleware.hs Migrate to GHC 8.10, upgrade dependencies. Closes #4517 2020-05-13 19:13:02 -04:00
Migrate.hs server: drop LazyTxT newtype 2021-09-15 20:46:45 +00:00
Rest.hs server: log operation details for each query in a batch query execution 2021-09-15 08:30:32 +00:00
SchemaUpdate.hs server: update the logging strategy for inconsistent metadata 2021-07-27 05:42:05 +00:00
Telemetry.hs server: switch to a sub-backend approach 2021-04-21 21:45:32 +00:00
Types.hs Revert "Disable TLS checks for actions services with self-signed certificates" 2021-08-06 17:06:55 +00:00
Utils.hs server: improve event trigger logging 2021-09-20 14:32:31 +00:00
Version.hs server: reorganise version embedding for fewer [TH] rebuilds 2021-06-29 16:40:47 +00:00