- Sep 25, 2020
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.2.3' with Debian dir edca7bcffffda94a4f4fff204877f6c6420abce5
- Sep 23, 2020
-
-
Antoine R. Dumont authored
So it's actually acurate in regards to the current required configuration.
-
David Douard 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 and using conditional import of typechecking modules (especially swh.storage.interface which triggers the loading of 300+ modules). Related to T2575.
-
- Aug 25, 2020
-
-
vlorentz authored
pytest wastes a lot of time in .hypothesis and .git; this commit excludes them.
-
- Aug 03, 2020
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.2.2' with Debian dir 05645a66c7493f7c7a684baea3f1eda249b679cc
-
Jenkins for Software Heritage authored
Update to upstream version '0.2.1' with Debian dir f323d078eae2e967ff9932986f4019b3a5895b92
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related to T2105
-
Jenkins for Software Heritage authored
Update to upstream version '0.2.0' with Debian dir 5317e2164398c111e88234512d0fbdb1b83ce3a1
-
Antoine R. Dumont authored
Related to T645
-
Antoine R. Dumont authored
This aligns with other get_* functions. This also adds tests to this part. This is preparatory work to improve and type properly this module without duplication. Related to T645
- Aug 02, 2020
-
-
Antoine R. Dumont authored
-
- Jul 31, 2020
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.1.0' with Debian dir a25f1b576a3246bfb9cdd0414428d858bb7f7982
-
Antoine R. Dumont authored
Related to T645
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Related to T645
- May 13, 2020
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This: - tests: drop the now broken MockedKafkaConsumer test class. - migrate the journal client test to pytest - fixes the ci [1] [1] https://jenkins.softwareheritage.org/job/DSEA/job/tests/266/console
-
- May 05, 2020
-
-
Antoine R. Dumont authored
Prior to this commit, the import was wrong since a new journal release changed it. This commit fixes that import and bumps the journal requirements. It also: - adapts journal_client instantiation with the missing brokers, group_id, etc... - add configuration checks on the journal client (+ tests)
-
Antoine R. Dumont authored
Following formatting done by black, some string have an extra concatenation on the same line. This commit fixes it.
-
Antoine R. Dumont authored
-
- Apr 29, 2020
-
-
Stefano Zacchiroli authored
-
- Apr 20, 2020
-
-
Antoine R. Dumont authored
Related to T2367
-
- Apr 08, 2020
-
-
David Douard authored
-
David Douard authored
- blackify all the python files, - enable black in pre-commit, - add a black tox environment.
-