- Sep 19, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.16.2' with Debian dir 445a234182511f61ab887dbac34e3045dec070ed
- Sep 15, 2022
-
-
Antoine Lambert authored
Apply fix as described in the package build log on unstable: UserWarning: Distutils was imported before Setuptools, but importing Setuptools also replaces the `distutils` module in `sys.modules`. This may lead to undesirable behaviors or errors. To avoid these issues, avoid using distutils directly, ensure that setuptools is installed in the traditional way (e.g. not an editable install), and/or make sure that setuptools is always imported before distutils.
-
Jenkins for Software Heritage authored
Update to upstream version '0.16.1' with Debian dir 7eed81a823aba679f5e7085c32104a9435285ba6
-
Antoine Lambert authored
It can be useful to use a remote search server using the memory backend, for instance in the docker environment to avoid spawning a costly elasticsearch instance. As this was never tested, there was an issue when trying to start such remote search server so fix it and add tests.
-
- Sep 12, 2022
-
-
Antoine Lambert authored
Origin visit types must be explicitely declared in order to search for them, add new ones from loaders in development.
-
- Jul 19, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.16.0' with Debian dir b4b974dd38d466f8070dd159b041e6f8ae476862
-
vlorentz authored
It will soon be used to store and query extrinsic metadata as well
- Jul 18, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.15.0' with Debian dir c2e6b14b93332a896e64217ef1d23072cf15b6be
-
vlorentz authored
'document' is a typed dict, which mypy does not seem to allow here
- 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
-
-
vlorentz authored
In addition to test_search.py, which do not include search QL tests