graphql-engine/scripts
Antoine Leblanc f9b64b7d7c Fix some dev.sh issues
### Description

This PR fixes two small issues with the `dev.sh` script:

- when running the script without a specific test flag (`./scripts/dev.sh test`), we would start some of the containers more than once; this PR fixes this by checking whether the container is already running before starting it
- we were still doing some bigquery setup in the main code, despite that setup being already done in `parse-pytest-backend`, which would result in biquery setup errors even when testing non-bigquery backends; this PR just deletes the redundant line.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3017
GitOrigin-RevId: 86a53b1fe974aae733a02bdf045389a0d7436cb7
2021-11-30 16:37:34 +00:00
..
cli-migrations cli: split remote schema permissions metadata into seperate files 2021-10-14 06:52:57 +00:00
coalesce_run_sql [server] coalesce multiple run_sql calls in tests (#270) 2021-01-06 16:07:22 +00:00
containers pass MSSQL_SA_PASSWORD to mssql container, and add MSSQL_HOST 2021-11-25 10:23:53 +00:00
edit-pg-dump Merge oss/master onto mono/main 2020-11-12 22:37:19 +05:30
ekg server: add support for tagged and dynamic metrics 2021-08-05 21:08:17 +00:00
data-sources-util.sh BigQuery remote joins 2021-11-24 16:22:55 +00:00
dev.sh Fix some dev.sh issues 2021-11-30 16:37:34 +00:00
dump-remote-schema.js Remote Joins: Create relationships across database and remote schemas (#2392) 2020-05-27 20:32:58 +05:30
generate_brand_assets_readme.sh update brand assets (#2062) 2019-04-26 10:05:52 +05:30
get-console-assets-version.sh ci: fix console hot-fix releases (#4208) 2020-04-01 18:26:54 +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 cli, server: use prerelease tag as channel for console assets cdn (#3975) 2020-03-04 20:10:47 +05:30
parse-pytest-backend server/bigquery: run tests in CI 2021-08-12 16:48:29 +00:00
performance_report.sh benchmarks: add a utility for viewing performance of a branch over time 2021-08-17 07:56:41 +00:00
tag-release.sh ci: introduce docker image scans 2021-09-03 06:51:46 +00:00
verify-bigquery-creds.sh server/bigquery: improve test setup and documentation (close #2345) 2021-10-12 17:59:44 +00:00