graphql-engine/server/src-test/Hasura/Server
Robert fe035125f4 server: drop LazyTxT newtype
This is a follow-up to #1959.

Today, I spent a while in review figuring out that a harmless PR change didn't do anything,
because it was moving from a `runLazy...` to something without the `Lazy`. So let's get
that source of confusion removed.

This should be a bit easier to review commit by commit, since some of the functions had
confusing names. (E.g. there was a misnamed `Migrate.Internal.runTx` before.)

The change should be a no-op.

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

GitOrigin-RevId: 0f284c4c0f814482d7827e7732a6d49e7735b302
2021-09-15 20:46:45 +00:00
..
AuthSpec.hs server: log operation details for each query in a batch query execution 2021-09-15 08:30:32 +00:00
MigrateSpec.hs server: drop LazyTxT newtype 2021-09-15 20:46:45 +00:00
TelemetrySpec.hs Fix telemetry unit test by sorting before comparing 2021-08-11 15:36:30 +00:00