summary refs log tree commit diff
path: root/.buildkite/scripts/create_postgres_db.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix port_db on empty db (#9930)Richard van der Hoff2021-05-101-36/+0
| | | | ... and test it.
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Run the linters on a consistent list of files (#9038)Richard van der Hoff2021-01-081-0/+1
| | | | | We were running some linters on some files and some on others. Extract a common setting and use it everywhere.
* Fix CI for synapse_port_db (#6276)Brendan Abolivier2019-10-291-0/+36
* Don't use a virtualenv * Generate the server's signing key to allow it to start * Add signing key paths to CI configuration files * Use a Python script to create the postgresql database * Improve logging