summary refs log tree commit diff
path: root/synapse/config/database.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-50/+0
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-5/+7
* Refuse to start if DB has an unsafe locale (#12262)Shay2022-03-231-0/+6
* Additional type hints for config module. (#11465)Patrick Cloke2021-12-011-6/+7
* Allow setting transaction limit for db connections (#10440)Toni Spets2021-08-021-0/+4
* Update links to documentation in sample config (#10287)Dirk Klimpel2021-07-071-1/+2
* Add port parameter to the sample config for psycopg2 args (#9911)Andrew Morgan2021-05-041-0/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+1
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-1/+4
* Change sample config's postgres user to synapse_user (#7889)Andrew Morgan2020-07-201-1/+1
* Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-111-6/+0
* Fix typo 'datbases' in ConfigErrorAndrew Morgan2020-04-281-1/+1
* Don't default to an invalid sqlite config if no database configuration is pro...Nektarios Katakis2020-03-261-22/+47
* Improve database configuration docs (#6988)Richard van der Hoff2020-03-201-34/+59
* Add experimental 'databases' config (#6580)Erik Johnston2020-01-061-13/+42
* Split state groups into a separate data store (#6296)Erik Johnston2019-12-201-5/+5
* Add database config class (#6513)Erik Johnston2019-12-181-16/+62
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* Config templating (#5900)Jorik Schellekens2019-08-281-8/+19
* Change add_arguments to be a static methodErik Johnston2019-07-151-1/+2
* Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-17/+14
* Comment out most options in the generated config. (#4863)Richard van der Hoff2019-03-191-1/+2
* Include a default configuration file in the 'docs' directory. (#4791)Richard van der Hoff2019-03-041-1/+2
* Add a script to generate a clean config file (#4315)Richard van der Hoff2018-12-221-2/+3
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-1/+1
* Allow generate-config to run against an existing config file to generate defa...Mark Haines2015-05-011-1/+2
* Manually generate the default config yaml, remove most of the commandline arg...Mark Haines2015-04-301-34/+39
* Move database configuration into config moduleErik Johnston2015-04-271-2/+21
* Update --database-path metavar to SQLITE_DATABASE_PATHErik Johnston2015-04-171-1/+1
* Make database selection configurableErik Johnston2015-03-201-0/+9
* Add a cache for get_eventMark Haines2015-02-111-0/+5
* Allow ':memory:' as the database path for sqlite3Mark Haines2015-01-191-1/+4
* Update copyright noticesMark Haines2015-01-061-1/+1
* Fix pep8 warningsMark Haines2014-10-301-1/+1
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Fix homeserver config parsingMark Haines2014-09-011-2/+3
* Add config tree to synapse. Add support for reading config from a fileMark Haines2014-08-311-0/+36