- Feb 14, 2023
-
-
protobuf earlier 4.12.* versions crashed when `swhgraph_pb2.py` was discovered by pytest. This has been fixed in the 4.12.11 release. See: https://github.com/protocolbuffers/protobuf/issues/10151 Preventing protobuf 4.12.* to be used makes `pip` install grpcio-tools version 1.49.0 which fails to build on Debian bookworm. In order to allow more fixed versions of grpcio-tools to be used, we bump the dependency on protobuf to version 4.12.11 or later.
-
vlorentz authored
This will be used as a metric for 'popularity' of directories, which will be used to weigh results of PopularContents (which counts the most popular names used to refer to each content)
-
vlorentz authored
-
vlorentz authored
- Feb 13, 2023
-
- Feb 02, 2023
-
-
Antoine Lambert authored
This fixes python 3.7 support due to poetry, a dependency of isort, that removed support for that Python version in a recent release.
-
- Jan 26, 2023
-
- Jan 17, 2023
-
-
vlorentz authored
-
- Jan 16, 2023
-
-
vlorentz authored
Because the main table already contains (origin_id, person_id) pairs, it is redundant to repeat every pair in this file.
-
- Jan 13, 2023
- Jan 12, 2023
-
-
vlorentz authored
-
- Jan 11, 2023
-
-
vlorentz authored
They tend to be forgotten; this will make sure that running 'tox' will run Java tests as well as Python tests. It will also make it easier to run Java tests on the CI
-
- Jan 06, 2023
-
-
vlorentz authored
-
vlorentz authored
-
vlorentz authored
-
vlorentz authored
-
vlorentz authored
two paths + reimport tasks at the package level so they are automatically picked up by luigi without passing all module names on the CLI
-
vlorentz authored
-
vlorentz authored
-
vlorentz authored
whitelist_externals is deprecated since v3.18, and removed since v4.0
-
- Jan 03, 2023
-
-
vlorentz authored
RPCServerApp inherits from aiohttp.web.Application, and GraphServerApp does not use any of the features added by RPCServerApp
-
vlorentz authored
It's slightly more accurate
-
vlorentz authored
-
vlorentz authored
Origin pseudo-SWHIDs are kind of useless on their own, as there is no public API to resolve them yet; so we might as well produce integers instead. A future commit will add a mapping table to URLs, which are actually useful.
-
- Dec 19, 2022
-
-
Antoine Lambert authored
In order to remove warnings about /apidoc/*.rst files being included multiple times in toc when building full swh documentation, prefer to include module indices only when building standalone package documentation. Also include them the proper sphinx way. Related to T4496
-
- Dec 07, 2022
-
-
vlorentz authored
RunAll is not practical, because we need to mount the graph on a tmpfs at some point. Let's keep that step manual for now, which means RunExportCompressUpload and DeanonymizeOriginContributors will be called separately.