Cnly
764b459181
Implement room creation content - fixes #660
...
Signed-off-by: Alex Chen <minecnly@gmail.com>
2019-07-22 17:10:45 +08:00
Andrew Morgan
e56d6e41fd
Remove the trailing slash from /send/{txnID} and /backfill/{roomID} ( #746 )
...
In conjunction with matrix-org/sytest#651 , /send/{txnID} and /backfill/{roomID} should not have trailing slashes according to the spec.
2019-07-18 15:41:29 +08:00
Alex Chen
29841bed6b
Add typing notifications to /sync responses - fixes #635 ( #718 )
...
This PR adds a new consumer for typing notifications in syncapi. It also brings changes to syncserver.go and some related files so EDUs can better fit in /sync responses.
Fixes #635 .
Fixes #574 .
2019-07-12 22:59:53 +08:00
Andrew Morgan
7edf197ecc
Fix response to /rooms/{roomId}/join v2 ( #734 )
...
Continuation of #684 but merged-forward.
Also did a little code cleanup and added a new, passing test to the testfile.
2019-07-12 14:29:30 +01:00
Alex Chen
da0dd06475
Update testfile and fix empty warning in show-expected-fail-tests.sh ( #729 )
...
This PR adds the test that matrix-org/sytest#642 will allow to pass to testfile and also contains a minor fix for show-expected-fail-tests.sh so it doesn't show an empty warning.
Signed-off-by: Alex Chen minecnly@gmail.com
2019-07-05 12:42:23 +01:00
Alex Chen
adaec7c8e7
Refine config and docs for sytest ( #714 )
...
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-06-21 16:49:37 +01:00
Andrew Morgan
1667a4b09f
Add SyTest support to CI ( #704 )
...
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.
2019-05-24 15:00:03 +01:00