graphql-engine/server/src-lib/Hasura/GraphQL
Rakesh Emmadi 421a182f64 export metadata without nulls, empty arrays & default values (#3393)
* export metadata without nulls, empty arrays
* property tests for 'ReplaceMetadata' using QuickCheck
-> Derive Arbitrary class for 'ReplaceMetadata' dependant types

* reduce property test cases number to 30
QuickCheck generates the `ReplaceMetadata` value really large
for higher number test cases. Encoded JSON for such values is large and
consumes more memory. Thus, CI is giving up while running property
tests.

* circle-ci: Add property tests as saperate job
* add no command mode to tests
* add yaml.v2 to go mod
* remove indirect comment for yaml.v2 dependency
2019-12-14 00:47:38 -06:00
..
Execute fix insert permission views are not unique for long role names (fix #3444) (#3486) 2019-12-09 17:23:06 -06:00
Resolve fix json/jsonb columns as String values in nested returning of a mutation (fix #3365) (#3375) 2019-12-10 17:20:55 -06:00
Schema functions can access session info via input arg (close #2322) (#3143) 2019-11-20 12:17:06 +05:30
Transport fix resolving user info in websocket transport (#3509) 2019-12-10 19:04:49 -06:00
Validate support computed fields returning scalars or set of tables (close #1387) (#2917) 2019-10-18 13:59:47 +05:30
Context.hs export metadata without nulls, empty arrays & default values (#3393) 2019-12-14 00:47:38 -06:00
Execute.hs refactor some internal components (#3414) 2019-11-26 17:44:21 +05:30
Explain.hs functions can access session info via input arg (close #2322) (#3143) 2019-11-20 12:17:06 +05:30
Logging.hs refactor some internal components (#3414) 2019-11-26 17:44:21 +05:30
RemoteServer.hs allow configuring timeout for remote schema calls (close #2501) (#2753) 2019-08-23 14:27:19 +05:30
Resolve.hs functions can access session info via input arg (close #2322) (#3143) 2019-11-20 12:17:06 +05:30
Schema.hs avoid CTE expressions in sql function queries, close #3349 (#3504) 2019-12-09 20:27:44 -06:00
Utils.hs export metadata without nulls, empty arrays & default values (#3393) 2019-12-14 00:47:38 -06:00
Validate.hs Track variable uses within query validation for caching (fix #3097) (#3135) 2019-10-16 09:33:34 -05:00