- Apr 29, 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 27, 2021
-
-
vlorentz authored
Like all our internal APIs, it's RPC and not REST.
-
- Feb 17, 2021
-
-
Antoine R. Dumont authored
Related to T1410
-
- Jan 04, 2021
-
-
David Douard authored
-
- Dec 08, 2020
-
- Dec 02, 2020
-
-
Tenma authored
CLI logging is configured at SWH CLI root.
-
- Nov 23, 2020
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
It's already pulled from swh.core[db] which is a runtime dependency. Related to T2746
-
Antoine R. Dumont authored
swh.core (0.9.0) changed the remote exception serialization handling. So the current build [1] is broken as it needs adaptation to retrieve the exception information at its first level. This adapts accordingly the exception handling in those failing tests. [1] https://jenkins.softwareheritage.org/job/DVAU/job/tests/881/
-
- Nov 19, 2020
-
-
Antoine Lambert authored
And remove pytest-aiohttp test dependency to avoid error related to double loading of the plugin when pytest is invoked.
-
- Nov 18, 2020
-
-
Antoine R. Dumont authored
This also fixes the build [1] Related to 6682bcc9 [1] https://jenkins.softwareheritage.org/job/DVAU/job/tests/875
-
Antoine R. Dumont authored
The checks ensure the virtual config was ok and then went on returning the initial configuration (which was possibly incomplete). This commit fixes it.
-
Antoine R. Dumont authored
That will ease instantiation from dict in other locations
-
Antoine R. Dumont authored
Remove the args because it's deprecated
-
- Nov 17, 2020
-
-
Antoine R. Dumont authored
The current implementation fails [1] on current debian stable build. So simplifying to this is quite enough and should unstuck said build. [1] https://jenkins.softwareheritage.org/job/debian/job/packages/job/DVAU/job/gbp-buildpackage/41/console
-
- Oct 29, 2020
-
-
Antoine R. Dumont authored
This just drops the redundant `-swh` prefix. Related to T2736
-
- Oct 28, 2020
-
-
Tenma authored
Keep the old behavior to avoid breakage on part not yet migrated. Detach configuration checking from instanciation in cookers similarly to most swh components.
-
- Oct 27, 2020
-
-
Tenma authored
-
- Oct 23, 2020
-
-
Antoine R. Dumont authored
This allows to drop redundant code in between rpc server and clients using the base class from swh.core.api.async module.
-
Tenma authored
-
- Oct 22, 2020
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This reuse the swh.core.db.db_utils.SwhDatabasejanitor which allows to truncate tables in between test calls. This makes the tests faster.
-
- Oct 19, 2020
-
-
Antoine R. Dumont authored
Related to T1410
-
Antoine R. Dumont authored
-
- Oct 02, 2020
-
-
Antoine Lambert authored
It enables to remove some code duplication related to git loader creation when executing tests.
-
Antoine R. Dumont authored
Fixes build [1] [1] https://jenkins.softwareheritage.org/job/DVAU/job/tests/807/console
-
Stefano Zacchiroli authored
-
- Sep 25, 2020
-
-
Nicolas Dandrimont authored
-
David Douard authored
-
- Sep 24, 2020
-
-
Nicolas Dandrimont authored
-
- Sep 17, 2020
-
-
Antoine Lambert authored
Related to T2610
-
Antoine Lambert authored
Related to T2610
-
Antoine Lambert authored
flake8 hook has been removed from https://github.com/pre-commit/pre-commit-hooks so now use the one from https://gitlab.com/pycqa/flake8
-
- Sep 10, 2020
-
-
David Douard authored
by moving import statements in functions. Also simplify the main help message to to get rid of the necessity to import swh.core.config. Related to T2575.
-
- Sep 09, 2020
-
-
David Douard authored
instead of swh.objstorage (deprecated).
-
- Sep 04, 2020
-
-
vlorentz authored
Although that will be fixed in the next version of swh-storage, the current one returns a None status for skipped content, which causes surprising behavior from the cooker (as it reuse the content of the previous file in place of the current one). Additionally, even though it shouldn't happen, if a content is missing completely (ie. neither know nor skipped), it's still possible to have a None status.
-
- Aug 25, 2020
-
-
vlorentz authored
pytest wastes a lot of time in .hypothesis and .git; this commit excludes them.
-
- Aug 18, 2020
-
-
Antoine Lambert authored
Some tests are now failing since rDMOD6dd6acecc8297f8c9f77bdae0ccd291ceabdfd8e.
-
- Aug 06, 2020
-
-
Antoine R. Dumont authored
This also adds type and simplify the existing code
-