aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-10-02Route several paths to sync_api (#1473)S7evinK
2020-10-01Fix bugs in nginx sample configsNeil Alexander
2020-10-01Add nginx sample reverse proxy configs (#1458)Neil Alexander
* Add nginx sample reverse proxy configs * Add line breaks at end of files
2020-09-29Fix a small typo (#1448)bn4t
Signed-off-by: Benjamin Nater <me@bn4t.me>
2020-09-10Peeking via MSC2753 (#1370)Matthew Hodgson
Initial implementation of MSC2753, as tested by https://github.com/matrix-org/sytest/pull/944. Doesn't yet handle unpeeks, peeked EDUs, or history viz changing during a peek - these will follow. https://github.com/matrix-org/dendrite/pull/1370 has full details.
2020-09-07Remove current state server (#1405)Kegsay
* Remove current state server Closes #1365 #1272 #1357 * Remove current state server from scripts/docs
2020-08-27Add OpenTracing documentation (#1345)Kegsay
* Add OpenTracing documentation Closes #274 * Reshuffle * Update setup.md
2020-08-25Update README/CONTRIBUTING/sytest for AWSY issues (#1333)Kegsay
* Update README/CONTRIBUTING/sytest for AWSY issues * More docs
2020-08-24Fix scripts path in documentation (#1294)oliverpool
Broken by 24d8df664c21fa8bd68d80b5585a496e264c410a Signed-off-by: Olivier Charvin <git@olivier.pfad.fr>
2020-07-20Adding the e2ekey database to the create_db script and docs (#1206)Creed Haymond
Signed-off-by: Creed Haymond <creedasaurus@gmail.com>
2020-07-14Update README/docs (#1199)Kegsay
* Update README * Update docs
2020-07-02Remove publicroomsapi (#1176)Kegsay
* Remove all of publicroomsapi * Remove references to publicroomsapi * Remove doc references to publicroomsapi
2020-06-19User API polylith component (#1151)Neil Alexander
* User API polylith component * Add docker-pull.sh
2020-06-16Make syncapi use userapi (#1136)Kegsay
* Make syncapi use userapi * Unbreak things * Fix tests * Lint
2020-06-15Current wiring (#1125)Kegsay
* Current wiring * Add ServerKeyAPI lines
2020-05-27Update p2p docsKegan Dougal
2020-05-14Update INSTALL.md, move docs (#1034)Neil Alexander
* Update INSTALL.md * Move some things * Clean up * Move some more things * Don't build all the things for the monolith * Update INSTALL.md * Nuke hooks
2020-04-12Update guides for running sytest (#958)Alex Chen
* Update guides for running sytest Bring the details for running sytest against postgres up to date; prefer docker over manual setup Signed-off-by: Alex Chen <minecnly@gmail.com> * Better flags Signed-off-by: Alex Chen <minecnly@gmail.com>
2020-02-11Adding sslmode: disable to sytest server config (#813)Thibaut CHARLES
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2020-01-22Add a Sytest blacklist file (#849)Andrew Morgan
2019-08-07Add CI information to CONTRIBUTING.md (#778)Andrew Morgan
Add information about how the continuous integration is set up in Dendrite and how to run the tests locally so that people don't need to wait around for things to churn.
2019-06-25Fix testfile path hardcoded in show-expected-fail-tests.sh (#719)Alex Chen
Signed-off-by: Alex Chen <minecnly@gmail.com>
2019-06-21Refine config and docs for sytest (#714)Alex Chen
This PR adds the "passed but expected fail" tests to testfile, as well as instructions on finding which tests to add for new PRs.
2019-05-24Add SyTest support to CI (#704)Andrew Morgan
Adds SyTest CI through CircleCI. Also need to add all the tests that currently pass to testfile, but I don't think that's a hard blocker for merging.
2017-12-05Add some basic docs about opentracing (#366)Erik Johnston