swh-lister/swh
Antoine R. Dumont (@ardumont) 31efda62e7
gitea.lister: Fix uid to be unique across instance
The gitea lister can be run on multiple instances which could use the same id.
So listing another gitea instance, the current code would fail to insert data
for such case.

This commit fixes that behavior by prefixing the uid with the instance name.

Related to T2577
2020-09-10 11:21:50 +02:00
..
lister gitea.lister: Fix uid to be unique across instance 2020-09-10 11:21:50 +02:00
__init__.py typing: minimal changes to make a no-op mypy run pass 2019-10-28 15:35:21 +01:00