Commit Graph

5 Commits (6ffa2376b875241d324f90e77b7839ee31b19655)

Author SHA1 Message Date
Christian Merten 6ffa2376b8
settings: use toml configuration files
We replace the current environment variable based configuration approach by
reading all local configuration from a `settings.toml` configuration file.
The docker test, development and production setups have been updated to use
the new setup.

The configuration folder also allows overriding every template in a
`config/templates` directory. We use this in a follow-up to move
all local specific templates, e.g. the registration form, into this
config directory.
11 months ago
Christian Merten e02b0acefe
docker/test: improve setup
`make test` now automatically forces a rebuild. Also passing `keepdb=true` runs
the test suite with `--keepdb` which is useful when repeatedly running tests.
11 months ago
Christian Merten 19eb0953d5
tests: fix, generate html coverage report 12 months ago
Christian Merten 52012f6679
docker/test: generate coverage report in xml
gitea/kompass/pipeline/head There was a failure building this commit Details
3 years ago
Christian Merten 4e3eb7dd5e
docker: add test setup 3 years ago