Daniel Chambers
|
5c06eb7a3e
|
Remove duplicated Data Connector API types
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5930
GitOrigin-RevId: 8c11387fa8556c3cdf8c92a0924ae53d31b953a5
|
2022-09-20 06:20:25 +00:00 |
|
Jesse Hallett
|
977c624c9e
|
server: prune health check from codecs for backends that don't support it
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5822
GitOrigin-RevId: 637a8c668299409385f340d62fc6a84df5c4aa0f
|
2022-09-09 13:07:33 +00:00 |
|
David Overton
|
f4419236ed
|
Gdc capabilities scalar types - GDW-87
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5597
GitOrigin-RevId: 4f561bf476266955d7b1d3dbca4d406a97bf8b34
|
2022-09-06 04:26:03 +00:00 |
|
David Overton
|
0b7353657c
|
Push capabilities resolution code into BackendMetadata type class
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5738
GitOrigin-RevId: 5c8e8232b8db67584d3f0a03987b97f0cce53a97
|
2022-09-05 02:44:10 +00:00 |
|
awjchen
|
78cf1d544e
|
server/pro: enable health check on data sources and report via logging and API
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4868
Co-authored-by: Rakesh Emmadi <12475069+rakeshkky@users.noreply.github.com>
Co-authored-by: Sean Park-Ross <94021366+seanparkross@users.noreply.github.com>
GitOrigin-RevId: b8d43e3f7d977c4bb37b8506ac87ce7bf289d542
|
2022-09-02 06:34:29 +00:00 |
|
Solomon
|
37601d7303
|
Adds support for GDC relationships in metadata API and adds support for foreign key constraints to GDC
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5561
GitOrigin-RevId: 221a5dae514c3ac60cc60ba1ec9451a04984d491
|
2022-08-23 21:47:26 +00:00 |
|
Daniel Chambers
|
ef0ca7dea2
|
server: Data Connectors support for ordering by related table column and aggregates [GDW-126]
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5478
GitOrigin-RevId: 269d33d48f7d41efc7ab4ac6efd9442c6741d08c
|
2022-08-19 07:01:52 +00:00 |
|
Solomon
|
7a2352dd6e
|
Introduce GDC Add/Remove Agent and List Source Kinds Metadata API Actions
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5415
GitOrigin-RevId: b46f928eae85a747378bbc18968d93dcb81c895a
|
2022-08-17 22:14:40 +00:00 |
|
paritosh-08
|
9d23a10f33
|
server: fix behaviour of custom table name for graphql-default naming convention
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5290
GitOrigin-RevId: bc398989d82a0e78bfcf87d5aa81bcd6a709c67f
|
2022-08-17 12:47:49 +00:00 |
|
Daniel Chambers
|
c209b60239
|
server: Support the namespacing of table names in Data Connectors
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5329
GitOrigin-RevId: 5cf492bc2b09fef6250f4dd50f74f750f55ebe6a
|
2022-08-04 08:35:52 +00:00 |
|
Daniel Chambers
|
731dff7558
|
server: Support min/max aggregates on string-type columns [GDW-206]
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5264
GitOrigin-RevId: 6937e4936a2bb5c6cb8814da9ed4529fdfb6072a
|
2022-08-02 00:23:13 +00:00 |
|
Daniel Chambers
|
c1380e1daf
|
server: Data Connectors aggregation agent API contract [GDW-95]
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5069
GitOrigin-RevId: acd80975c162935d5594e55db47228cf689e5fd7
|
2022-07-20 05:21:54 +00:00 |
|
David Overton
|
b2b195c0a3
|
Add support for custom comparison operators
Add support for custom comparison operators in the DC agent API and IR.
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4974
GitOrigin-RevId: 9580160e6171df77fe4979b7c2e87c473aaccbfc
|
2022-07-15 03:29:06 +00:00 |
|
Tom Harding
|
9b22eed82a
|
Remove scalarTypeGraphQLName
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5051
GitOrigin-RevId: 7312156b29ceac50787e43f06bc01f2ba48de28f
|
2022-07-14 14:04:56 +00:00 |
|
Daniel Chambers
|
1dbdb0236c
|
server: Data Connector IR refactor, support for column boolean comparison expressions [GDW-114]
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4579
GitOrigin-RevId: 84da015123a53124488b88ce66bde26113625754
|
2022-06-02 02:07:57 +00:00 |
|
paritosh-08
|
fd30fb343b
|
server: naming conventions for auto generated fields
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3982
Co-authored-by: Brandon Simmons <210815+jberryman@users.noreply.github.com>
GitOrigin-RevId: f90b2e8f394e7bd69780f003d2d980475f104f42
|
2022-05-26 11:55:29 +00:00 |
|
Rakesh Emmadi
|
acde210fdc
|
server/bigquery: generate graphql schema for table computed fields
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4460
GitOrigin-RevId: 7b772cd9fba6b612ad05eb1aca1fa13e6ae8556d
|
2022-05-25 10:25:38 +00:00 |
|
Rakesh Emmadi
|
7474f50ef0
|
server/bigquery: enable metadata API to add/drop computed fields to BigQuery tables
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4414
GitOrigin-RevId: 7899824a49ba9fd479f4cf08789450153f454168
|
2022-05-04 14:53:31 +00:00 |
|
Vamshi Surabhi
|
d5cb312f8b
|
replace SQLOperator with ScalarSelectionArguments
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4426
GitOrigin-RevId: 69beda27ccf4cb47dab80d59ec383704be805bf6
|
2022-05-03 09:00:01 +00:00 |
|
Daniel Chambers
|
4f835623b1
|
Rename Data Wrapper to Data Connector [GDW-89]
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4400
GitOrigin-RevId: 2d90542f95ef4dad70c8dfe1ca3b4c1f3bdaa527
|
2022-05-02 05:04:07 +00:00 |
|