graphql-engine/server/src-lib/Hasura/RQL/DDL
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
..
Metadata export metadata without nulls, empty arrays & default values (#3393) 2019-12-14 00:47:38 -06:00
Permission export metadata without nulls, empty arrays & default values (#3393) 2019-12-14 00:47:38 -06:00
Relationship export metadata without nulls, empty arrays & default values (#3393) 2019-12-14 00:47:38 -06:00
Schema export metadata without nulls, empty arrays & default values (#3393) 2019-12-14 00:47:38 -06:00
ComputedField.hs export metadata without nulls, empty arrays & default values (#3393) 2019-12-14 00:47:38 -06:00
Deps.hs allow exposing postgres functions through GraphQL interface (close #333) (#1073) 2019-01-25 09:01:54 +05:30
EventTrigger.hs refactor some internal components (#3414) 2019-11-26 17:44:21 +05:30
Headers.hs refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
Metadata.hs export metadata without nulls, empty arrays & default values (#3393) 2019-12-14 00:47:38 -06:00
Permission.hs export metadata without nulls, empty arrays & default values (#3393) 2019-12-14 00:47:38 -06:00
QueryCollection.hs refactor some internal components (#3414) 2019-11-26 17:44:21 +05:30
Relationship.hs refactor some internal components (#3414) 2019-11-26 17:44:21 +05:30
RemoteSchema.hs refactor some internal components (#3414) 2019-11-26 17:44:21 +05:30
Schema.hs refactor some internal components (#3414) 2019-11-26 17:44:21 +05:30
Utils.hs schema cache sync improvements (#2098) 2019-05-03 16:12:26 +05:30