mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-12 14:51:40 +00:00
95a509757a
This PR does the following: - adds a `keysize` parameter to `generate-keys`, so we can use lower sized keys when running in CI - updates the Complement docker files to use BuildKit (requires Docker >18.09) - uses `exec` when executing `dendrite-monotlith-server`, making it PID 1 inside docker, which results in Dendrite actually receiving the `SIGTERM` signal send by Docker. (Making it faster when running tests with Complement, as we don't take 10 seconds to timeout) |
||
---|---|---|
.. | ||
build-test-lint.sh | ||
Complement.Dockerfile | ||
complement.sh | ||
ComplementLocal.Dockerfile | ||
ComplementPostgres.Dockerfile | ||
find-lint.sh | ||
install-local-kafka.sh | ||
README.md |
Dev Scripts
These are a collection of scripts that should be helpful for those developing on dendrite.
See find-lint.sh
for environment variables that control linter resource
usage.