graphql-engine/scripts
Brandon Simmons bc4456eccc Add local development swiss army knife script scripts/dev.sh
At the moment we can...

...run tests in isolation, generating coverage report:

    $ dev.sh test

You can pass args to pytest as well. e.g. to run a specific test:

    $ dev.sh test -k "test_jsonb_has_all"

Launch a postgres container with useful dev defaults, with PostGIS,
cleaning up afterwards:

    $ dev.sh postgres

Build and launch graphql-engine in dev mode, connecting with a
`postgres` launched above

    $ dev.sh graphql-engine
2019-07-26 01:17:35 -04:00
..
cli-migrations update manifests to v1.0.0-beta.3 2019-07-12 11:00:10 +05:30
edit-pg-dump edit-pg-dump: fix a missing semi-colon 2019-04-09 09:24:59 +05:30
dev.sh Add local development swiss army knife script scripts/dev.sh 2019-07-26 01:17:35 -04:00
generate_brand_assets_readme.sh update brand assets (#2062) 2019-04-26 10:05:52 +05:30
get-console-assets-version.sh bundle console assets into server (close #516, close #521, close #2130) (#2192) 2019-05-16 13:15:29 +05:30
get-version-circleci.sh bundle console assets into server (close #516, close #521, close #2130) (#2192) 2019-05-16 13:15:29 +05:30
get-version.sh only deploy dev|release branches (#76) 2018-07-10 11:52:13 +00:00
tag-release.sh fix tag script to handle multiple directories (#1100) 2018-11-23 18:59:22 +05:30