relister: Fix consistently the behavior for the first time relisting
If nothing has been done prior to a full relisting, there is actually nothing to list. So the relister in question does nothing. In that context, the IndexingLister class's `db_partition_indices` method now returns an empty list instead of raising a ValueError when there is nothing to list. Related T1826 Related e129e48c
parent
6662ae8d
No related branches found
Tags v0.0.23
Showing
- swh/lister/bitbucket/lister.py 3 additions, 16 deletionsswh/lister/bitbucket/lister.py
- swh/lister/bitbucket/tasks.py 9 additions, 0 deletionsswh/lister/bitbucket/tasks.py
- swh/lister/core/indexing_lister.py 10 additions, 7 deletionsswh/lister/core/indexing_lister.py
- swh/lister/github/tasks.py 9 additions, 1 deletionswh/lister/github/tasks.py
- swh/lister/gitlab/tasks.py 5 additions, 0 deletionsswh/lister/gitlab/tasks.py
- swh/lister/phabricator/lister.py 8 additions, 15 deletionsswh/lister/phabricator/lister.py
Loading
-
Some references in the commit message have been migrated:
- T1826 is now #1826 (closed)
Please register or sign in to comment