- Sep 21, 2022
-
-
Erik Johnston authored
-
- Sep 06, 2022
-
-
Erik Johnston authored
-
- Apr 20, 2022
-
-
David Robertson authored
-
- Apr 05, 2022
-
-
David Robertson authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
-
- Mar 31, 2022
-
-
David Robertson authored
-
- Jan 20, 2022
-
-
Nicolas Werner authored
Updates complement.sh to read the ref from an environment variable (defaulting to master) when downloading a complement bundle for testing.
-
- Jan 10, 2022
-
-
Michael Kaye authored
-
- Sep 24, 2021
-
-
David Robertson authored
- Use sytest:bionic. Sytest:latest is two years old (do we want CI to push out latest at all?) and comes with Python 3.5, which we explictly no longer support. The script now runs under PostgreSQL 10 as a result. - Advertise script in the docs - Move pg testing script to scripts-dev directory - Write to host as the script's exector, not root A few changes to make it speedier to re-run the tests: - Create blank DB in the container, not the script, so we don't have to `initdb` each time - Use a named volume to persist the tox environment, so we don't have to fetch and install a bunch of packages from PyPI each time Co-authored-by:
reivilibre <olivier@librepush.net>
-
- Jun 03, 2021
-
-
Andrew Morgan authored
-
- Feb 26, 2021
-
-
Jonathan de Jong authored
In #75, bytecode was disabled (from a bit of FUD back in `python<2.4` days, according to dev chat), I think it's safe enough to enable it again. Added in `__pycache__/` and `.pyc`/`.pyd` to `.gitignore`, to extra-insure compiled files don't get committed. `Signed-off-by:
Jonathan de Jong <jonathan@automatia.nl>`>
-
- Jan 15, 2021
-
-
Eric Eastwood authored
-
- Jan 05, 2021
-
-
Eric Eastwood authored
Ex. - homeserver.log.2020-12-29 - homeserver.log.2020-12-31
-
- Oct 16, 2020
-
-
Jonathan de Jong authored
Signed-off-by:
Jonathan de Jong <jonathan@automatia.nl>
-
- Oct 10, 2019
-
-
James authored
-
- Oct 02, 2019
-
-
Amber Brown authored
* type checking fixes * changelog
-
- Aug 28, 2019
-
-
Amber Brown authored
-
- Aug 13, 2019
-
-
Amber Brown authored
-
- Mar 15, 2019
-
-
Aaron Raimist authored
* Add some stuff back to the .gitignore Signed-off-by:
Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by:
Aaron Raimist <aaron@raim.ist> * Reorder and remove old items from .gitignore Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
- Feb 20, 2019
-
-
Richard van der Hoff authored
I just got bitten by a file being caught by the .gitignore, which shouldn't have been, and am now pissed off with the .gitignore. I have basically declared bankruptcy on it and started again.
-
- Jan 30, 2019
-
-
Amber Brown authored
-
- Jan 24, 2019
-
-
Amber Brown authored
-
- Dec 21, 2018
-
-
Amber Brown authored
-
- Dec 20, 2018
-
-
Richard van der Hoff authored
-
- Sep 20, 2018
-
-
Amber Brown authored
-
- Sep 19, 2018
-
-
Amber Brown authored
-
- Sep 06, 2018
-
-
Amber Brown authored
-
- Jun 05, 2018
-
-
Amber Brown authored
-
- May 22, 2018
-
-
Amber Brown authored
-
- Apr 25, 2018
-
-
Neil Johnson authored
-
- Feb 05, 2018
-
-
Erik Johnston authored
-
- Feb 04, 2018
-
-
kaiyou authored
-
- Sep 23, 2016
-
-
Erik Johnston authored
Some streams will occaisonally advance their positions without actually having any new rows to send over federation. Currently this means that the token will not advance on the workers, leading to them repeatedly sending a slightly out of date token. This in turns requires the master to hit the DB to check if there are any new rows, rather than hitting the no op logic where we check if the given token matches the current token. This commit changes the API to always return an entry if the position for a stream has changed, allowing workers to advance their tokens correctly.
-
- Sep 01, 2015
-
-
pztrn authored
Signed-off-by:
Stanislav Nikitin <pztrn@pztrn.name>
-
- Aug 25, 2015
-
-
Mark Haines authored
-
- Feb 23, 2015
-
-
Kegan Dougal authored
-
- Jan 23, 2015
-
-
Erik Johnston authored
-
- Jan 22, 2015
-
-
Mark Haines authored
-
- Dec 08, 2014
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Nov 12, 2014
-
-
Kegan Dougal authored
-