summary refs log tree commit diff
path: root/docs/development (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix broken links on docs (#16853)kegsay2024-02-061-1/+1
* Fix broken links in issue template (#16810)Erik Johnston2024-01-171-3/+3
* Update the contributing guide after reliecensing (#16772)Erik Johnston2024-01-031-77/+15
* Fix typoErik Johnston2023-12-132-8/+8
* Update book locationErik Johnston2023-12-131-1/+1
* More renamingErik Johnston2023-12-132-8/+8
* Update documentation to refer to element-hq.Patrick Cloke2023-12-132-21/+19
* Fix poetry version typo in contributors' guide (#16695)David Robertson2023-11-271-1/+1
* Pin the recommended poetry version in contributors' guide (#16550)David Robertson2023-10-251-1/+1
* Fix bug where a new writer advances their token too quickly (#16473)Erik Johnston2023-10-231-3/+10
* Add documentation on background updates. (#16420)Patrick Cloke2023-10-061-0/+61
* Add developer documentation concerning gradual schema migrations with column ...reivilibre2023-09-251-0/+157
* Fix-up incorrect spellings in docs. (#16282)Patrick Cloke2023-09-082-2/+2
* Update URLs to matrix.org blog categories. (#16008)Amirreza Aflakparast2023-08-241-2/+2
* Add notes describing Synapse's streams (#16015)David Robertson2023-08-071-0/+157
* Unix Sockets for HTTP Replication (#15708)Jason Little2023-07-111-0/+1
* Drop debian buster (#15893)Shay2023-07-101-1/+1
* Fix typo in faster join docs (#15812)Erik Johnston2023-06-211-1/+1
* Create dependabot changelogs at release time (#15481)David Robertson2023-05-301-5/+7
* Documentation improvements to contributing guide (#15667) (#15668)Grant McLean2023-05-261-5/+28
* Allow running Complement integration tests via podman (#15543)Andrew Morgan2023-05-051-0/+1
* Update development docs referencing outdated versions of sqlite we no longer ...Shay2023-04-281-33/+1
* Document how to run Synapse (#15022)Andy Balaam2023-02-081-0/+13
* Allow enabling the asyncio reactor in complement (#14858)realtyem2023-02-011-0/+1
* Merge branch 'master' into developH. Shay2023-01-311-0/+375
|\
| * Initial batch of notes on faster joins (#14677)David Robertson2023-01-301-0/+375
* | Document how to handle Dependabot pull requests. (#14916)Patrick Cloke2023-01-251-0/+14
|/
* Require poetry>=1.3.2 (#14860)David Robertson2023-01-172-8/+11
* Update link to towncrier in contribution guide (#14801)Dirk Klimpel2023-01-091-1/+1
* Fix broken links in the Synapse documentation. (#14744)reivilibre2023-01-051-5/+4
* Add release note and update doc regarding ICU (#14712)Mathieu Velten2022-12-201-0/+2
* Allow override for requesting specific worker types for Complement on command...realtyem2022-11-081-0/+6
* Handle `gottestfmt` repository move (#14144)David Robertson2022-10-111-1/+1
* The changelog entry ending in a `.` or `!` is not optional (#14087)Andre Klärner2022-10-061-1/+1
* Add instruction for running unit tests in parallel (#13928)Ashish Kumar2022-09-281-0/+6
* Emphasize the right reasons to use `(room_id, event_id)` in a schema (#13915)Eric Eastwood2022-09-271-15/+16
* Document common fix of Poetry problems by removing egg-info (#13785)Eric Eastwood2022-09-151-0/+27
* Add a stub Rust crate (#12595)Erik Johnston2022-09-061-1/+9
* Clarify `(room_id, event_id)` global uniqueness (#13701)Eric Eastwood2022-09-021-0/+24
* Update lock file for Poetry v1.2.0 (#13689)Erik Johnston2022-09-022-6/+5
* Use and recommend poetry 1.1.14, up from 1.1.12 (#13285)David Robertson2022-07-151-0/+25
* Inline URL preview documentation. (#13261)Patrick Cloke2022-07-121-62/+0
* Add info about configuration in the url preview docs (#13233)Shay2022-07-121-0/+1
* Add information on how the Synapse team does reviews. (#13132)Patrick Cloke2022-07-062-1/+45
* Add the ability to set the log level using the `SYNAPSE_TEST_LOG_LEVEL` envir...reivilibre2022-07-051-0/+4
* Add instructions for running Complement with `gotestfmt`-formatted output loc...reivilibre2022-06-161-0/+14
* Merge the Complement testing Docker images into a single, multi-purpose image...reivilibre2022-06-081-0/+5
* contributing_guide.md: fix link to DCORichard van der Hoff2022-05-241-2/+2
* Fix federation in demo scripts. (#12783)Patrick Cloke2022-05-181-4/+5
* Add documentation for cancellation of request processing (#12761)Sean Quah2022-05-181-0/+392
* Suggest using docker when testing against postgres (#12765)David Robertson2022-05-171-3/+28
* Fix docs on how to run specific Complement tests after recent `complement.sh`...Eric Eastwood2022-05-091-2/+2
* Recommend poetry in docs (#12475)David Robertson2022-04-202-21/+264
* Clarify that we mark as outliers because we don't have any state for them (#1...Eric Eastwood2022-04-061-1/+2
* Allow specifying the Postgres database's port when running unit tests with Po...reivilibre2022-04-051-3/+11
* Remove `dockerfile-pgtests` (#12336)David Robertson2022-03-311-21/+0
* Flesh out documentation for running SyTest against Synapse, including use of ...reivilibre2022-03-301-1/+7
* Note that contributors can sign off privately (#12204)Andrew Morgan2022-03-111-0/+11
* Updates to the Room DAG concepts development document (#12179)Richard van der Hoff2022-03-101-18/+53
* Clean-up demo scripts & documentation (#12143)Patrick Cloke2022-03-081-0/+41
* Move scripts directory inside synapse, exposing as setuptools entry_points (#...David Robertson2022-03-021-3/+3
* Basic documentation for the release cycle. (#11954)Patrick Cloke2022-02-101-0/+37
* Minor updates, and docs, for schema delta files (#11823)Richard van der Hoff2022-01-251-0/+54
* Docs: add missing PR submission process how-tos (#11821)Forest Johnson2022-01-251-1/+2
* Fix preview of imgur and Tenor URLs. (#11669)Philippe Daouadi2022-01-181-1/+6
* Mention python3-venv and libpq-dev dependencies in contribution guide (#11740)Andy Balaam2022-01-131-1/+3
* Document the `SYNAPSE_TEST_PERSIST_SQLITE_DB` unit test env var (#11715)Andrew Morgan2022-01-101-0/+21
* Update backward extremity docs to make it clear that it does not indicate whe...Eric Eastwood2021-12-031-9/+7
* Improve code formatting and fix a few typos in docs (#11221)Sumner Evans2021-11-013-6/+8
* Clarify lack of Windows support in documentation (#11198)Sean Quah2021-10-291-6/+5
* Include the requirements for [mypy,lint] in [dev] (#11034)reivilibre2021-10-111-1/+1
* Revert accidental push to develop.Olivier Wilkinson (reivilibre)2021-10-081-1/+1
* Update contributing guide to use [all,dev]Olivier Wilkinson (reivilibre)2021-10-081-1/+1
* Add content to the Synapse documentation intro page (#10990)Andrew Morgan2021-10-061-1/+1
* Updated development doc on samling environment for testing. (#10973)Max Kratz2021-10-061-6/+5
* Update postgresql testing script (#10906)David Robertson2021-09-241-0/+47
* Add documentation for experimental feature flags. (#10865)Patrick Cloke2021-09-221-0/+37
* Refactor oEmbed previews (#10814)Patrick Cloke2021-09-211-8/+13
* Use attrs internally for the URL preview code & add documentation. (#10753)Patrick Cloke2021-09-071-0/+51
* Advertise matrix-org.github.io/synapse docs (#10595)David Robertson2021-08-311-5/+425
* Add developer documentation to explain room DAG concepts like `outliers` and ...Eric Eastwood2021-08-031-0/+79
* Move dev/ docs to development/ (#10453)Eric Eastwood2021-07-226-0/+253
* Notes on boolean columns in database schemas (#10164)Richard van der Hoff2021-06-111-0/+42
* Support for database schema version ranges (#9933)Richard van der Hoff2021-06-111-0/+95
* Compile and render Synapse's docs into a browsable, mobile-friendly and searc...Andrew Morgan2021-06-032-0/+19