- Apr 06, 2023
-
-
David Robertson authored
* Use setup-go instead of relying on 1.17 to exist See https://github.com/actions/runner-images/issues/7276 * Changelog
-
- Mar 24, 2023
-
-
reivilibre authored
Add developer documentation for the Federation Sender and add a documentation mechanism using Sphinx. (#15265) Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
- Mar 02, 2023
-
-
Quentin Gliech authored
-
- Feb 07, 2023
-
-
David Robertson authored
* Skip testing PyPy wheels One of the test builds on #15015 failed to install a pp38-* wheel because it didn't have access to the openssl headers to build `cryptography` from source. We don't run CI against PyPy so I'm going to be a meanie and skip testing the wheels. (And I've no idea why 3.8 was special in the first place, either.) * Hack the name of the wheel so cibw can test it I hate hate hate hate hate hate hate hate hate this * Changelog * Apply suggestions from code review Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com> --------- Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
- Feb 01, 2023
-
-
Dirk Klimpel authored
* The user's profile information. * The user's devices. * The user's connections / IP address information.
-
- Jan 17, 2023
-
-
David Robertson authored
* Upgrade to new lockfile format Now requires poetry >= 1.2.2 to read and poetry >= 1.3.0 to write. Cheat sheet: ``` poetry --version poetry show > scratch/before pipx upgrade poetry poetry --version poetry show > scratch/after diff scratch{before,after} && echo "no change!" ``` * Use Poetry 1.3.2 when reading or writing lockfile * Remove unneeded(?) poetry dep for cibuildwheel * Update docs * Remove redundant call to setup-python * Remove outdated comments related to Poetry 1.x * Remove outdated docs line was fixed in #13082 * Minor improvements to poetry cheat sheet * Invoke setup-python-poetry with explicit version Not sure about this. It's hardcoding versions everywhere. * Changelog * Check the lockfile is version 2.0 Might one day incorporate other checks like #14742 * Typo fixes, thanks Sean Co-authored-by:
Sean Quah <8349537+squahtx@users.noreply.github.com> Co-authored-by:
Sean Quah <8349537+squahtx@users.noreply.github.com>
-
- Dec 05, 2022
-
-
realtyem authored
* Switch out 'go get' for 'go install'. * Changelog
-
- Nov 09, 2022
-
-
Sean Quah authored
Resolves #14170. Signed-off-by:
Sean Quah <seanq@matrix.org>
-
- Nov 08, 2022
-
-
Sean Quah authored
Signed-off-by:
Sean Quah <seanq@matrix.org>
-
- Nov 03, 2022
-
-
David Robertson authored
4f5d492cd6a9438de03d1b768f4c220cb662ac06 The release branch CI is failing because poetry seems unable to install wrapt 1.13.3 when run under CPython 3.11. Develop has already bumped wrapt for 3.11 compatibility. Cherry-pick that commit here to try and get CI going again.
-
- Nov 01, 2022
-
-
David Robertson authored
It (4f5d492cd6a9438de03d1b768f4c220cb662ac06) should have been reverted before the merge to develop.
-
David Robertson authored
-
- Oct 24, 2022
-
-
David Robertson authored
-
- Oct 21, 2022
-
-
Erik Johnston authored
-
- Oct 18, 2022
-
-
David Robertson authored
-
- Oct 11, 2022
-
-
David Robertson authored
-
- Sep 16, 2022
-
-
David Robertson authored
-
- Sep 06, 2022
-
-
Erik Johnston authored
-
- Sep 05, 2022
-
-
Erik Johnston authored
* Reduce number of CI jobs run on PRs * Newsfile * Also limit sytest jobs * Fix typo * Fix up * Fixup
-
- Aug 28, 2022
-
-
Richard van der Hoff authored
Since github always scrolls to the bottom of any test output, let's put the failed tests last and hide any successful packages.
-
- Jul 15, 2022
-
-
David Robertson authored
-
- Jul 05, 2022
-
-
reivilibre authored
-
- Jun 17, 2022
-
-
David Robertson authored
-
- Jun 15, 2022
-
-
reivilibre authored
-
- May 31, 2022
-
-
reivilibre authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
- Apr 20, 2022
-
-
David Robertson authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
- Apr 13, 2022
-
-
David Robertson authored
Fixes #12458 Co-authored-by:
Sean Quah <seanq@element.io> Co-authored-by:
Dan Callahan <danc@element.io>
-
- Apr 12, 2022
-
-
David Robertson authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
- Apr 08, 2022
-
-
David Robertson authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
David Robertson authored
-
- Mar 02, 2022
-
-
David Robertson authored
* Two scripts are basically entry_points already * Move and rename scripts/* to synapse/_scripts/*.py * Delete sync_room_to_group.pl * Expose entry points in setup.py * Update linter script and config * Fixup scripts & docs mentioning scripts that moved Co-authored-by:
Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-
- Feb 17, 2022
-
-
Richard van der Hoff authored
As the comment says, virtualenv is a pile of fail.
-
- Feb 02, 2022
-
-
Richard van der Hoff authored
We disabled coverage calculation for most of CI in #11017, but the olddeps build uses a separate script and got forgotten.
-
- Jan 21, 2022
-
-
Shay authored
* remove reference in comments to python3.6 * upgrade tox python env in script * bump python version in example for completeness * upgrade python version requirement in setup doc * upgrade necessary python version in __init__.py * upgrade python version in setup.py * newsfragment * drops refs to bionic and replace with focal * bump refs to postgres 9.6 to 10 * fix hanging ci * try installing tzdata first * revert change made in b979f336 * ignore new random mypy error while debugging other error * fix lint error for temporary workaround * revert change to install list * try passing env var * export debian frontend var? * move line and add comment * bump pillow dependency * bump lxml depenency * install libjpeg-dev for pillow * bump automat version to one compatible with py3.8 * add libwebp for pillow * bump twisted trunk python version * change suffix of newsfragment * remove redundant python 3.7 checks * lint
-
- 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.
-