- Feb 16, 2023
-
-
Jérémy Bobbio (Lunar) authored
Related to swh/meta#4959
-
- Feb 02, 2023
-
-
Antoine Lambert authored
This fixes python 3.7 support due to poetry, a dependency of isort, that removed support for that Python version in a recent release.
-
- Dec 19, 2022
-
-
Antoine Lambert authored
In order to remove warnings about /apidoc/*.rst files being included multiple times in toc when building full swh documentation, prefer to include module indices only when building standalone package documentation. Also include them the proper sphinx way. Related to T4496
-
- Oct 18, 2022
-
-
David Douard authored
- pre-commit from 4.1.0 to 4.3.0, - codespell from 2.2.1 to 2.2.2, - black from 22.3.0 to 22.10.0 and - flake8 from 4.0.1 to 5.0.4. Also freeze flake8 dependencies. Also change flake8's repo config to github (the gitlab mirror being outdated).
-
- Aug 30, 2022
-
-
Antoine Lambert authored
This file seems having been committed by mistake and its presence makes the sphinx documentation build fails.
-
- May 09, 2022
-
-
Pratyush authored
-
- Apr 26, 2022
-
-
vlorentz authored
-
- Apr 21, 2022
-
-
Antoine Lambert authored
That hook can be frustrating as it can discard a long commit message if it finds a typo in it so better removing it.
-
- Apr 08, 2022
-
-
Antoine Lambert authored
-
Antoine Lambert authored
Related to T3922
-
Antoine Lambert authored
black is considered stable since release 22.1.0 and the version we are currently using is quite outdated and not compatible with click 8.1.0, so it is time to bump it to its latest stable release. Please note that E501 pycodestyle warning related to line length is replaced by B950 one from flake8-bugbear as recommended by black. https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length Related to T3922
-
- Apr 06, 2022
-
-
Antoine Lambert authored
pytest-postgresql 3.1.3 and pytest-redis 2.4.0 added support for pytest >= 7 so we can now drop the pytest pinning.
-
- Mar 22, 2022
-
-
Antoine Lambert authored
Due to test modules being copied in subdirectories of the build directory by setuptools, it makes pytest fail by raising ImportPathMismatchError exceptions when invoked from root directory of the module. So ignore the build folder to discover tests.
-
- Feb 10, 2022
-
-
Antoine Lambert authored
To install the new hook: $ pre-commit install -t commit-msg
-
- Feb 07, 2022
-
-
Antoine R. Dumont authored
Related to T3916
-
Antoine Lambert authored
-
- Jan 19, 2022
-
-
Antoine R. Dumont authored
This should help in fixing the main swh-docs build and the current swh-web-client master build [1] [1] https://jenkins.softwareheritage.org/view/swh-draft/job/DWCLI/job/tests/750/console
-
- Dec 16, 2021
-
-
Antoine R. Dumont authored
This also drops spurious copyright headers to those files if present. Related to T3812
-
- Oct 07, 2021
-
-
vlorentz authored
-
- Sep 08, 2021
-
-
Antoine R. Dumont authored
Related to T3192
-
- Jul 01, 2021
-
-
Antoine Lambert authored
The auth command group implementation has been moved to the swh-auth package so deprecate "swh web auth" commands in favor of "swh auth". Until removal, previous commands are now simply forwarded to swh-auth ones. Closes T3385
-
- Jun 09, 2021
-
-
Antoine Lambert authored
-
- Apr 27, 2021
-
-
Antoine Lambert authored
Enable to check package documentation can be built without producing sphinx warnings. The sphinx environment is designed to be used in continuous integration in order to prevent breaking documentation build when committing changes. The sphinx-dev environment is designed to be used inside a full swh development environment. Related to T3258
-
- Apr 21, 2021
-
-
Antoine R. Dumont authored
Related to T3278
-
- Mar 01, 2021
-
- Dec 17, 2020
-
- Dec 15, 2020
-
-
Thibault Allançon authored
Closes T2872.
-
- Dec 14, 2020
-
-
Thibault Allançon authored
Closes T2873.
-
- Dec 11, 2020
-
-
Thibault Allançon authored
Close T2822.
-
Thibault Allançon authored
-
- Dec 03, 2020
-
- Nov 09, 2020
-
- Oct 22, 2020
-
-
Antoine Lambert authored
Rename login subcommand to generate-token and logout subcommand to revoke-token.
-
- Oct 15, 2020
-
-
From the model specification, the date attribute in Revision and Release objects is optional. This commit handles the date attribute set to the None value. It also tests the "typification" of a minimal Revision object to avoid regressions on this usecase.
-
- Oct 06, 2020
-
-
Thibault Allançon authored
Closes T2646.
-
- Oct 02, 2020
-
-
Stefano Zacchiroli authored
-
- Sep 25, 2020
-
-
Nicolas Dandrimont authored
We now use separate branches for this.
-
Nicolas Dandrimont authored
-
- Sep 24, 2020
-
- Sep 18, 2020
-
-
Stefano Zacchiroli authored
-