0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-29 16:08:21 +02:00
synapse/changelog.d
Eric Eastwood 0a778c135f
Make pip install faster in Docker build for Complement testing (#9610)
Make pip install faster in Docker build for [Complement](https://github.com/matrix-org/complement) testing.

If files have changed in a `COPY` command, Docker will invalidate all of the layers below. So I changed the order of operations to install all dependencies before we `COPY synapse /synapse/synapse/`. This allows Docker to use our cached layer of dependencies even when we change the source of Synapse and speed up builds dramatically! `53.5s` -> `3.7s` builds 🤘

As an alternative, I did try using BuildKit caches but this still took 30 seconds overall on that step. 15 seconds to gather the dependencies from the cache and another 15 seconds to `Installing collected packages`.

Fix https://github.com/matrix-org/synapse/issues/9364
2021-03-26 18:42:58 +00:00
..
.gitignore
9411.misc
9499.misc Fix typo in changelog. 2021-03-24 11:32:42 -04:00
9585.bugfix Ensure we use a copy of the event content dict before modifying it in serialize_event (#9585) 2021-03-17 16:51:55 +00:00
9588.bugfix
9609.feature
9610.docker Make pip install faster in Docker build for Complement testing (#9610) 2021-03-26 18:42:58 +00:00
9612.docker Include opencontainers labels in Docker image (#9612) 2021-03-22 15:31:00 +00:00
9631.misc
9634.misc
9636.bugfix Consistently check whether a password may be set for a user. (#9636) 2021-03-18 12:54:08 -04:00
9637.misc
9638.misc
9639.bugfix Fix federation stall on concurrent access errors (#9639) 2021-03-23 13:52:30 +00:00
9640.misc Make federation catchup send last event from any server. (#9640) 2021-03-18 15:52:26 +00:00
9643.feature Initial spaces summary API (#9643) 2021-03-18 18:24:16 +00:00
9644.feature Implement MSC3026: busy presence state 2021-03-18 16:34:47 +01:00
9645.misc federation_client: stop adding URL prefix (#9645) 2021-03-18 20:31:47 +00:00
9647.misc federation_client: handle inline signing_keys in hs.yaml (#9647) 2021-03-18 21:12:07 +00:00
9649.misc Fixed code misc. quality issues (#9649) 2021-03-22 11:18:13 -04:00
9650.misc Add a storage method for returning all current presence from all users (#9650) 2021-03-25 10:34:23 +00:00
9652.feature Federation API for Space summary (#9652) 2021-03-23 11:51:12 +00:00
9653.feature Spaces summary: call out to other servers (#9653) 2021-03-24 12:45:39 +00:00
9657.feature Allow providing credentials to HTTPS_PROXY (#9657) 2021-03-22 17:20:47 +00:00
9659.misc Fix typo in changelog. 2021-03-24 11:32:42 -04:00
9664.misc Fixed undefined variable error in catchup (#9664) 2021-03-24 16:12:47 +00:00
9665.misc Import HomeServer from the proper module. (#9665) 2021-03-23 07:12:48 -04:00
9667.doc platform specific prerequisites in source install (#9667) 2021-03-25 15:31:26 +00:00
9674.misc Increase default join burst ratelimiting (#9674) 2021-03-23 14:52:20 +00:00
9675.misc Add a type hints for service notices to the HomeServer object. (#9675) 2021-03-24 06:48:46 -04:00
9676.misc Add type hints to misc. files. (#9676) 2021-03-24 06:49:01 -04:00
9678.misc Bump mypy-zope to 0.2.13. (#9678) 2021-03-24 07:35:43 -04:00
9679.doc docs: fallback/web endpoint does not appear to be mounted on workers (#9679) 2021-03-24 11:43:04 +00:00
9689.misc Use interpreter from $PATH instead of absolute paths in various scripts using /usr/bin/env (#9689) 2021-03-25 16:53:54 +00:00
9692.misc Make it possible to use dmypy (#9692) 2021-03-26 16:49:46 +00:00
9698.misc Suppress CryptographyDeprecationWarning (#9698) 2021-03-26 17:33:55 +00:00