Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix coverage in sytest and use plugins for buildkite (#5922) | Andrew Morgan | 2020-02-24 | 1 | -11/+73 |
|\ | |||||
| * | Fix coverage in sytest and use plugins for buildkite (#5922) | Amber Brown | 2019-08-29 | 1 | -11/+73 |
| | | |||||
* | | Implement a structured logging output system. (#5680) | Andrew Morgan | 2020-02-21 | 1 | -0/+9 |
|\| | |||||
| * | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 1 | -1/+9 |
| | | |||||
* | | Merge pull request #5770 from matrix-org/erikj/fix_current_state_event_sqlite | Andrew Morgan | 2020-02-20 | 1 | -2/+3 |
|\| | |||||
| * | Update old deps unit test to use old sqlite3 | Erik Johnston | 2019-07-29 | 1 | -2/+3 |
| | | |||||
* | | Fix logging in workers (#5729) | Andrew Morgan | 2020-02-19 | 1 | -1/+2 |
|\| | |||||
| * | Fix logging in workers (#5729) | Amber Brown | 2019-07-22 | 1 | -1/+2 |
| | | | | | | This also adds a worker blacklist. | ||||
* | | Speed up the PostgreSQL unit tests (#5717) | Andrew Morgan | 2020-02-19 | 1 | -3/+9 |
|\| | |||||
| * | Speed up the PostgreSQL unit tests (#5717) | Amber Brown | 2019-07-19 | 1 | -3/+9 |
| | | |||||
* | | Use /src for checking out synapse during sytests (#5664) | Andrew Morgan | 2020-02-17 | 1 | -0/+3 |
|\| | |||||
| * | Use /src for checking out synapse during sytests (#5664) | Amber Brown | 2019-07-11 | 1 | -0/+3 |
| | | |||||
* | | Add a sytest blacklist file (#5611) | Andrew Morgan | 2020-02-17 | 1 | -24/+33 |
|\| | |||||
| * | Add a sytest blacklist file (#5611) | Andrew Morgan | 2019-07-05 | 1 | -3/+6 |
| | | | | | | | | | | | | | | * Add a sytest blacklist file * Add changelog * Add blacklist to manifest | ||||
* | | Run Black. (#5482) | Andrew Morgan | 2020-02-13 | 1 | -2/+2 |
|\| | |||||
| * | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -2/+2 |
| | | |||||
* | | Remove Postgres 9.4 support (#5448) | Andrew Morgan | 2020-02-10 | 1 | -17/+0 |
|\| | |||||
| * | Remove Postgres 9.4 support (#5448) | Amber Brown | 2019-06-18 | 1 | -17/+0 |
| | | |||||
* | | Move SyTest to Buildkite (#5459) | Andrew Morgan | 2020-02-10 | 1 | -53/+3 |
|\| | |||||
| * | Move SyTest to Buildkite (#5459) | Amber Brown | 2019-06-17 | 1 | -0/+60 |
| | | | | | | Including workers! | ||||
* | | Merge remote-tracking branch 'dinsic/dinsic' into dinsic-release-v1.1.0 | Andrew Morgan | 2020-02-10 | 1 | -0/+103 |
|\ \ | |/ |/| | |||||
| * | Don't use test image | Brendan Abolivier | 2019-10-31 | 1 | -2/+2 |
| | | |||||
| * | Move sytest jobs to the right location | Brendan Abolivier | 2019-10-23 | 1 | -102/+103 |
| | | |||||
| * | Try running the workers job on bigger agents | Brendan Abolivier | 2019-10-21 | 1 | -2/+2 |
| | | |||||
| * | Add py3 jobs on BuildKite | Brendan Abolivier | 2019-10-18 | 1 | -2/+53 |
| | | |||||
| * | Add workers to buildkite | Brendan Abolivier | 2019-10-09 | 1 | -0/+25 |
| | | |||||
| * | Try to run stuff on buildkite | Brendan Abolivier | 2019-10-09 | 1 | -6/+1 |
| | | |||||
| * | peek | Brendan Abolivier | 2019-10-08 | 1 | -0/+1 |
| | | |||||
| * | peek | Brendan Abolivier | 2019-10-08 | 1 | -1/+1 |
| | | |||||
| * | peek | Brendan Abolivier | 2019-10-08 | 1 | -0/+1 |
| | | |||||
| * | peek | Brendan Abolivier | 2019-10-08 | 1 | -0/+2 |
| | | |||||
| * | Temporarily move the sytest job before the wait | Brendan Abolivier | 2019-10-08 | 1 | -26/+27 |
| | | |||||
| * | peek | Brendan Abolivier | 2019-10-08 | 1 | -0/+1 |
| | | |||||
| * | First attempt at running SyTest in buildkite | Brendan Abolivier | 2019-10-07 | 1 | -0/+25 |
| | | |||||
* | | Remove Python 2.7 support. (#5425) | Amber Brown | 2019-06-12 | 1 | -54/+3 |
|/ | | | | | | | | * remove 2.7 from CI and publishing * fill out classifiers and also make it not be installed on 3.5 * some minor bumps so that the old deps work on python 3.5 | ||||
* | Automatically retry builds when a buildkite agent is lost (#5380) | Andrew Morgan | 2019-06-07 | 1 | -0/+66 |
| | | | | | | | | | | | | Sometimes the build agents get lost or die (error codes -1 and 2). Retry automatically a maximum of 2 times if this happens. Error code reference: * -1: Agent was lost * 0: Build successful * 1: There was an error in your code * 2: The build stopped abruptly * 255: The build was cancelled | ||||
* | Regen sample config before kicking off agents (#5370) | Andrew Morgan | 2019-06-06 | 1 | -2/+2 |
| | | | | | | * Regen sample config before kicking off agents * Add changelog | ||||
* | Add py27-old test case to buildkite | Erik Johnston | 2019-03-18 | 1 | -0/+11 |
| | |||||
* | Include a default configuration file in the 'docs' directory. (#4791) | Richard van der Hoff | 2019-03-04 | 1 | -0/+8 |
| | |||||
* | Move from TravisCI to BuildKite (#4752) | Amber Brown | 2019-02-27 | 1 | -0/+149 |