- Apr 08, 2022
-
-
Antoine Lambert authored
Related to T3922
-
- Apr 09, 2021
-
-
Antoine Lambert authored
-
- Sep 23, 2020
-
-
David Douard authored
-
- Sep 17, 2020
-
-
Antoine Lambert authored
Related to T2610
-
- Jul 10, 2020
-
-
Antoine R. Dumont authored
Defining the pytest-plugin though the pytest-plugin [1] makes it loaded by default. This creates loading issues on modules depending on storage but not on the pytest plugin storage exposes. It was explained in the doc and I did not realize [2] Instead we'll explicitely define to modules depending on the pytest plugins in their root conftest [3]: ``` pytest_plugins = [ "swh.storage.pytest_plugin" ] ``` [1] https://docs.pytest.org/en/stable/writing_plugins.html#setuptools-entry-points [2] https://docs.pytest.org/en/stable/writing_plugins.html#plugin-discovery-order-at-tool-startup [3] https://docs.pytest.org/en/stable/writing_plugins.html#requiring-loading-plugins-in-a-test-module-or-conftest-file Related to T2484
-
- Jul 08, 2020
-
-
Antoine R. Dumont authored
This will allow loaders to reuse those dedicated fixtures within their code base without having to import the swh.storage.tests.conftest module. Related to T2484
-
- Jul 07, 2020
-
-
Antoine R. Dumont authored
Related to T2105
-
- Apr 29, 2020
-
-
Stefano Zacchiroli authored
-
- Apr 20, 2020
-
-
Antoine R. Dumont authored
Related to T2367
-
- Apr 08, 2020
-
-
David Douard authored
- blackify all the python files, - enable black in pre-commit, - add a black tox environment.
-
- Sep 25, 2019
-
-
David Douard authored
-
- May 16, 2019
-
-
David Douard authored
we do add this 'storage' group even if it contains only one subcommand (serve) for UI consistency: swh storage rpc-serve We do keep the main swh-storage console_script entry point as is for bw compat, however.
-
- Apr 09, 2019
-
-
Antoine R. Dumont authored
-
- Feb 21, 2019
-
-
Antoine R. Dumont authored
-
- Oct 08, 2018
-
-
David Douard authored
related to T1242
-
- Oct 05, 2018
-
-
Antoine Pietri authored
-
- Oct 12, 2017
-
-
Nicolas Dandrimont authored
-
- Oct 11, 2017
-
- Sep 14, 2017
-
-
Nicolas Dandrimont authored
This package is inaugurated by the distribution schemata
-
- Jun 30, 2017
-
- Feb 09, 2017
-
-
Antoine Pietri authored
-
- Aug 31, 2016
-
-
Antoine R. Dumont authored
As for python3-swh.storage.archiver, the runtime dependency on python3-swh.core is the implicit one from python3-swh.storage. The same note about splitting repository and adding explicit dependency applies. Related T557
-
- Jun 27, 2016
-
-
Quentin Campos authored
Closes T460
-
- Jun 21, 2016
-
- Jun 01, 2016
-
-
Quentin Campos authored
Update the setup.py file in order to add the new created directory 'swh/storage/checker'
-
- May 19, 2016
-
-
Quentin Campos authored
Closes T404
-
- Sep 29, 2015
-
- Sep 22, 2015
-
-
Nicolas Dandrimont authored
-