This returned a Tuple[OriginVisit, OriginVisitStatus].
This was required to have the missing information "type" for visit-status. This is no
longer needed as now OriginVisitStatus holds the type information.
Differential D4975
Change origin_visit_status_get_random interface to return visit_status ardumont on Jan 29 2021, 6:24 PM. Authored by Tags None Subscribers None
Details
This returned a Tuple[OriginVisit, OriginVisitStatus]. This was required to have the missing information "type" for visit-status. This is no
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D4975 (id=17762)Rebasing onto 76de53cb26... First, rewinding head to replay your work on top of it... Applying: Change origin_visit_status_get_random interface to return visit_status Using index info to reconstruct a base tree... M swh/storage/postgresql/storage.py Falling back to patching base and 3-way merge... Auto-merging swh/storage/postgresql/storage.py Changes applied before testcommit 9bb9c749d8e6135cffd4fec4bdac297fe17928b4 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Jan 29 18:17:57 2021 +0100 Change origin_visit_status_get_random interface to return visit_status This returned a Tuple[OriginVisit, OriginVisitStatus] which is no longer needed as now OriginVisitStatus held the type information now. See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1113/ for more details. Comment Actions Build is green Patch application report for D4975 (id=17851)Rebasing onto f6ae8a062d... Current branch diff-target is up to date. Changes applied before testcommit 626b0bf8867b9ded52ac7524c17c972dc9214d70 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Jan 29 18:17:57 2021 +0100 Change origin_visit_status_get_random interface to return visit_status This returned a Tuple[OriginVisit, OriginVisitStatus] which is no longer needed as now OriginVisitStatus held the type information now. See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1117/ for more details. |