summary refs log tree commit diff
path: root/.github (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use `docker/metadata-action` to generate docker image tags (#12573)Henry2022-05-051-19/+11
* Allow unused ignores in "bleeding edge" CI (#12576)David Robertson2022-04-292-0/+5
* Revert accidental direct-to-develop commits.David Robertson2022-04-282-5/+0
* Use `--extras all` in latest deps mypy CIDavid Robertson2022-04-281-0/+1
* Allow unused ignores in "bleeding edge" CIDavid Robertson2022-04-282-0/+4
* 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
* Add CI job to act as a canary for testing against latest dependencies (#12472)David Robertson2022-04-201-0/+156
* Use poetry lockfile in twisted trunk CI job (#12425)David Robertson2022-04-131-12/+34
* 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
* Update mdbook to 0.4.17 (#12339)Andrew Morgan2022-04-051-1/+1
* 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
* Fix CI not attaching source distributions and wheels to the GitHub releases. ...reivilibre2022-03-081-1/+2
* 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-022-4/+4
* Detox, part 1 of N (#12119)David Robertson2022-03-011-3/+10
* Tidy the building of sdists and wheels (#12051)David Robertson2022-02-222-28/+3
* 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
* Skip the initial amd64-only Docker build (#11810)Richard van der Hoff2022-01-241-12/+2
* Drop support for and remove references to EOL Python 3.6 (#11683)Shay2022-01-212-5/+5
* Invite PR submitters to credit themselves (#11744)David Robertson2022-01-131-0/+1
* 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
* Publish a `develop` docker image (#11380)Richard van der Hoff2021-11-191-1/+4
* Update outdated links in `PULL_REQUEST_TEMPLATE.md` (#11225)Dirk Klimpel2021-11-011-4/+5
* 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-122-0/+8
* Fix CI to run the unit tests without optional deps (#11017)Erik Johnston2021-10-081-3/+6
* Add the synapse-core team as code owners (#10994)Brendan Abolivier2021-10-061-0/+2
* Run CI with Python 3.10 and Postgres 14 (#10992)David Robertson2021-10-051-7/+7
* Clear our destination directories before copying files to GitHub pages. (#10869)Patrick Cloke2021-09-211-1/+0
* GHA: reintroduce an env var for `$GITHUB_HEAD_REF` (#10659)David Robertson2021-09-201-0/+1
* Avoid duplicate issues from Twisted trunk failures (#10672)Dan Callahan2021-08-231-1/+2
* Run a nightly CI build against Twisted trunk. (#10651)Richard van der Hoff2021-08-231-0/+89
* 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
* Enable docker image caching for the deb build (#10431)Richard van der Hoff2021-07-261-4/+35
* Merge branch 'release-v1.39' into developErik Johnston2021-07-231-1/+1
|\
| * Fix an error in the docker workflow (#10461)Richard van der Hoff2021-07-221-1/+1
* | Cancel redundant GHA workflows (#10451)Richard van der Hoff2021-07-222-0/+8
* | Fix the tests-done Github Actions job (#10444)Richard van der Hoff2021-07-221-1/+18
|/
* Move the docker image build to Github Actions (#10416)Richard van der Hoff2021-07-211-0/+72
* 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-142-15/+20
* Github Actions workflow to attach release artifacts to release (#10379)Richard van der Hoff2021-07-131-1/+27
* Build the python release artifacts in GHA tooRichard van der Hoff2021-07-131-3/+23
* build debs in GHA (#10247)Richard van der Hoff2021-07-121-0/+44
* Merge branch 'master' into release-v1.38Richard van der Hoff2021-07-071-30/+27
|\
| * build the docs for master (#10323)Richard van der Hoff2021-07-071-31/+28
* | Create an index.html file when generating a docs build (#10242)Andrew Morgan2021-06-241-1/+6
|/
* Deploy a documentation version for each new Synapse release (#10198)Andrew Morgan2021-06-181-0/+33
* 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
* Compile and render Synapse's docs into a browsable, mobile-friendly and searc...Andrew Morgan2021-06-031-0/+31
* 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
* bug report template: move comments into comment (#8030)Richard van der Hoff2020-08-051-2/+2
* Make it clearer that #synapse:matrix.org is our support channel (#7379)Brendan Abolivier2020-05-012-3/+10
* Add tips for the changelog to the pull request template (#6663)Andrew Morgan2020-01-161-1/+5
* Markdownification and other fixes to CONTRIBUTING (#6461)Andrew Morgan2019-12-041-4/+4
* Add contributer docs for using the provided linters script (#6164)Jason Robinson2019-11-021-0/+1
* Update the issue template for new way of getting server version (#6051)Richard van der Hoff2019-09-191-9/+13
* Merge remote-tracking branch 'origin/master' into release-v1.1.0Richard van der Hoff2019-07-022-5/+6
|\
| * Update github templatesRichard van der Hoff2019-06-251-2/+3
| * Update SUPPORT.mdRichard van der Hoff2019-06-251-3/+3
* | Liberapay is now officially recognised, update FUNDING.yml (#5386)Andrew Morgan2019-06-091-1/+2
* | Add a sponsor button (#5382)Andrew Morgan2019-06-071-0/+3
|/
* Add zwsp in bug report template (#4811)Richard van der Hoff2019-03-061-6/+6
* Update PR template to use absolute links (#4341)Aaron Raimist2019-01-021-2/+2
* Fix caseAaron Raimist2018-11-131-1/+1
* Add SUPPORT.mdAaron Raimist2018-11-131-0/+3
* Add a pull request template and add multiple issue templatesAaron Raimist2018-11-134-10/+53
* Update ISSUE_TEMPLATE.mdRichard van der Hoff2018-07-241-2/+3
* Exclude the github issue template from our sdist (#2440)Richard van der Hoff2017-09-051-0/+47