Reimplement Bitbucket lister using new Lister API

The new lister has incremental and full listing capability.
It can request the Bitbucket API in anonymous and HTTP basic authentication
modes. Rate-limiting is not aggressive and is handled.
This commit is contained in:
tenma 2021-01-13 15:44:07 +01:00
parent 9fd91f007d
commit 565e7423e3
13 changed files with 627 additions and 1089 deletions

View file

@ -1,4 +1,5 @@
pytest
pytest-mock
requests_mock
sqlalchemy-stubs
testing.postgresql