This opens new origin-visit-status-get endpoint.
Related to T645
Differential D3641
storage*: add origin_visit_status_get(...) -> PagedResult[OriginVisitStatus] ardumont on Jul 29 2020, 4:35 PM. Authored by
Details
This opens new origin-visit-status-get endpoint. Related to T645 tox
Diff Detail
Event TimelineThere are a very large number of changes, so older changes are hidden. Show Older Changes
Comment Actions Build has FAILED Patch application report for D3641 (id=12823)Rebasing onto 24559bb3ba... Current branch diff-target is up to date. Changes applied before testcommit 64f773a133f723c247ba1944a47f1184a98f0847 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Jul 29 16:33:31 2020 +0200 storage*: new origin_visit_status_get(...) -> PagedResult[OriginVisitStatus] Related to T645 Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/602/ Comment Actions done:
todo:
Comment Actions Build has FAILED Patch application report for D3641 (id=12829)Rebasing onto 2bfd2f7091... Current branch diff-target is up to date. Changes applied before testcommit ddfb3a992c91508a12b012b6c1832f9a191f9b72 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Jul 29 16:33:31 2020 +0200 storage*: new origin_visit_status_get(...) -> PagedResult[OriginVisitStatus] Related to T645 Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/608/ Comment Actions Add cassandra implementations For some reason, the tests on signature type is not happy though... I'll delve into that later: > assert expected_signature == actual_signature, meth_name E AssertionError: origin_visit_status_get E assert <Signature (origin: str, visit: int, page_token: Union[str, NoneType] = None, order: swh.storage.interface.ListOrder = <ListOrder.ASC: 'asc'>, limit: int = 10) -> swh.core.api.classes.PagedResult[swh.model.model.OriginVisitStatus, str]> == <Signature (origin: str, visit: int, page_token: Union[str, NoneType] = None, order: swh.storage.interface.ListOrder = <ListOrder.ASC: 'asc'>, limit: int = 10) -> swh.core.api.classes.PagedResult[swh.model.model.OriginVisit, str]>
Comment Actions Build has FAILED Patch application report for D3641 (id=12830)Rebasing onto 2bfd2f7091... Current branch diff-target is up to date. Changes applied before testcommit d4a505a7e9aea2f5ce92526f2ec59135b2b6755a Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Jul 29 16:33:31 2020 +0200 storage*: add origin_visit_status_get(...) -> PagedResult[OriginVisitStatus] Related to T645 Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/609/ Comment Actions Build is green Patch application report for D3641 (id=12831)Rebasing onto 2bfd2f7091... Current branch diff-target is up to date. Changes applied before testcommit 63ae21d27d6fd28fbcb059ade83629627ff15b4b Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Jul 29 16:33:31 2020 +0200 storage*: add origin_visit_status_get(...) -> PagedResult[OriginVisitStatus] Related to T645 See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/610/ for more details. Comment Actions Build is green Patch application report for D3641 (id=12832)Rebasing onto 2bfd2f7091... Current branch diff-target is up to date. Changes applied before testcommit b4972fbb2e0a435b256c66617837a3dc3f6a23eb Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Jul 29 16:33:31 2020 +0200 storage*: add origin_visit_status_get(...) -> PagedResult[OriginVisitStatus] Related to T645 See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/611/ for more details. Comment Actions
Comment Actions Build is green Patch application report for D3641 (id=12835)Rebasing onto 7667f7eef9... Current branch diff-target is up to date. Changes applied before testcommit de11ef60ea74474c16df45149a97e9cfd8244ff0 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Jul 29 16:33:31 2020 +0200 storage*: add origin_visit_status_get(...) -> PagedResult[OriginVisitStatus] Related to T645 See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/612/ for more details.
Comment Actions Adapt according to discussion:
For the part about strictness comparison check, note I did not touch the tests at all \m/ Comment Actions Build is green Patch application report for D3641 (id=12846)Rebasing onto 7667f7eef9... Current branch diff-target is up to date. Changes applied before testcommit 8de3a714051e326a01aa122e6fb09bf081a316cf Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Jul 29 16:33:31 2020 +0200 storage*: add origin_visit_status_get(...) -> PagedResult[OriginVisitStatus] Related to T645 See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/618/ for more details. Comment Actions Build is green Patch application report for D3641 (id=12850)Rebasing onto e63b78c6f9... Current branch diff-target is up to date. Changes applied before testcommit a40a982cf61e2f430cd33456db0fccd522a5d14f Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Jul 29 16:33:31 2020 +0200 storage*: add origin_visit_status_get(...) -> PagedResult[OriginVisitStatus] Related to T645 See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/621/ for more details. Comment Actions Build is green Patch application report for D3641 (id=12853)Rebasing onto 8cf6efa2e6... Current branch diff-target is up to date. Changes applied before testcommit b81f928fa7b941d569bd5d2c9ae8ac7208dbb2c3 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Jul 29 16:33:31 2020 +0200 storage*: add origin_visit_status_get(...) -> PagedResult[OriginVisitStatus] Related to T645 See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/623/ for more details. |