graphql-engine/server/src-lib/Hasura/RQL/DDL
Antoine Leblanc ccea1da1d5 Enable and test remote relationships from remote schemas.
### Description

This is it! This PR enables the Metadata API for remote relationships from remote schemas, adds tests, ~~adds documentation~~, adds an entry to the Changelog. This is the release PR that enables the feature.

### Checklist
- [ ] Tests:
  - [x] RS-to-Postgres (high level)
  - [x] RS-to-RS (high level)
  - [x] From RS specifically (testing for edge cases)
  - [x] Metadata API tests
  - [ ] Unit testing the actual engine?
- [x] Changelog entry
- [ ] Documentation?

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3974
Co-authored-by: Vamshi Surabhi <6562944+0x777@users.noreply.github.com>
Co-authored-by: Vishnu Bharathi <4211715+scriptnull@users.noreply.github.com>
Co-authored-by: jkachmar <8461423+jkachmar@users.noreply.github.com>
GitOrigin-RevId: c9aebf12e6eebef8d264ea831a327b968d4be9d2
2022-03-17 20:54:57 +00:00
..
Metadata Yeet some default-extensions 2022-03-16 00:40:17 +00:00
Permission Replace "identity column" with "column mutability" data for all backends 2022-02-03 14:15:35 +00:00
Relationship server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
RemoteRelationship Yeet some default-extensions 2022-03-16 00:40:17 +00:00
RemoteSchema Yeet some default-extensions 2022-03-16 00:40:17 +00:00
Schema Yeet some default-extensions 2022-03-16 00:40:17 +00:00
Webhook Yeet some default-extensions 2022-03-16 00:40:17 +00:00
Action.hs Yeet some default-extensions 2022-03-16 00:40:17 +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 Customization of computed field GraphQL schema descriptions 2022-02-15 23:17:27 +00:00
CustomTypes.hs server: add support for nested object type in action 2021-12-15 23:52:43 +00:00
Endpoint.hs Use an enum for EndpointMethod and fix incorrect response aggregation. 2022-03-13 07:41:02 +00:00
EventTrigger.hs Yeet some default-extensions 2022-03-16 00:40:17 +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 server: remove the extraneous drop function while creating an event trigger 2022-03-15 08:42:01 +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 Yeet some default-extensions 2022-03-16 00:40:17 +00:00
QueryCollection.hs server, pro: add support for per-role allowlists 2022-02-08 16:54:49 +00:00
QueryTags.hs Yeet some default-extensions 2022-03-16 00:40:17 +00:00
Relationship.hs server/mssql: add cascade to mssql_run_sql 2021-10-22 14:50:13 +00:00
RemoteRelationship.hs Enable and test remote relationships from remote schemas. 2022-03-17 20:54:57 +00:00
RemoteSchema.hs Build schema cache for relationships from remote schemas 2022-02-03 18:59:32 +00:00
ScheduledTrigger.hs Feature/improved webhook debug endpoint errors 2022-03-10 23:23:55 +00:00
Schema.hs Yeet some default-extensions 2022-03-16 00:40:17 +00:00