swh-lister/swh/lister/gitlab
Antoine R. Dumont (@ardumont) 97254a19f2
gitlab: Implement keyset-based pagination listing
The previous pagination implementation has a hard-coded limit server side [1]

[1]

```
{"error":"Offset pagination has a maximum allowed offset of 50000 for requests that return objects of type Project. Remaining records can be retrieved using keyset pagination."}
```

Related to T2994
2021-01-26 16:54:14 +01:00
..
tests gitlab: Implement keyset-based pagination listing 2021-01-26 16:54:14 +01:00
__init__.py gitlab: Port to the new lister api 2021-01-25 08:51:16 +01:00
lister.py gitlab: Implement keyset-based pagination listing 2021-01-26 16:54:14 +01:00
tasks.py gitlab: Adapt celery task implementations to the new lister api 2021-01-25 15:08:31 +01:00