Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
During the tests databases get recreated, and this fails despite of the
user being the owner of a dropped database. Maybe related to certain
PostgreSQL version.
Signed-off-by: Bohdan Horbeshko <bodqhrohro@gmail.com>
|
|
* Added IPv6 setting to nginx conf
https://matrix.to/#/!yomrOFwgFXzmeMAbzX:matrix.org/$sIkSxL002BKottY1Fop-bkusuyCJ1Y0zIFzqSWDYRrc?via=matrix.org&via=privacytools.io&via=dendrite.link
* Add IPv6 support to polylith nginx conf also
|
|
|
|
* Update dendrite-config.yaml
* Update README.md
* Update INSTALL.md
* Update INSTALL.md
|
|
Co-authored-by: Kegsay <kegan@matrix.org>
|
|
* Initial work oon multipersonality binary
* Remove old binaries
* Monolith and polylith binaries
* Better logging
* dendrite-poly-multi
* Fix path
* Copyright notices etc
* Tweaks
* Update Docker, INSTALL.md
* Take first argument if flags package doesn't find any args
* Postgres 9.6 or later, fix some more Docker stuff
* Don't create unnecessary e2ekey DB
* Run go mod tidy
|
|
|
|
Signed-off-by: Pieter Hollander <git@pieterhollander.nl>
|
|
Beta README (#1466)
* Beta docs
* More tweaks
* More docs
* Update README.md (#1497)
* Call out missing features
* Add CHANGES
* Call out CHANGES
* Update INSTALL.md
* Update README.md
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
|
|
* Rename serverkeyapi to signingkeyserver
We use "api" for public facing stuff and "server" for internal stuff.
As the server key API is internal only, we call it 'signing key server',
which also clarifies the type of key (as opposed to TLS keys, E2E keys, etc)
* Convert docker/scripts to use signing-key-server
* Rename missed bits
|
|
|
|
|
|
* 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.
|
|
|