graphql-engine/server/src-lib/Hasura/Server
Robert c9481d4599 server: remove align, These(..) from Prelude
This removes the module re-exports of [Data.Align](https://hackage.haskell.org/package/semialign-1.2/docs/Data-Align.html) and [Data.These](https://hackage.haskell.org/package/these-1.1.1.1/docs/Data-These.html) from `Hasura.Prelude`. The reasoning being that they're not used widely and reasonably obscure, and that being explicit about the imports makes for an easier to understand codebase.

(I spent longer than I'd have liked earlier today figuring out where `align` in multitenant came from.
The right one not showing up on the first hoogle page doesn't help. Yes, better tool use could have
avoided that, but still...)

Do feel free to shoot this down, I won't insist on the change.

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

GitOrigin-RevId: 10f887b74538b17623bee6d6451c5aba11573fbd
2021-08-24 17:42:13 +00:00
..
API server: Adding support for TLS allowlist by domain and service id (port) 2021-08-24 07:37:25 +00:00
Auth server: support EdDSA keys for JWT 2021-08-12 01:54:06 +00:00
Init server: support for graphql-ws protocol 2021-08-24 16:26:12 +00:00
Migrate server: source initialization fix 2021-05-31 13:54:59 +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: support for graphql-ws protocol 2021-08-24 16:26:12 +00:00
Auth.hs server: introduce Hasura.Base (take 2) 2021-05-11 15:19:33 +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: support for graphql-ws protocol 2021-08-24 16:26:12 +00:00
Logging.hs pro, server: improve parameterised query hash handling for batched requests (fix #1767) 2021-08-02 16:05:17 +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: Adding support for TLS allowlist by domain and service id (port) 2021-08-24 07:37:25 +00:00
Rest.hs server: remove align, These(..) from Prelude 2021-08-24 17:42:13 +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 Remote Schema Customization take 2 using parser tranformations 2021-07-30 11:33:59 +00:00
Version.hs server: reorganise version embedding for fewer [TH] rebuilds 2021-06-29 16:40:47 +00:00