- May 06, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.14.1' with Debian dir 75773df3ac7063c46e241a06fb0fb36d588580c8
- May 05, 2022
-
-
Antoine Lambert authored
In that case, the search will match all origins and return them in a paginated way. It also enables to consider all origins when filtering them according to different criterions (visit type for instance). These small changes will enable to improve the search features available in swh-web.
-
- Apr 29, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.14.0' with Debian dir adcf78b07a75d0f23580aa715da586c2ae7e20cd
- Apr 26, 2022
-
- Apr 25, 2022
-
-
Antoine R. Dumont authored
Without this, the following query fails in the archive [1]. While without specifying anything [2], it works. The following commit should fix the issue with the [1] link. [1] https://webapp.staging.swh.network/browse/search/?q=repo1.maven.org&with_visit=true&with_content=true&visit_type=maven [2] https://webapp.staging.swh.network/browse/search/?q=repo1.maven.org&with_visit=true&with_content=true
-
Antoine Lambert authored
elasticsearch 7.17.3 uses JDK >= 18 which changed the value of "java.security.manager" property to "disallow". As a consequence a "java.lang.UnsupportedOperationException" is now raised when bootstrapping elasticsearch server used in tests. So explicitely set the "java.security.manager" property to "allow" to avoid that exception raising when elasticsearch setups its custom security manager. Closes T4192
-
- 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
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 07, 2022
-
-
Kumar Shivendu authored
-
- 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 29, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.13.2' with Debian dir 3d9dfb0abca9e4b5eb598e24a6f857fae4931e95
- Mar 28, 2022
- 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 07, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.13.1' with Debian dir fc51ffc83ae31527a63b6df5698c02ef98a5ae78
- Mar 03, 2022
-
- Feb 16, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.13.0' with Debian dir 53dde9264624f8ffa079a86fb9f0de5dc9485c94
-
vlorentz authored
Non-visited origins don't have a 'has_visits' field at all, so comparing it to `false` never returns results.
-
vlorentz authored
I find it very confusing to use '=' for this operation.
-
vlorentz authored
- Feb 14, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.12.1' with Debian dir 51af226cde2a3385645096d796747a1b81f35458
- Feb 11, 2022
-
-
vlorentz authored
This will allow us to implement better exception handling in swh-web, instead of erroring with HTTP 500
-
- Feb 10, 2022
-
-
Antoine Lambert authored
To install the new hook: $ pre-commit install -t commit-msg
-