graphql-engine/server/src-lib/Hasura
Samir Talwar dbc027424b Rename relevantEq to (==~) for Ormolu's sake.
Ormolu v0.5 tries to reformat code using operators according to fixity. Unfortunately, it doesn't really understand backticked functions (even when they have an associated `infix` declaration), and so messes up the formatting.

This is probably a bug in Ormolu, but we can work around it by using a symbol operator.

Happy to bikeshed on `==~` (which I am reading as "pretty much equal to"). Please yell at me if you prefer something else.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6651
GitOrigin-RevId: 79af427422194460200b2b48339cdb9ee9b33c33
2022-11-02 10:43:48 +00:00
..
Backends Source catalog migrations minor enhancements 2022-11-01 22:42:40 +00:00
Base Structured Error Protocol for Data Connectors Agents - GDW-137 2022-10-11 00:26:24 +00:00
Cache server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Eventing Webhook Transforms: Move RequestCtx into a type family 2022-10-16 03:55:06 +00:00
GraphQL server: do not apply default tenant time limits to Hasura EE 2022-10-27 15:37:00 +00:00
Incremental server: switch to ghc 9.2 (2nd try) 2022-10-06 09:09:01 +00:00
Metadata server: codecs for object & array relationships, and computed fields 2022-10-13 17:57:23 +00:00
RemoteSchema scaffolding for remote-schemas module 2022-10-21 03:15:04 +00:00
RQL Rename relevantEq to (==~) for Ormolu's sake. 2022-11-02 10:43:48 +00:00
Server Source catalog migrations minor enhancements 2022-11-01 22:42:40 +00:00
SQL Support MetadataDefaults Options - GDC-108 2022-10-20 12:46:45 +00:00
Tracing server: support 128-bit trace ids 2022-09-20 02:50:06 +00:00
App.hs server: do not apply default tenant time limits to Hasura EE 2022-10-27 15:37:00 +00:00
EncJSON.hs Import pg-client-hs as PG 2022-09-20 19:55:51 +00:00
GC.hs multitenant: make ourIdleGC parameters tunable, and with better defaults (SRE-191) 2022-10-19 21:36:56 +00:00
HTTP.hs Add Data Connector agent request logging, improve error messages, and add tracing support [GDW-83] 2022-07-11 08:05:40 +00:00
Incremental.hs Data connector cache invalidations 2022-09-14 13:00:47 +00:00
Logging.hs server: use metadata DB ID as ProjectID for EE lite projects 2022-09-15 09:13:56 +00:00
Name.hs server/postgres: fix the schema types conflict between aggregation predicates and table selection aggregates 2022-10-21 13:28:43 +00:00
QueryTags.hs server: support query tags for MSSQL data sources 2022-04-28 19:34:45 +00:00
Session.hs Import pg-client-hs as PG 2022-09-20 19:55:51 +00:00
Tracing.hs server: support 128-bit trace ids 2022-09-20 02:50:06 +00:00