swh-lister/swh/lister/gitea
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
..
tests utils.split_range: Split into not overlapping ranges 2020-09-10 11:01:44 +02:00
__init__.py Added GiteaLister 2020-06-10 17:04:28 +02:00
lister.py gitea.lister: Fix uid to be unique across instance 2020-09-10 11:21:50 +02:00
models.py gitea.lister: Fix uid to be unique across instance 2020-09-10 11:21:50 +02:00
tasks.py gitea.tasks: Fix parameter name from 'sort' to 'order' 2020-09-09 12:10:23 +02:00