Age | Commit message (Collapse) | Author |
|
|
|
|
|
* Add nginx sample reverse proxy configs
* Add line breaks at end of files
|
|
Signed-off-by: Benjamin Nater <me@bn4t.me>
|
|
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.
|
|
* Remove current state server
Closes #1365 #1272 #1357
* Remove current state server from scripts/docs
|
|
* Add OpenTracing documentation
Closes #274
* Reshuffle
* Update setup.md
|
|
* Update README/CONTRIBUTING/sytest for AWSY issues
* More docs
|
|
Broken by 24d8df664c21fa8bd68d80b5585a496e264c410a
Signed-off-by: Olivier Charvin <git@olivier.pfad.fr>
|
|
Signed-off-by: Creed Haymond <creedasaurus@gmail.com>
|
|
* Update README
* Update docs
|
|
* Remove all of publicroomsapi
* Remove references to publicroomsapi
* Remove doc references to publicroomsapi
|
|
* User API polylith component
* Add docker-pull.sh
|
|
* Make syncapi use userapi
* Unbreak things
* Fix tests
* Lint
|
|
* Current wiring
* Add ServerKeyAPI lines
|
|
|
|
* 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
|
|
* 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>
|
|
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
|
|
|
|
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.
|
|
Signed-off-by: Alex Chen <minecnly@gmail.com>
|
|
This PR adds the "passed but expected fail" tests to testfile, as well as instructions on finding which tests to add for new PRs.
|
|
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.
|
|
|