graphql-engine/server/src-lib/Hasura/RQL/DDL
Samir Talwar 342391f39d Upgrade Ormolu to v0.5.
This upgrades the version of Ormolu required by the HGE repository to v0.5.0.1, and reformats all code accordingly.

Ormolu v0.5 reformats code that uses infix operators. This is mostly useful, adding newlines and indentation to make it clear which operators are applied first, but in some cases, it's unpleasant. To make this easier on the eyes, I had to do the following:

* Add a few fixity declarations (search for `infix`)
* Add parentheses to make precedence clear, allowing Ormolu to keep everything on one line
* Rename `relevantEq` to `(==~)` in #6651 and set it to `infix 4`
* Add a few _.ormolu_ files (thanks to @hallettj for helping me get started), mostly for Autodocodec operators that don't have explicit fixity declarations

In general, I think these changes are quite reasonable. They mostly affect indentation.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6675
GitOrigin-RevId: cd47d87f1d089fb0bc9dcbbe7798dbceedcd7d83
2022-11-02 20:55:13 +00:00
..
Metadata scaffolding for remote-schemas module 2022-10-21 03:15:04 +00:00
Permission Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
Relationship Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
Schema Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
Webhook Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
Action.hs Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
ApiLimit.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
ComputedField.hs Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
CustomTypes.hs Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
DataConnector.hs Fix conflicting data connector comparison exp GraphQL types 2022-10-18 04:19:12 +00:00
Endpoint.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
EventTrigger.hs Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
GraphqlSchemaIntrospection.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Headers.hs Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
InheritedRoles.hs Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
Metadata.hs Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
Network.hs Remove RQL/Types.hs 2022-04-27 13:58:47 +00:00
Permission.hs Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
QueryCollection.hs Clean up Hasura.Prelude a bit 2022-10-03 21:50:53 +00:00
QueryTags.hs Replace BackendSourceMetadata type alias with a newtype 2022-08-29 00:59:18 +00:00
Relationship.hs Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
RemoteRelationship.hs Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
ScheduledTrigger.hs server, pro server, console: provide an option to not include rows count while fetching scheduled events 2022-09-15 19:12:04 +00:00
Schema.hs Import pg-client-hs as PG 2022-09-20 19:55:51 +00:00
SourceKinds.hs Fix conflicting data connector comparison exp GraphQL types 2022-10-18 04:19:12 +00:00