It enables to retrieve in an efficient and paginated way the list
of visits and all their statuses for a given origin.
Previously, it was required to call origin_visit_status_get
on each visit of the origin to get such list.
Related to T4090
Differential D7442
interface: Add new method origin_visit_get_with_statuses anlambert on Mar 28 2022, 2:37 PM. Authored by
Details
It enables to retrieve in an efficient and paginated way the list Previously, it was required to call origin_visit_status_get Related to T4090
Diff Detail
Event TimelineComment Actions Build has FAILED Patch application report for D7442 (id=26946)Rebasing onto 835feb6842... Current branch diff-target is up to date. Changes applied before testcommit 5d702270471617a491e67b66e7779aa6dfca96d3 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Mon Mar 28 14:33:53 2022 +0200 interface: Add new method origin_visit_status_latest_get_all It enables to retrieve in an efficient and paginated way the list of latest visit statuses for a given origin. Previously, it was required to call origin_visit_status_get_latest on each visit of the origin to get such list. Related to T4090 Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1582/ Comment Actions Build is green Patch application report for D7442 (id=26947)Rebasing onto 835feb6842... Current branch diff-target is up to date. Changes applied before testcommit 3c992d250ee47e484fee6e47a6d677b467ba88c5 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Mon Mar 28 14:33:53 2022 +0200 interface: Add new method origin_visit_status_latest_get_all It enables to retrieve in an efficient and paginated way the list of latest visit statuses for a given origin. Previously, it was required to call origin_visit_status_get_latest on each visit of the origin to get such list. Related to T4090 See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1583/ for more details. Comment Actions Update:
Comment Actions Build is green Patch application report for D7442 (id=27039)Rebasing onto 835feb6842... Current branch diff-target is up to date. Changes applied before testcommit 336c36d0af4a1feeebcbb148e491a0d1cd2a8f04 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Mon Mar 28 14:33:53 2022 +0200 interface: Add new method origin_visit_get_with_statuses It enables to retrieve in an efficient and paginated way the list of visits and all their statuses for a given origin. Previously, it was required to call origin_visit_status_get on each visit of the origin to get such list. Related to T4090 See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1584/ for more details.
Comment Actions Build is green Patch application report for D7442 (id=27277)Rebasing onto 812590c25f... Current branch diff-target is up to date. Changes applied before testcommit de21e2f59a3c4791d202b8dc97f5eb4f56541ec3 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Mon Mar 28 14:33:53 2022 +0200 interface: Add new method origin_visit_get_with_statuses It enables to retrieve in an efficient and paginated way the list of visits and all their statuses for a given origin. Previously, it was required to call origin_visit_status_get on each visit of the origin to get such list. Related to T4090 See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1588/ for more details.
Comment Actions Build is green Patch application report for D7442 (id=27301)Rebasing onto 812590c25f... Current branch diff-target is up to date. Changes applied before testcommit 567c8e47ae56737301f4a42dccd2087b41d16d47 Author: Antoine Lambert <anlambert@softwareheritage.org> Date: Mon Mar 28 14:33:53 2022 +0200 interface: Add new method origin_visit_get_with_statuses It enables to retrieve in an efficient and paginated way the list of visits and all their statuses for a given origin. Previously, it was required to call origin_visit_status_get on each visit of the origin to get such list. Related to T4090 See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1589/ for more details. |