mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
1c09e7c8cf
First up: please let me know if we're already using a YAML file formatter, which one, and I'll close this. **Otherwise:** This PR formats .circleci/config.yml files with https://github.com/redhat-developer/yaml-language-server formatter. **As someone who** edits yaml files infrequently, but with a few default language servers active in my editor, **I'd like to** edit the file without having to think about formatting or yaml idiosyncrasies **So that** I can raise a PR and move on with my life ✨ ### Before: incorrect formatting highlighted for 1/5 of `.circleci.config.yaml` file. Difficult to read/edit, and unable to use any common editor integrations ![Screenshot 2021-07-14 at 10 51 41](https://user-images.githubusercontent.com/3883855/125602289-6c0ce457-8a1f-43ea-96f4-1b29e440181a.png) ### After: writing yaml brings me joy now ![Screenshot 2021-07-14 at 11 21 42](https://user-images.githubusercontent.com/3883855/125606378-e6e4ee2a-c44a-40c4-bebe-3e7ab4cb98ae.png) https://github.com/hasura/graphql-engine-mono/pull/1788 GitOrigin-RevId: d821f3ab5af758e4af3aa442afb0997d76e53c72 |
||
---|---|---|
.. | ||
mssql-server-2019-CU10-ubuntu-20.04 | ||
pgbouncer | ||
postgres-12.0-alpine-postgis3 | ||
postgres-13.0-alpine-postgis3 | ||
server-upgrade-downgrade | ||
.gitignore | ||
build-docker-image.sh | ||
ciignore.sh | ||
cli-builder.dockerfile | ||
cli-migrations-builder.dockerfile | ||
config.yml | ||
console-builder.dockerfile | ||
deploy.sh | ||
deployer.dockerfile | ||
extension-cli-builder.dockerfile | ||
install-cli-builder-deps.sh | ||
README.md | ||
release_notes.template.md | ||
server-builder.dockerfile | ||
server-test-names.txt | ||
test-console.sh | ||
test-deprecated-server-flags.sh | ||
test-server-flags.sh | ||
test-server.sh |
TODO(swann): write this out better
Any tests in test-server.sh
should also have their names added to
server-test-names.txt
, otherwise the CI pipelines will not run them.