[x] You have configured the triggering of the pre-commit hook on your local repository's clone. You need to have installed the python module pre-commit (listed in the required dev modules) and run the command pre-commit install in the repository's root folder.
[x] You have covered your code with unit and acceptance tests
[x] The feature you have implemented has no tag @wip any more
Changes
I have implemented our initial helm charts that deploy our database and graphql engine. Currently, the fixtures are also produced and deployed in the dev environment. Maybe we will change that in the near future and only enable that on our staging environment.
How to use the feature
skaffold run --port-forward
The readme was adapted with the necessary details, though it's become a bit messy. It will be reworked soon.
Recap of our workflow
Prerequisites
pre-commit
(listed in the required dev modules) and run the commandpre-commit install
in the repository's root folder.@wip
any moreChanges
I have implemented our initial helm charts that deploy our database and graphql engine. Currently, the fixtures are also produced and deployed in the dev environment. Maybe we will change that in the near future and only enable that on our staging environment.
How to use the feature
The readme was adapted with the necessary details, though it's become a bit messy. It will be reworked soon.