graphql-engine/server/src-lib/Data
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
..
Aeson export metadata without nulls, empty arrays & default values (#3393) 2019-12-14 00:47:38 -06:00
HashMap/Strict/InsOrd server: use insert-ordered-containers for ordered map 2018-06-28 13:49:52 +05:30
Parser add a json path argument to query values inside json columns (close #1598) (#1661) 2019-03-25 19:15:35 +05:30
Sequence fix updating a column with multiple operators causing postgres query error (fix #3432) (#3458) 2019-12-03 14:00:37 -06:00
Text refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
Time/Clock Multiplex all subscriptions, grouping them by their resolved SQL query 2019-09-16 22:00:46 -05:00
TByteString.hs refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30