- Sep 14, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '1.8.0' with Debian dir 4f9af148a47c1148d7a8bc13d089833e634f4616
-
David Douard authored
to more reasonable versions...
-
David Douard authored
instead of creating it in the VaultBackend constructor: when configured (with host and port), SMTP.connect() is immediately called, which makes it mandatory to have the smtp server up and running to be able to create the VaultBackend object (which makes it hard to run properly in an elastic environment like docker or k8s). This also removes the fallback to hardcoded 'localhost:25' smtp server; if the smtp server is not configured or not reachable, the call to _smtp_send() will fail logging the failure (both in logging and sentry).
- Aug 30, 2022
-
-
vlorentz authored
Hash dicts are now prefered by swh-objstorage, in order to support individual hash collisions.
-
- Aug 04, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '1.7.2' with Debian dir 6f80d43afd1d956ef58ef18adff5cc0330970d2e
-
David Douard authored
because this later is not yet available on debian, and we do not use new API features anyway in test_cookers.py Should fix deb packaging.
-
Jenkins for Software Heritage authored
Update to upstream version '1.7.1' with Debian dir 8623141083e9f8f4a3d7e442f853e3f15ce4f3a9
- Jul 29, 2022
-
-
Antoine R. Dumont authored
'local' has been deprecated for a while.
-
- Jul 19, 2022
-
-
vlorentz authored
This is not a runtime issue, because when the supplied mode is DentryPerms.symlink, the target is only used passed to os.symlink, which does allow str too.
-
- Jun 23, 2022
- Jun 22, 2022
-
-
vlorentz authored
-
Jenkins for Software Heritage authored
Update to upstream version '1.7.0' with Debian dir 55101ca0f74aca2c6bb2f58149646f66ac51696a
-
vlorentz authored
objstorage.add() will change/remove its return value in a future version, and we do not use it in the vault anyway.
-
- Jun 21, 2022
-
-
Nicolas Dandrimont authored
This would be more usefully implemented by generating a (temporary) URL for direct download of vault bundles from the azure bucket.
-
- Jun 07, 2022
-
-
Antoine R. Dumont authored
This fixes test build [1] [1] https://jenkins.softwareheritage.org/view/swh%20master%20(draft)/job/DVAU/job/tests/1575/console Related to T4305
-
- May 31, 2022
-
-
David Douard authored
instead of (soon-to-be-deprecated) swh-core's postgresql_fact one.
-
David Douard authored
to reduce test execution time a bit. Keep test_git_bare_cooker using a postgresql backend, since it depends on it (support for displayname).
-
- May 09, 2022
-
-
Pratyush authored
-
- May 06, 2022
-
-
Antoine Lambert authored
Fix "more than one target found for cross-reference 'ObjectType'" sphinx warning.
-
- May 02, 2022
-
-
Benoit Chauvet 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 13, 2022
-
-
Antoine R. Dumont authored
It was a class parameter from the swh.core.api.asynchronous.RPCServerApp which got removed some time ago. This is not defined in the swh.core.api.RPCServerApp.
-
- 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.
-
- Mar 04, 2022
-