which it won't be when the lister is called for the first time (will be
None in this case).
Depends on D938
Differential D939
Fix bitbucker lister: min_bound must be a date Authored by douardda on Jan 14 2019, 12:13 PM.
Details
which it won't be when the lister is called for the first time (will be Depends on D938
Diff Detail
Event TimelineComment Actions Build has FAILED Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/47/ Comment Actions Another way is to override request_uri: def request_uri(self, identifier):
return super().request_uri(identifier or '1970-01-01')Comment Actions Build has FAILED Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/51/ |