- May 04, 2022
-
-
Nicolas Dandrimont authored
With recent enough versions of setuptools/setuptools-scm, the pip dependency resolver is now capable of sorting out our full dependency tree. We can just install all packages at once (which does the dependency resolution step once). To speed up the process even more, inline the few "build" (setup.py) dependencies to allow disabling build isolation (which creates a new venv and installs setuptools-scm in it for every single package).
-
- Apr 29, 2022
-
-
Antoine R. Dumont authored
-
- Apr 26, 2022
-
-
vlorentz authored
-
David Douard 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
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
-
-
David Douard authored
to use aptitude as dep resolver when needed and add backports in given cli examples
-
Antoine Lambert authored
-
- Apr 05, 2022
-
-
Antoine R. Dumont authored
Related to T4102
-
- Apr 04, 2022
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
- Apr 01, 2022
-
-
Antoine R. Dumont authored
Related to T4105
-
Stefano Zacchiroli authored
-
Nicolas Dandrimont authored
This nests the historical roadmap under a specific roadmap/index toctree, so that they don't all show up in the sidebar.
-
Antoine R. Dumont authored
This fixes the build [1] [1] https://jenkins.softwareheritage.org/job/DDOC/job/dev/1139/console
-
Antoine R. Dumont authored
-
Benoit Chauvet authored
-
- Mar 31, 2022
-
- Mar 30, 2022
-
-
Antoine R. Dumont authored
Without this, the actual documentation build will fail once a new package is incompletely installed.
-
Antoine R. Dumont authored
-
- Mar 02, 2022
-
-
vlorentz authored
-
- Feb 22, 2022
-
-
Antoine R. Dumont authored
-
Antoine Lambert authored
Do not generate TOC with sphinx-apidoc. Mark the apidoc/swh.rst file as orphan.
-
Antoine R. Dumont authored
-
- Feb 11, 2022
-
-
Antoine R. Dumont authored
-
- Feb 10, 2022
-
-
Antoine Lambert authored
To install the new hook: $ pre-commit install -t commit-msg
-
- Feb 07, 2022
-
-
Vincent Sellier authored
-
vlorentz authored
-
vlorentz authored
-
- Feb 03, 2022
-
-
Antoine R. Dumont authored
Related to T3907
-
- Feb 01, 2022
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
To avoid discrepancy with tox when pre-commit is triggered.
-
- Jan 25, 2022
-
-
Vincent Sellier authored
Related to T3829
-
David Douard authored
-
- Jan 24, 2022
-
-
David Douard authored
use proper `:file:`, `:command:` and `:envvar:` roles.
-
- Jan 21, 2022
-
-
David Douard authored
using `docker service update --config-add` like commands.
-
vlorentz authored
-
Vincent Sellier authored
-
- Jan 20, 2022
-
-
David Douard authored
with infrastructure sizing estimations.
-