summary refs log tree commit diff
path: root/docker/configure_workers_and_start.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Route auth'd fed media requests to media repo in Complement tests (#17422)Andrew Morgan2024-07-091-0/+1
* Support MSC3916 by adding `_matrix/client/v1/media/download` endpoint (#17365)Shay2024-07-021-1/+2
* Route `/make_knock` and `/send_knock` to workers in Complement docker image (...Andrew Morgan2024-05-161-0/+2
* Fixups to new push stream (#17038)Erik Johnston2024-03-281-0/+8
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Add a `--generate-only` option to the Complement launcher. (#16828)reivilibre2024-01-221-1/+14
* Update license headersPatrick Cloke2023-11-211-10/+16
* Add `/notifications` endpoint to workers (#16265)Erik Johnston2023-09-071-0/+1
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-151-1/+1
* Unix Sockets for HTTP Replication (#15708)Jason Little2023-07-111-26/+78
* Remove experimental MSC2716 implementation to incrementally import history in...Eric Eastwood2023-06-161-1/+0
* Log when events are (unexpectedly) filtered out of responses in tests (#14213)Eric Eastwood2023-06-011-0/+3
* Remove `worker_replication_*` settings (#15491)Jason Little2023-05-111-2/+13
* Load `/capabilities` endpoint on workers (#15436)Dirk Klimpel2023-04-141-0/+1
* Load `/directory/room/{roomAlias}` endpoint on workers (#15333)Dirk Klimpel2023-04-141-0/+1
* Load `/password_policy` endpoint on workers. (#15331)Dirk Klimpel2023-03-271-0/+1
* Load `/register/available` endpoint on workers (#15268)Jason Little2023-03-171-0/+1
* Make `configure_workers_and_start` script used in Complement tests compatible...reivilibre2023-03-171-1/+1
* Additional functionality for declaring worker types in Complement (#14921)Jason Little2023-03-141-112/+409
* Add support for knocking to workers. (#15133)Dirk Klimpel2023-03-021-0/+1
* Dockerfile-workers: spell out when config isn't generated (#15186)David Robertson2023-03-021-1/+5
* Allow use of the `/filter` Client-Server APIs on workers. (#15134)reivilibre2023-02-281-0/+1
* Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471)Eric Eastwood2022-11-281-0/+2
* Remove need for `worker_main_http_uri` setting to use /keys/upload. (#14400)realtyem2022-11-161-4/+1
* Modernize configure_workers_and_start.py bootstrapping script for Dockerfile-...realtyem2022-11-091-15/+14
* Add all Stream Writer worker types to configure_workers_and_start.py (#14197)realtyem2022-11-081-7/+69
* Flush stdout/err in Dockerfile-workers before replacing the current process (...realtyem2022-10-181-12/+8
* Strip whitespace from worker types in Dockerfile-workers (#14165)realtyem2022-10-141-4/+2
* Set LD_PRELOAD to load jemalloc in Dockerfile-workers. (#14182)realtyem2022-10-141-1/+11
* Stabilize the threads API. (#14175)Patrick Cloke2022-10-141-0/+1
* Mark /relations endpoint as usable on workers. (#14028)Patrick Cloke2022-10-121-0/+27
* Add the ability to set the log level using the `SYNAPSE_TEST_LOG_LEVEL` envir...reivilibre2022-07-051-6/+14
* Improve startup times in Complement test runs against workers, particularly i...reivilibre2022-06-301-0/+7
* Refactor the Dockerfile-workers configuration script to use Jinja2 templates ...reivilibre2022-06-271-24/+12
* Use updated `update_user_directory_from_worker` options in Complement tests. ...reivilibre2022-06-151-3/+3
* Merge the Complement testing Docker images into a single, multi-purpose image...reivilibre2022-06-081-8/+14
* Add the `batch_send` endpoint to generic workers (#12868)Nick Mills-Barrett2022-05-251-0/+1
* Support registering Application Services when running with workers under Comp...reivilibre2022-05-231-0/+15
* Remove Caddy from the Synapse workers image used in Complement. (#12818)reivilibre2022-05-231-0/+5
* Add the `notify_appservices_from_worker` configuration option (superseding `n...reivilibre2022-05-061-2/+2
* Use supervisord to supervise Postgres and Caddy in the Complement image. (#12...reivilibre2022-04-271-1/+1
* disallow-untyped-defs in `docker` and `stubs` directories (#12528)David Robertson2022-04-251-11/+13
* Dockerfile-workers: reduce the amount we install (#12464)Richard van der Hoff2022-04-141-10/+9
* Dockerfile-workers: give the master its own log config (#12466)Richard van der Hoff2022-04-131-17/+31
* Fix up healthcheck generation for workers docker image (#12405)Richard van der Hoff2022-04-111-7/+9
* Add missing type definitions for scripts in docker folder (#12280)Jorge Florian2022-04-081-4/+5
* Create healthcheck script for synapse-workers container (#11429)Michael Kaye2021-11-261-0/+13
* Add support for `/_matrix/media/v3` APIs (#11371)Aaron R2021-11-171-11/+11
* Fix frontend_proxy jinja script in docker workers (#10783)kegsay2021-09-081-1/+1
* Run complement with Synapse workers manually. (#10039)Patrick Cloke2021-05-241-4/+4
* Add a dockerfile for running a set of Synapse worker processes (#9162)Andrew Morgan2021-04-141-0/+558