- Oct 22, 2021
-
-
Dan Callahan authored
Use $(...) notation instead of legacy backticked `...`. https://github.com/koalaman/shellcheck/wiki/SC2006 Signed-off-by:
Dan Callahan <danc@element.io>
-
Dan Callahan authored
Double quote to prevent globbing and word splitting. https://github.com/koalaman/shellcheck/wiki/SC2086 Signed-off-by:
Dan Callahan <danc@element.io>
-
Dan Callahan authored
Quote this to prevent word splitting https://www.shellcheck.net/wiki/SC2046 Signed-off-by:
Dan Callahan <danc@element.io>
-
- Oct 18, 2021
-
-
Hillery Shay authored
Fix broken export-data admin command and add a test for it to CI
-
- Oct 06, 2021
-
-
Nick Barrett authored
Signed-off-by:
Nick Barrett <nick@beeper.com>
-
- Sep 10, 2021
-
-
David Robertson authored
We want to blacklist only known, consistent failures. We should deflake tests rather than ignoring them.
-
- Aug 23, 2021
-
-
Richard van der Hoff authored
This creates a GHA workflow which runs at 8am every day, and runs mypy, trial and sytest against Twisted's current trunk. If any of the jobs fail, it opens an issue.
-
- Aug 11, 2021
-
-
David Robertson authored
Should have been more systematic with my grepping.
-
David Robertson authored
-