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
Toan Nguyen
47baf4addc
docs: add OpenTelemetry trace sampling rate limit note for Hasura Cloud
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10311
Co-authored-by: Shahidh K Muhammed <4124733+shahidhk@users.noreply.github.com>
Co-authored-by: Sean Park-Ross <94021366+seanparkross@users.noreply.github.com>
GitOrigin-RevId: 1d82e0645accaa1334db50630daf241cc50dc692
2023-09-27 10:44:28 +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
Rob Dominguez
80cc6e79fd
docs: fix dupe in ee docs
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10337
GitOrigin-RevId: 8114bddf7c866849fcbcfba2c7711274cea45e18
2023-09-26 11:44:44 +00:00
Toan Nguyen
61b527033d
docs,community: update the observability boilerplate to use OpenTelemetry logs exporter
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10318
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sean Park-Ross <94021366+seanparkross@users.noreply.github.com>
GitOrigin-RevId: c5a5bddc25e1b9add3712f6345883d379b468751
2023-09-26 11:30:47 +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
Varun Choudhary
bf85fdfb2a
console: fix autofill name while editing rest endpoint
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10324
GitOrigin-RevId: 2224b2019c430d45312b41f08d38d699c5877143
2023-09-25 14:39:05 +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
Martin Mark
ad0823094b
MongoDB: Updated for dynamic $oid and $date objects
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10323
Co-authored-by: Julian <118911427+julian-mayorga@users.noreply.github.com>
GitOrigin-RevId: 58ca3685c413c52c334a552f43136a8c243c729a
2023-09-25 09:24:45 +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
Rob Dominguez
f02d0fb129
docs: update page names
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10321
GitOrigin-RevId: 70138de2fba26808f67bfc5fdca66f8a8468a83b
2023-09-20 11:39:22 +00:00
Chris Martin
10081dfc19
docs: updated metadata-best-practices with env var recommendation and…
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10322
GitOrigin-RevId: 2ebf4e5b3bf8fb875109319f62438efadadc5a32
2023-09-19 18:18:01 +00:00
Martin Mark
d06f21adb5
Logical models - array errors / parent object namespacing
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10313
Co-authored-by: Brandon Martin <40686+codedmart@users.noreply.github.com>
Co-authored-by: Julian <118911427+julian-mayorga@users.noreply.github.com>
GitOrigin-RevId: 59ccfcaa09ed3abdfa3ec264f413c9bef9b74561
2023-09-15 02:18:13 +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
hasura-bot
f44a3870dd
docs: mention disable CORS environment variable in config-examples.mdx
...
GITHUB_PR_NUMBER: 9882
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/9882
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10305
Co-authored-by: andoks <5228+andoks@users.noreply.github.com>
Co-authored-by: Sean Park-Ross <94021366+seanparkross@users.noreply.github.com>
GitOrigin-RevId: c2eeaeacceb262d1c2496b513694d12971b2a891
2023-09-13 11:39:56 +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
Sandeep Raj Kumar
96b1b8561e
Update Connector plugin docs
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10299
GitOrigin-RevId: deb1b0e0551d7e66f45aed56f2ddb4ffab87e1c3
2023-09-12 14:05:56 +00:00
Rob Dominguez
a87889297c
docs: add snowflake feature matrix and fix mysql tables
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10295
GitOrigin-RevId: 9c8a247cb742e0a40beb1cebca61566dcb533ae1
2023-09-12 13:58:39 +00:00
Harish Nair
1ef188fa58
Change url for EE Trials contact us form
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10267
GitOrigin-RevId: cac345a25695bfcfe85648944d45ee95cd8d858e
2023-09-12 11:46:41 +00:00
ojas
967bbe4c63
console: Schema Registry new pagination logic
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10251
Co-authored-by: Aaysha <109507451+aayshasura@users.noreply.github.com>
GitOrigin-RevId: 1750e9ea4fa27d054d0e4bf6f58c1fdf170badfe
2023-09-12 11:01:09 +00:00
Vijay Prasanna
c916a3fdc2
console: add model count summary page
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10285
GitOrigin-RevId: e5bbb2c246a1cce7fd53ee79565676ef7a8b9aa3
2023-09-12 06:24:59 +00:00
Rob Dominguez
52d05b0e9d
docs: hotfix backprot to resolve modified links
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10294
GitOrigin-RevId: e67f093d2c7a7793ce9b69618dae1165b2c5af15
2023-09-11 15:40:23 +00:00
Rikin Kachhia
158fc16a1c
docs: split query filter page
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10152
Co-authored-by: Rob Dominguez <24390149+robertjdominguez@users.noreply.github.com>
GitOrigin-RevId: 774a44a45e2499a87cf82cd06536cb66246c45e3
2023-09-11 14:38:54 +00:00
Rob Dominguez
be91aecd5b
docs: add glboal_select_limit to bq
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10286
GitOrigin-RevId: 6a9dacbcc2bea93e21550bdcc0befd5ed257faf4
2023-09-11 11:49:26 +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
Luca Restagno
103ec25636
feat: enable insert row new ui for all data sources
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10217
Co-authored-by: Vijay Prasanna <11921040+vijayprasanna13@users.noreply.github.com>
GitOrigin-RevId: e04d6ea04da889a683e5e1d8ea80dcb35f6d76a6
2023-09-06 10:18:09 +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
Martin Mark
f422e52896
MongoDB: Logical Model Collection Name Prepend
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10258
Co-authored-by: Julian <118911427+julian-mayorga@users.noreply.github.com>
GitOrigin-RevId: f58668a0e1406080ca1319a2b40ed3f90f5173db
2023-09-05 18:31:13 +00:00
Divi
ec87534998
ci: tag release v2.32.2, v2.33.2
...
https://hasurahq.slack.com/archives/CKATHV1J7/p1693892241335089
https://hasurahq.slack.com/archives/CKATHV1J7/p1693894522095099
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10264
GitOrigin-RevId: 801a807c45b5970a7df6a045dd3fa14b1fa82467
2023-09-05 07:27:46 +00:00
Mohd Bilal
c7d1330389
cli: fix parsing of native databases and data connectors functions
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10260
GitOrigin-RevId: 41e80dfca4b20dddd4f2451f1aeaef8ca4547635
2023-09-05 06:11:52 +00:00
hasura-bot
0920a78e5a
docs: fix links
...
GITHUB_PR_NUMBER: 9860
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/9860
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10255
Co-authored-by: Bentley Hensel <29107683+TheBoatyMcBoatFace@users.noreply.github.com>
GitOrigin-RevId: db3db3fdb3501b4ca86f2ce88e2aa48dc4ce58b4
2023-09-04 08:30:26 +00:00
Vijay Prasanna
041c63d313
console: fix issue with column duplication on create table when using "clear input" option
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10257
GitOrigin-RevId: c00d22a35f3f93b6817ea2c47e4a6b2dfce6bdb7
2023-09-04 08:23:54 +00:00
Rob Dominguez
6d7865b383
docs: remove standard cloud tier references throughout docs
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10254
GitOrigin-RevId: 84e28b38e1a10eeefe207acd207bc8b584eea20d
2023-09-01 15:31:11 +00:00
Rob Dominguez
dcf5944aa5
docs: update quickstart to match new sample app schema
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10248
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: dc0fd36b25c680543b3ed304aad13d1bd731bc16
2023-09-01 13:12:20 +00:00
Divi
494fe10925
ci: tag release v2.33.1
...
https://hasurahq.slack.com/archives/CKATHV1J7/p1693572172274079
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10252
GitOrigin-RevId: 749de3b1ab1acadf642b10a2a35f7d7444226988
2023-09-01 12:56:50 +00:00
Varun Choudhary
207dabec8d
console: support for remote relationship permission
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10193
GitOrigin-RevId: ed90991c7919e50c51adcba323f57d6446e9679c
2023-09-01 06:43:22 +00:00
Daniel Harvey
de8d130a47
docs(server): update table/NQ relationship docs
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10188
Co-authored-by: Sean Park-Ross <94021366+seanparkross@users.noreply.github.com>
GitOrigin-RevId: 9335ff2704ff8ea900b3b8194ea02aedf7ee267b
2023-08-31 14:34:58 +00:00
Sean Park-Ross
fc2471e875
Docs: Event Triggers Recipe for Product Description ChatGPT SEO
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10189
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: bfca67ca4ce8124eebd75ff44030aee8440616e1
2023-08-31 12:52:12 +00:00
Sean Park-Ross
30de5793f0
Docs: Clarify multiple subscriptions. Specifically for AI understanding.
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10162
GitOrigin-RevId: 05351d7b369f5a7b52c5287fdac426885219da9f
2023-08-31 11:23:29 +00:00
Philip Lykke Carlsen
76936f0972
feat: Make naming-convention
feature generally available
...
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10214
GitOrigin-RevId: ad99b6e4ad6dbab2b0c6fa7a09b48dcd4d06ee1f
2023-08-31 09:24:00 +00:00
Rob Dominguez
1ffdff66a9
docs: add event trigger recipe for gpt content moderation
...
[DOCS-1166]: https://hasurahq.atlassian.net/browse/DOCS-1166?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10172
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: 483074cbed76560a2e4d61f2f1638bc61dc97341
2023-08-31 08:39:07 +00:00