summary refs log tree commit diff
path: root/.github/workflows/tests.yml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to ruff instead of flake8. (#14633)Patrick Cloke2022-12-211-1/+1
* Unit tests CI speedup (#14610)realtyem2022-12-071-3/+7
* Fix Rust lint CI (#14602)Erik Johnston2022-12-021-1/+23
* Run Rust CI when Cargo.lock changes too (#14571)David Robertson2022-11-281-0/+1
* Bump dtolnay/rust-toolchain from 55c7845fad90d0ae8b2e83715cb900e5e861e8cb to ...dependabot[bot]2022-11-281-7/+7
* Test against PostgreSQL 15 in CI (#14394)Sean Quah2022-11-091-1/+10
* Remove support for PostgreSQL 10 (#14392)Sean Quah2022-11-081-1/+1
* Deal with another batch of GHA warning messages (#14313)David Robertson2022-11-011-16/+38
* Run trial tests against Python 3.11 (#13812)David Robertson2022-11-011-1/+1
* Cache rust build deps in trial CI (#14287)Erik Johnston2022-10-251-0/+8
* Bump actions/setup-python from 2 to 4 (#13983)dependabot[bot]2022-10-041-4/+4
* Dependabot changelog: don't require a changelog in lintsDavid Robertson2022-10-031-1/+1
* Bump actions/upload-artifact from 2 to 3 (#14023)dependabot[bot]2022-10-031-1/+1
* Dependabot changelogs: trigger CI explicitly (#14027)David Robertson2022-10-031-0/+1
* Bump actions/checkout from 2 to 3 (#13982)dependabot[bot]2022-10-031-17/+17
* Lower minimum rustc version to 1.58.1 (#13857)Erik Johnston2022-09-211-6/+6
* Compare ported to unported PG schemas in portdb test job (#13808)David Robertson2022-09-161-4/+23
* Minor speedups to CI linting (#13827)David Robertson2022-09-161-4/+5
* Simplify CI tests DAG (#13784)David Robertson2022-09-131-4/+0
* Fix GHA skippable syntax (#13778)Mathieu Velten2022-09-121-1/+2
* Fix CI on non-PR builds (#13769)Erik Johnston2022-09-121-0/+1
* Add rust to CI (#13763)Erik Johnston2022-09-091-1/+82
* Add some rust caching to CI (#13735)Erik Johnston2022-09-071-0/+5
* Add a stub Rust crate (#12595)Erik Johnston2022-09-061-1/+18
* Update trial old deps CI to use poetry 1.2.0 (#13707)Erik Johnston2022-09-061-7/+38
* Remove configuration options for direct TCP replication. (#13647)Patrick Cloke2022-09-061-1/+0
* Reduce number of CI jobs run on PRs (#13713)Erik Johnston2022-09-051-66/+31
* Only run trial CI on all python versions on non-PRs (#13698)Erik Johnston2022-09-021-0/+10
* Bump docker image to use stable poetry version (#13688)Erik Johnston2022-09-011-1/+0
* Print complement failure results last (#13639)Richard van der Hoff2022-08-281-1/+1
* Reject non-strict types in Pydantic models (#13502)David Robertson2022-08-171-1/+13
* Re-enable running Complement tests against Synapse with workers. (#13420)reivilibre2022-08-011-24/+3
* Do not fail build if complement with workers fails. (#13266)Patrick Cloke2022-07-131-3/+24
* Factor out some common Complement CI setup commands to a script. (#13157)reivilibre2022-07-051-23/+2
* Improve startup times in Complement test runs against workers, particularly i...reivilibre2022-06-301-46/+3
* Sort failing jobs in Complement CI to the top of the logs to make them easier...reivilibre2022-06-151-0/+10
* Add a CI job to check that schema deltas are in the correct folder. (#13063)Erik Johnston2022-06-151-1/+9
* Rename complement-developonly (#13046)Erik Johnston2022-06-151-0/+2
* Collapse Docker build commands in Complement CI runs to make the logs easier ...reivilibre2022-06-151-1/+1
* Fix Complement runs always being Postgres (#13034)reivilibre2022-06-141-1/+1
* Enable testing against PostgreSQL databases in Complement CI. (#12965)reivilibre2022-06-091-1/+11
* Fix complement tests using the wrong path (#12933)Michael Telatynski2022-06-011-1/+1
* Test Synapse against Complement with workers. (#12810)reivilibre2022-05-311-20/+40
* Remove unused `# type: ignore`s (#12531)David Robertson2022-04-271-6/+2
* Dump setuptools; correct pyproject version number (#12478)David Robertson2022-04-201-1/+1
* Run "main" trial tests under poetry (#12438)David Robertson2022-04-121-13/+13
* Run lints under poetry in CI; remove lint tox jobs (#12434)David Robertson2022-04-121-13/+7
* Poetry: select olddeps using `poetry` (#12407)David Robertson2022-04-121-2/+3
* Move complement setup stuff into the Synapse repo (#12404)Richard van der Hoff2022-04-111-17/+1
* CI: Fix the export-data job to run under poetry (#12418)David Robertson2022-04-081-2/+3
* CI: Get the portdb job to run under poetry (#12412)David Robertson2022-04-081-1/+2
* Nuke the tox `packaging` job (#12334)David Robertson2022-03-311-1/+0
* Remove references to "msc2403" (#12165)Andrew Morgan2022-03-301-1/+1
* Re-enable test concurrency on Complement (#12283)kegsay2022-03-241-1/+1
* Switch the `tests-done` job to an Action (#12161)Richard van der Hoff2022-03-071-21/+9
* Changelog (#12153)David Robertson2022-03-041-0/+1
* Enable MSC2716 Complement tests in Synapse (#12145)Eric Eastwood2022-03-031-1/+1
* Enable MSC3030 Complement tests in Synapse (#12144)Eric Eastwood2022-03-031-1/+1
* Add suffices to scripts in scripts-dev (#12137)David Robertson2022-03-021-2/+2
* Detox, part 1 of N (#12119)David Robertson2022-03-011-3/+10
* Tidy the building of sdists and wheels (#12051)David Robertson2022-02-221-16/+1
* Prepare for rename of default complement branch (#11971)Richard van der Hoff2022-02-111-3/+3
* Run Complement tests sequentially (#11910)kegsay2022-02-041-1/+1
* CI: run Complement on the VM, not inside Docker (#11811)kegsay2022-01-251-10/+18
* Drop support for and remove references to EOL Python 3.6 (#11683)Shay2022-01-211-4/+4
* Use buildkit's cache feature to speed up docker builds (#11691)Richard van der Hoff2022-01-121-0/+2
* Prettier complement logs (#11707)kegsay2022-01-101-1/+2
* Drop EOL python 3.6 from CI (#11595)Shay2021-12-211-6/+6
* Support the stable /hierarchy endpoint from MSC2946 (#11329)Patrick Cloke2021-11-291-1/+1
* Return the stable `event` field from `/send_join` per MSC3083. (#11413)Patrick Cloke2021-11-291-1/+1
* Fix broken export-data admin command and add a test for it to CI (#11078)Hillery Shay2021-10-181-0/+29
* Always dump logs from trial during CI. (#11068)Patrick Cloke2021-10-121-0/+6
* Fix CI to run the unit tests without optional deps (#11017)Erik Johnston2021-10-081-3/+6
* Run CI with Python 3.10 and Postgres 14 (#10992)David Robertson2021-10-051-7/+7
* GHA: reintroduce an env var for `$GITHUB_HEAD_REF` (#10659)David Robertson2021-09-201-0/+1
* Remove buildkite-era commentDavid Robertson2021-08-121-3/+0
* portdb also uses coverage, so provide $TOP thereDavid Robertson2021-08-121-0/+2
* set TOP in sytest containersDavid Robertson2021-08-111-0/+1
* Rename ci to .ciDavid Robertson2021-08-111-3/+3
* Remove buildkite from portdb CI testsDavid Robertson2021-08-101-7/+1
* Remove unused BUILDKITE_BRANCH env varDavid Robertson2021-08-101-1/+0
* Move sytest worker-blacklist to ci directoryDavid Robertson2021-08-101-1/+1
* check-newsfragment: pass pr number explicitlyDavid Robertson2021-08-101-4/+2
* Move test_old_deps.sh to new ci dirDavid Robertson2021-08-101-1/+1
* Don't fail CI when lint-newfile job was skipped (#10529)Erik Johnston2021-08-051-1/+6
* Fix the `tests-done` github actions step, again (#10512)Richard van der Hoff2021-08-021-9/+12
* Use new go test running syntax for complement. (#10488)Patrick Cloke2021-07-271-1/+1
* Cancel redundant GHA workflows (#10451)Richard van der Hoff2021-07-221-0/+4
* Fix the tests-done Github Actions job (#10444)Richard van der Hoff2021-07-221-1/+18
* Add a github actions job recording success of other jobs. (#10430)Richard van der Hoff2021-07-201-0/+12
* Make GHA config more efficient (#10383)Richard van der Hoff2021-07-141-7/+7
* Use the matching complement branch when running tests in CI. (#10160)Patrick Cloke2021-06-111-5/+23
* Update Complement run with Synapse-supported MSC-related build tags (#10155)Andrew Morgan2021-06-091-1/+1
* github actions: summarize Sytest results in an easy-to-read format (#10094)Richard van der Hoff2021-06-021-2/+2
* Fix GitHub Actions lint for newsfragments (#10069)Dan Callahan2021-05-261-0/+6
* Fix port_db on empty db (#9930)Richard van der Hoff2021-05-101-1/+1
* Proof of concept for GitHub Actions (#9661)Dan Callahan2021-04-091-0/+322