graphql-engine/server/src-lib/Hasura/RQL/DDL
Antoine Leblanc bd2fce3691 Stable sort of extracted notes
## Description

This PR updates the notes-extracting script, to allow for a stable sort across runs:
- files are now treated in alphabetical order of the full file name:
  - within a file, notes are treated in order
  - that order is reflected in the generated index file
- within a note, references are sorted by file, then by line number

Additionally it fixes(?) a note whose format was unexpected.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3352
GitOrigin-RevId: 2b2b57ec0aa2657d75a88e4951e6b19bb2d665e3
2022-02-03 13:33:09 +00:00
..
Metadata Feature/webhook response transforms 2022-01-19 04:47:36 +00:00
Permission server: cleanup references to "pgCol" in common and non-postgres backend code 2022-01-19 08:38:48 +00:00
Relationship server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
RemoteRelationship Fix remote relationship invalid type name issue (fix hasura/graphql-engine#8002) 2022-01-27 14:34:01 +00:00
RemoteSchema Changed RemoteSchemaIntrospection's internal representation from a list to a hashmap. 2021-11-30 14:47:50 +00:00
Schema server: cleanup references to "pgCol" in common and non-postgres backend code 2022-01-19 08:38:48 +00:00
Action.hs Stable sort of extracted notes 2022-02-03 13:33:09 +00:00
ApiLimit.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
ComputedField.hs server/mssql: add cascade to mssql_run_sql 2021-10-22 14:50:13 +00:00
CustomTypes.hs server: add support for nested object type in action 2021-12-15 23:52:43 +00:00
Endpoint.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
EventTrigger.hs Feature/webhook response transforms 2022-01-19 04:47:36 +00:00
GraphqlSchemaIntrospection.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
Headers.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
InheritedRoles.hs server: enable inherited roles by default 2021-10-05 12:29:32 +00:00
Metadata.hs Feature/webhook response transforms 2022-01-19 04:47:36 +00:00
Network.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
Permission.hs server: cleanup references to "pgCol" in common and non-postgres backend code 2022-01-19 08:38:48 +00:00
QueryCollection.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
QueryTags.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
Relationship.hs server/mssql: add cascade to mssql_run_sql 2021-10-22 14:50:13 +00:00
RemoteRelationship.hs server: cleanup references to "pgCol" in common and non-postgres backend code 2022-01-19 08:38:48 +00:00
RemoteSchema.hs Remove Unique from Definition 2021-12-01 16:21:35 +00:00
ScheduledTrigger.hs server: add a new metadata API to return all the cron triggers 2022-01-27 06:44:37 +00:00
Schema.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
WebhookTransforms.hs Feature/webhook response transforms 2022-01-19 04:47:36 +00:00