graphql-engine/server/tests-py/queries/v1
Brandon Simmons 6e8da71ece server: migrate to aeson-2 in preparation for ghc 9.2 upgrade
(Work here originally done by awjchen, rebased and fixed up for merge by
jberryman)

This is part of a merge train towards GHC 9.2 compatibility. The main
issue is the use of the new abstract `KeyMap` in 2.0. See:
https://hackage.haskell.org/package/aeson-2.0.3.0/changelog

Alex's original work is here:
#4305

BEHAVIOR CHANGE NOTE: This change causes a different arbitrary ordering
of serialized Json, for example during metadata export. CLI users care
about this in particular, and so we need to call it out as a _behavior
change_ as we did in v2.5.0. The good news though is that after this
change ordering should be more stable (alphabetical key order).

See: https://hasurahq.slack.com/archives/C01M20G1YRW/p1654012632634389

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4611
Co-authored-by: awjchen <13142944+awjchen@users.noreply.github.com>
GitOrigin-RevId: 700265162c782739b2bb88300ee3cda3819b2e87
2022-06-08 15:32:27 +00:00
..
basic [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
bulk [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
computed_fields server: do not do a "successful" noop when tracking a function in the wrong source 2021-05-27 12:09:19 +00:00
count Integration test improvements (for speed/clarity), also increase polling interval for scheduled events 2021-04-27 05:35:26 +00:00
ddl server: move to storing metadata as a json blob (#115) 2020-12-08 14:23:28 +00:00
delete [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
insert [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
metadata server/tests: unify HASURA_BIGQUERY_SERVICE_KEY and HASURA_BIGQUERY_SERVICE_ACCOUNT env vars 2022-03-14 07:50:35 +00:00
metadata_order Customize column GraphQL schema descriptions 2022-03-09 06:35:46 +00:00
non_empty_text check input for empty strings for metadata api (close #2302) (#2300) 2019-07-11 09:00:45 +00:00
permissions [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
relationships server: fix the nullability of object relationships (fix hasura/graphql-engine#7201) 2021-08-26 15:27:34 +00:00
run_sql server/mssql: move mssql_run_sql test cases from v1/run_sql to v2/mssql/run_sql 2022-01-18 02:21:04 +00:00
select server: add tests ensuring the correct functioning of all endpoints based on user roles 2021-07-16 16:09:25 +00:00
set_table_configuration server: migrate to aeson-2 in preparation for ghc 9.2 upgrade 2022-06-08 15:32:27 +00:00
set_table_custom_fields server: include more detail in inconsistent metadata error messages (fix #6684) 2021-05-19 05:02:53 +00:00
set_table_is_enum server: add custom table name in EnumReference 2022-04-13 10:08:21 +00:00
track_table server: disable mutation for materialised views 2021-09-06 10:10:35 +00:00
update [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00