- Aug 27, 2024
-
-
David Douard authored
-
David Douard authored
Also: - add a few pre-commit configs - normalize the tox file - fix the docs/Makefile
-
David Douard authored
-
David Douard authored
- Aug 26, 2024
-
-
David Douard authored
There is only rust left in swh-graph now.
-
David Douard authored
Was missing the serializers for SWHID objects.
-
- Aug 21, 2024
-
-
This will be used by the scanner.
-
(this should probably be split, but I don't think we care too much about the history yet).
-
-
David Douard authored
-
David Douard authored
-
David Douard authored
This replaces all previous code with a new approach for the provenance service. This will propose an RPC (like other main SWH services) allowing to get provenance informations from several possible backends. Currently, 2 backends are considered: - a swh-graph one, using the swh-graph service to answer the provenance requests, - a postgresql one using a provenance index stored in a postgresql database, built from the provenance dataset exported from swh-graph using dedicated code.
-