aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2021-01-18Use dendritegithub for Docker Hub imagesNeil Alexander
2021-01-18Version 0.3.6v0.3.6Neil Alexander
2021-01-18Update GHA Docker Hub buildsNeil Alexander
Squashed commit of the following: commit 4a61aa711473deece2adf415cfd65501dbca63b2 Author: Neil Alexander <neilalexander@users.noreply.github.com> Date: Mon Jan 18 12:19:24 2021 +0000 Set back to matrixdotorg on published releases commit 6d1ac53f2c0c9b30e1e70c0bb1559e1b8ec874a2 Author: Neil Alexander <neilalexander@users.noreply.github.com> Date: Mon Jan 18 11:55:28 2021 +0000 Rename commit 258999f7fb7b655b3a02a06a7ea05e66fb7740fb Author: Neil Alexander <neilalexander@users.noreply.github.com> Date: Mon Jan 18 11:52:26 2021 +0000 Refactor multi-stage builds commit c7ab8e476939899571e7b5668860dec372b9b60f Author: Neil Alexander <neilalexander@users.noreply.github.com> Date: Mon Jan 18 11:13:19 2021 +0000 Let's try this again
2021-01-18Build docker branch onlyNeil Alexander
2021-01-18Update docker-build-and-push.ymlNeil Alexander
2021-01-18GitHub action for automatic multiarch Docker build (#1613)TR_SLimey
* Create docker-build-and-push.yml * Switched to using official Docker buildx action * Added comment to docker-build-and-push.yml In case something needs to be tweaked in the future, the link contains some examples and explanations which would be useful * Run only on release (and produce release tags) As this workflow takes quite a lot of time, and [pushing to master happens frequently](https://github.com/matrix-org/dendrite/pull/1613#issuecomment-746086980), the container will now only be built when a release is created, and the builds will also be correctly tagged. * Add latest tag, test at neilalexander/dendrite* Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2020-10-02Update PULL_REQUEST_TEMPLATE.mdNeil Alexander
2020-10-01Add custom issue templates; fixes #1421 (#1460)Kegsay
2020-09-30CodeQL analysisNeil Alexander
2020-09-24Update all usages of tx.Stmt to sqlutil.TxStmt (#1423)Sam
* Replace all usages of txn.Stmt with sqlutil.TxStmt Signed-off-by: Sam Day <me@samcday.com> * Fix sign off link in PR template. Signed-off-by: Sam Day <me@samcday.com> Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2020-07-15Create FUNDING.ymlNeil Alexander
2019-05-24Add SyTest support to CI (#704)Andrew Morgan
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-01-28Fix PR templates and use matrix.to instead of riot.im/develop (#687)Aaron Raimist
* Use absolute links in pull request template Relative links don't work in most places Signed-off-by: Aaron Raimist <aaron@raim.ist> * Use matrix.to (for now) instead of linking to riot.im/develop Signed-off-by: Aaron Raimist <aaron@raim.ist>
2019-01-25Add PR template (#686)Andrew Morgan