summary refs log tree commit diff
path: root/docker/configure_workers_and_start.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove `merge_into` and just have `merged` which copies inputs to avoid footguns github/rei/cwas_extension rei/cwas_extensionOlivier Wilkinson (reivilibre)2024-01-171-27/+33
* Move `stream_writers` to their own field in the WorkerTemplateOlivier Wilkinson (reivilibre)2024-01-171-19/+14
* Tweak `instantiate_worker_template`, both in name, description and variable n...Olivier Wilkinson (reivilibre)2024-01-101-12/+13
* Update comment on `merged`Olivier Wilkinson (reivilibre)2024-01-101-1/+2
* Fix comment and mutation bug on merge_worker_template_configsOlivier Wilkinson (reivilibre)2024-01-101-31/+22
* Docstring on WorkerTemplateOlivier Wilkinson (reivilibre)2024-01-101-0/+8
* Add a --generate-only optionOlivier Wilkinson (reivilibre)2023-11-171-1/+14
* Promote mark_filepath to constantOlivier Wilkinson (reivilibre)2023-11-171-3/+7
* Use `merge_into` when adding workers to the shared configOlivier Wilkinson (reivilibre)2023-11-171-4/+3
* Add `sharding_allowed` to the WorkerTemplate rather than having a separate fu...Olivier Wilkinson (reivilibre)2023-11-171-18/+10
* Rename function to add_worker_to_instance_map given reduction of scopeOlivier Wilkinson (reivilibre)2023-11-171-10/+7
* Remove special logic for adding stream_writers: just make it part of the extr...Olivier Wilkinson (reivilibre)2023-11-171-67/+53
* Add `merge_into`Olivier Wilkinson (reivilibre)2023-11-171-0/+25
* Tweak commentsOlivier Wilkinson (reivilibre)2023-11-171-7/+7
* Convert listener_resources and endpoint_patterns to Set[str]Olivier Wilkinson (reivilibre)2023-11-171-46/+44
* Collapse WORKERS_CONFIG by removing entries with defaultsOlivier Wilkinson (reivilibre)2023-11-171-44/+2
* Use a lambda for the worker name rather than search and replace laterOlivier Wilkinson (reivilibre)2023-11-171-32/+29
* Convert worker templates into dataclassOlivier Wilkinson (reivilibre)2023-11-171-150/+162
* Remove obsolete `"app"` from worker templatesOlivier Wilkinson (reivilibre)2023-11-171-18/+0
* 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