Commit Graph

3273 Commits

Author SHA1 Message Date
Rakesh Emmadi
7fd9f0fd7c server: insert schema sync notifactions as soon as metadata is updated in the storage (hot fix)
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10552
GitOrigin-RevId: 33886b5a1b648373053e1aa2920bdabeb5df69a7
2023-12-13 16:18:55 +00:00
Daniel Harvey
72e50c1556 chore: check we have fields in our Logical Model before outputting a parser
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10550
GitOrigin-RevId: 85f83274f696e381da68547bf7af098ea8f5ac11
2023-12-13 12:32:00 +00:00
Vishnu Bharathi
10c2ae745c ci: tag release v2.35.2
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10545
GitOrigin-RevId: d600e0ccbff76f181517dd2f42bc0e860c6d434c
2023-12-11 16:19:20 +00:00
Samir Talwar
ae5279ccda Apply HLint's new proposed fixes.
Upgrading HLint brought in a bunch of new suggestions for improvements to the code.

I thought I'd go through them quickly and get them in.

This is not all of them, just the ones I thought were reasonable.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10505
GitOrigin-RevId: cefd661e9dcb973843b421fd0e31a5c5ffe4720f
2023-12-07 09:16:33 +00:00
pranshi06
94f01cfbb0 server: fix condition to classify requests to Apollo persisted queries
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10514
GitOrigin-RevId: c7ada21af3984761e8521f0fc8092e27367cdc02
2023-12-06 10:56:44 +00:00
Daniel Harvey
d9aec547f2 chore: change array lookup in introspection
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10496
GitOrigin-RevId: 9035dcd241e46543b9c20339073698871be39666
2023-11-30 14:05:49 +00:00
Vishnu Bharathi
5768af0ee7 ci: tag release for v2.36.0-beta.1 and v2.36.0
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10517
GitOrigin-RevId: a075b09b4c13fff5ff3ce8f9391331d987e2669c
2023-11-29 12:31:52 +00:00
Samir Talwar
d39f30c38c Allow for columns without known types in MS SQL Server.
Sometimes, the `sys.types` table will not contain a type for a given column.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10506
GitOrigin-RevId: 7407e715a75d196f1bc0408d05f00804f85cbc55
2023-11-23 10:32:56 +00:00
Samir Talwar
73e413e1ee Specify the GHC version in one place.
There's no reason to duplicate this, and it's easy to let them get out of sync.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10502
GitOrigin-RevId: ab52a8ee636bc2abce817985971e43be0e37a874
2023-11-22 09:33:37 +00:00
Samir Talwar
0373beaed0 Upgrade nixpkgs, bump Haskell tool versions, and fix the new HLint errors.
Maintenance work to keep our server tools up to date.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10503
GitOrigin-RevId: 4402e39a5600d14c1e7d5eb4c91b152c2111f315
2023-11-22 09:02:34 +00:00
pranshi06
e80bf147f8 server: fix hide_aggregation_predicates and hide_stream_fields experimental features
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10485
GitOrigin-RevId: b7791c0244fb868d4a857a2e245ec25d05345a17
2023-11-15 16:03:58 +00:00
Rakesh Emmadi
970024569c server: reject null values for non-null variables
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10333
GitOrigin-RevId: b778c225400cfb698570f58044b38396a685a6b6
2023-11-13 22:47:57 +00:00
Brandon Simmons
63d79022f6 server/benchmarks: try to remove some possible sources of non-determi…
…nism

see: https://hasurahq.slack.com/archives/C01TYPD4BEX/p1699388361615799

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10481
GitOrigin-RevId: 262d74403c7ffcd3b5f8d71b79968cc5e22ee5de
2023-11-13 18:11:15 +00:00
Vishnu Bharathi
0b56c3d317 ci: tag release v2.35.1
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10472
GitOrigin-RevId: 291bcd400e6af4cdf4d70db9b4b03cf272e8237e
2023-11-08 16:14:23 +00:00
Karthikeyan Chinnakonda
44584c021d Revert "Skip more unnecessary ET recreation"
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10470
GitOrigin-RevId: 7990b0b6c554e1c128996769e914abb89938ffbe
2023-11-08 16:06:36 +00:00
Vishnu Bharathi
d6887291a0 ci: tag release v2.35.0
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10435
GitOrigin-RevId: 8daa52f5d45b2d255b7d0538a7af60fbd9e22c6b
2023-10-30 15:36:20 +00:00
hasura-bot
77a23320b6 Omit Server Header from Server Responses by Default
GITHUB_PR_NUMBER: 9769
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/9769

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10427
Co-authored-by: Andrew Louis <996681+andrewlouisx@users.noreply.github.com>
GitOrigin-RevId: 5cf62d10965d408954b996788f87a3c0d43a5126
2023-10-30 11:16:20 +00:00
hasura-bot
17e1516511 fix: escape SQL column names in MSSQL's event trigger
GITHUB_PR_NUMBER: 9926
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/9926

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10378
Co-authored-by: Nakano as a Service <20109935+nakanoasaservice@users.noreply.github.com>
GitOrigin-RevId: 644e8fa2cf8c86f85c72c7a075e375a071cb5814
2023-10-30 09:19:24 +00:00
David Overton
82fa13db6e Support joins on nested fields for MongoDB
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10345
GitOrigin-RevId: 1a4886b7ac5110ddf9233596068810963bde3371
2023-10-30 02:27:29 +00:00
Daniel Chambers
30ed6fc30d Dynamic from file template variables in Data Connector config Kriti transforms
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10408
Co-authored-by: Matthew Goodwin <49927862+m4ttheweric@users.noreply.github.com>
Co-authored-by: Vijay Prasanna <11921040+vijayprasanna13@users.noreply.github.com>
GitOrigin-RevId: c6d7a47079d93a6c0a987cd1df7ece9fa4d1a917
2023-10-27 12:36:11 +00:00
paritosh-08
9de2ab40e2 server: throw error in subscription for fields using remote relationship permission
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10415
Co-authored-by: Sean Park-Ross <94021366+seanparkross@users.noreply.github.com>
GitOrigin-RevId: 245c2805e312f2eb05b61eec64f714c6bd0308e4
2023-10-27 11:05:47 +00:00
pranshi06
203b85af25 pro/server: add support for automated persisted queries
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10370
GitOrigin-RevId: c7a6436e4bf0efd83e9751b5d3349c30ad7404e5
2023-10-27 10:04:20 +00:00
Brandon Simmons
4007104653 server: GS-650: dynamic postgres connection strings from file
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10401
Co-authored-by: Rob Dominguez <24390149+robertjdominguez@users.noreply.github.com>
Co-authored-by: Matthew Goodwin <49927862+m4ttheweric@users.noreply.github.com>
GitOrigin-RevId: 94967922738533a80c1af33cca7feab724cc89f6
2023-10-26 22:24:39 +00:00
pranshi06
b28d6470e3 server: add $session_variables as context in response transform
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10410
GitOrigin-RevId: 3e5ec7fa414aaf07d69afa1d74a5b1d137b8b152
2023-10-25 07:29:50 +00:00
Toan Nguyen
86b0c44cae server: support env template for OpenTelemetry attributes
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10405
GitOrigin-RevId: 9045304549fa0b2485a8951d38573eed4ca50a85
2023-10-24 05:08:43 +00:00
Karthikeyan Chinnakonda
317d0c6454 Improve the existing ET comments in Schema/Cache.hs
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10411
GitOrigin-RevId: 9ab21cb16724e8be4aa7d8ce5f3e3c9938669a56
2023-10-23 16:32:38 +00:00
Auke Booij
79836af054 Skip more unnecessary ET recreation
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10220
Co-authored-by: Karthikeyan Chinnakonda <15602904+codingkarthik@users.noreply.github.com>
GitOrigin-RevId: 4fa064b136847fd0d0b3ab65441b359817c9b044
2023-10-23 14:45:32 +00:00
Daniel Chambers
bb5a7d7789 Fix unstable ordering in data connector agent foreach tests
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10396
GitOrigin-RevId: 50415d3a13d8f4c79337280bfd15fdcd3fcc8c9b
2023-10-20 21:23:17 +00:00
Vishnu Bharathi
9429d1ed01 ci: tag release v2.11.13
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10372
GitOrigin-RevId: c4714e58213a64f42308812738f321d4af9dc3b0
2023-10-10 06:15:03 +00:00
Vishnu Bharathi
73c1d38919 ci: tag release v2.11.12
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10366
GitOrigin-RevId: 4d20ec9837a2d7d06a8b1ced71efb6ad46af4855
2023-10-06 08:50:52 +00:00
Samir Talwar
cca591a7f9 CI: Test against PostgreSQL 16.
This changes our test configuration to use the PostgreSQL 16 image from `postgis/postgis`.

In addition, it bumps PostGIS to v3.4 (from v3.3).

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10361
GitOrigin-RevId: 883c96d8453efb42b226f849891488382a99c80c
2023-10-05 12:59:17 +00:00
Naveen Naidu
a893b1b906 server, multitenant: model usage logs
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9744
Co-authored-by: pranshi06 <85474619+pranshi06@users.noreply.github.com>
Co-authored-by: paritosh-08 <85472423+paritosh-08@users.noreply.github.com>
GitOrigin-RevId: 270755e88fd17f8fd949ac06d31e408202078544
2023-10-03 05:17:39 +00:00
Vishnu Bharathi
393d286ebf ci: tag release v2.34.0
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10347
GitOrigin-RevId: 8a113e6bada7a0e732633f85dc1ac1530912db6b
2023-09-28 14:54:43 +00:00
Philip Lykke Carlsen
2e3b0751f8 Revert "feat: Make naming-convention feature generally available"
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10339
GitOrigin-RevId: eebce099a4836836e6b0b2778c27c379870e2cc5
2023-09-28 12:31:55 +00:00
Brandon Simmons
5f8820c2cf server: compress response bodies with libdeflate, using level 6 for l…
…arger ones

…the goal being to save on data transfer costs, libdeflate being much faster than zlib for larger inputs and at higher compression levels. A few notes:

In last month...

- 95% of response bodies > 20kB compress below 32% (with zlib level 1)
- The 10% of responses > 20kB comprise 75% egress traffic to clients
- libdeflate at level 6 is comparable in performance to zlib level 1, and twice as fast as zlib level 6
- We expect compressing 20kB+ response bodies at level 6 to reduce data transfer to clients by 25% or so (although this is difficult to predict accurately)

The new libdeflate bindings used here also need review: https://github.com/hasura/libdeflate-hs

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10341
GitOrigin-RevId: bc7b19e0024e442d85ac0b34995610edbab13bd6
2023-09-27 08:51:02 +00:00
Krushan Bauva
f0430ef2c7 skip /healthz and /v1/version data transfers from Prometheus metrics
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10332
GitOrigin-RevId: a44001272edc394a42542f2cac5c3692e771d165
2023-09-27 06:32:23 +00:00
pranshi06
33bafdf450 server: add Env Variable to set the number of requests processed at a time in async actions
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10326
Co-authored-by: Puru Gupta <32328846+purugupta99@users.noreply.github.com>
GitOrigin-RevId: d88ef6e2bb0b94f1cba9903cf7338ff2931d7ee2
2023-09-26 06:23:54 +00:00
Samir Talwar
2467e23ef6 docker: Always use the official SQL Server image for testing.
Now that Docker for macOS supports using Rosetta for x86/amd64 emulation, we no longer need to use the `azure-sql-edge` image. We can always use the official `mcr.microsoft.com/mssql/server` one.

This also means that we no longer need the separate healthcheck container, because the official image ships with `sqlcmd`.

When this is merged, you will need to ensure you have enabled Rosetta emulation in the Docker settings to test against SQL Server on macOS. This requires macOS 13 (Ventura).

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10139
GitOrigin-RevId: 2225bf5f4c6d3632da1f29b2229c9b04ead5e34c
2023-09-25 13:27:23 +00:00
Philip Lykke Carlsen
2d2fe93adf fix: MSSQL remote relationships handles large results
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10327
GitOrigin-RevId: c7e478f52f7aa7b44a3597886588b0c0f1e7341c
2023-09-25 08:49:43 +00:00
Vishnu Bharathi
5e2f5d470c ci: tag release v2.11.11
Doing this for https://hasurahq.slack.com/archives/C05U0N4TAC9

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10331
GitOrigin-RevId: ea2a2eb70da57634fcde70b0cae46829cac240f5
2023-09-23 20:33:18 +00:00
kodiakhq[bot]
07bad7c498 INFRA-832: logs OTLP export
https://hasurahq.atlassian.net/browse/INFRA-832

Foundational work already merged:
- #10171
- 0184ba8bfcae9b
- 699317ffd061d3

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10238
Co-authored-by: Varun Choudhary <68095256+Varun-Choudhary@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Toan Nguyen  <1615675+hgiasac@users.noreply.github.com>
GitOrigin-RevId: d88c6a1aafe74e7393873aacc61e6fce3bc7c068
2023-09-13 16:49:55 +00:00
Toan Nguyen
f915c7d1a2 server: support w3c traceparent context
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10218
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Rob Dominguez <24390149+robertjdominguez@users.noreply.github.com>
GitOrigin-RevId: d3dbea6220fd2127ab76c0a240fc4725ca5d6aac
2023-09-13 13:42:30 +00:00
Samir Talwar
0aa5e832e5 server: Update BigQuery tests to react to a change in error messages.
BigQuery has changed its error message text. This updates the test accordingly.

We could probably be more liberal when matching the text, but as this is unlikely to change again soon, that feels like overkill.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10306
GitOrigin-RevId: 74e7926ee17e617d9ff4430b3cea220ced579ae5
2023-09-13 10:24:45 +00:00
Divi
d715387e29 ci: tag release v2.33.4
https://hasurahq.slack.com/archives/CKATHV1J7/p1694118812690519

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10291
GitOrigin-RevId: 1aee2ebfc4d91af720f9bf7763ee7afffc693e5e
2023-09-11 06:12:02 +00:00
Brandon Martin
db59d5ccf4 Add schema post and deprecate get
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10281
GitOrigin-RevId: 9fae2d61bd5120302ae199016b71e2b0ecac422a
2023-09-07 13:35:29 +00:00
pranshi06
1fbda0f430 server: fix event trigger fetch interval regression
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10276
GitOrigin-RevId: 336bad184a089239bda05a2cb105f2aa8c937d38
2023-09-07 07:23:10 +00:00
Divi
926fb8db18 ci: tag release v2.33.3
https://hasurahq.slack.com/archives/CKATHV1J7/p1694007400816709

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10278
GitOrigin-RevId: 675b6856cae8a5d4cb33c55d32163a621595f6ec
2023-09-06 16:11:53 +00:00
Samir Talwar
5e96f9a5a8 server: BigQuery: Add support for _like within permissions.
We missed a few operators in BigQuery permissions, specifically `_like` and `_nlike`. This adds them.

[NDAT-866]: https://hasurahq.atlassian.net/browse/NDAT-866?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10274
GitOrigin-RevId: 4d1ebbdd15b80d09c65c5b792c33dffd618458fe
2023-09-06 14:55:21 +00:00
Divi
d8008bc849 ci: tag release v2.34.0-beta.1
https://hasurahq.slack.com/archives/CKATHV1J7/p1693988426571569

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10270
GitOrigin-RevId: c0a145ba7fa8164ecf91252cd722bd56d95afdc8
2023-09-06 09:02:24 +00:00
Brandon Simmons
4d90170437 fix memory leaks in EE related to schema registry
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10250
GitOrigin-RevId: 36f6ff0496852cf4f9c094b71c4315a9e3b27bb1
2023-09-06 02:31:55 +00:00