graphql-engine/cli/migrate/database
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
..
hasuradb export metadata without nulls, empty arrays & default values (#3393) 2019-12-14 00:47:38 -06:00
testing added support for file information in hasuradb driver (close #1136) (#1143) 2018-12-03 16:50:53 +05:30
driver.go cli(migrations): new folder structure and squash (#3072) 2019-10-31 07:51:15 +05:30
metadata.go add reload metadata command to the cli (close #722) (#725) 2018-10-16 11:55:30 +05:30
migration.go add hasura cli package 2018-06-24 19:10:48 +05:30
schema_dump.go add an api to dump postgres schema (close #1939) (#1967) 2019-04-30 14:04:08 +05:30
settings.go add hasura cli package 2018-06-24 19:10:48 +05:30
types.go cli(migrations): new folder structure and squash (#3072) 2019-10-31 07:51:15 +05:30