Commit graph

5 commits

Author SHA1 Message Date
Neil Alexander ed6c8af282
Include database connection string in database options 2020-07-30 13:29:58 +01:00
Neil Alexander e1d00e47de
Update server key API tests 2020-07-29 09:55:57 +01:00
Neil Alexander a2082a6522
More shifting around 2020-07-29 09:48:03 +01:00
Neil Alexander d8eb0e1b4f
Initial pass at refactoring config (not finished) 2020-07-28 17:43:32 +01:00
Neil Alexander 57b7fa3db8
More server key updates, tests (#1129)
* More key tweaks

* Start testing stuff

* Move responsibility for generating local keys into server key API, don't register prom in caches unless needed, start tests

* Don't store our own keys in the database

* Don't store our own keys in the database

* Don't run tests for now

* Tweak caching behaviour, update tests

* Update comments, add fixes from forward-merge

* Debug logging

* Debug logging

* Perform final comparison against original set of requests

* oops

* Fetcher timeouts

* Fetcher timeouts

* missing func

* Tweaks

* Update gomatrixserverlib

* Fix Federation API test

* Break up FetchKeys

* Add comments to caching

* Add URL check in test

* Partially revert "Move responsibility for generating local keys into server key API, don't register prom in caches unless needed, start tests"

This reverts commit d7eb54c5b3.

* Fix federation API test

* Fix internal cache stuff again

* Fix server key API test

* Update comments

* Update comments from review

* Fix lint
2020-06-16 13:11:20 +01:00