The lister is incremental and based on the value of `commitTimeStamp` retrieved on index http api endpoint.
Related T1718
Differential D8748
Nuget: Implement incremental listing franckbret on Oct 19 2022, 4:15 PM. Authored by
Details
The lister is incremental and based on the value of `commitTimeStamp` retrieved on index http api endpoint. Related T1718
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D8748 (id=31528)Rebasing onto 0baaf68cff... First, rewinding head to replay your work on top of it... Applying: Nuget: Implement incremental listing Changes applied before testcommit f67d9e2ffcee59725ee3e8a66bc6673fc7dc560e Author: Franck Bret <franck.bret@octobus.net> Date: Wed Oct 19 16:11:23 2022 +0200 Nuget: Implement incremental listing The lister is incremental and based on the value of ``commitTimeStamp`` retrieved on index http api endpoint. Related T1718 See https://jenkins.softwareheritage.org/job/DLS/job/tests-on-diff/804/ for more details. Comment Actions it's unclear to me whether this actually implements the iteration protocol described in the API doc (https://learn.microsoft.com/en-us/nuget/api/catalog-resource#iterating-over-catalog-items) or not. Comment Actions To be clear, I think it should and it should be mentioned somewhere in a comment/docstring that this is what the code does, with a link to this precise part of the API documentation. Comment Actions Build is green Patch application report for D8748 (id=31566)Rebasing onto 8a82bbf95f... First, rewinding head to replay your work on top of it... Applying: Nuget: Implement incremental listing Changes applied before testcommit 7b67c70c37a33ec7c36b1395b2049ff588e0a69f Author: Franck Bret <franck.bret@octobus.net> Date: Wed Oct 19 16:11:23 2022 +0200 Nuget: Implement incremental listing The lister is incremental and based on the value of ``commitTimeStamp`` retrieved on index http api endpoint. Related T1718 See https://jenkins.softwareheritage.org/job/DLS/job/tests-on-diff/810/ for more details. Comment Actions Nice to have iteration documented officially by the API for once :) Looks good overall, but some minor comments below, as usual
Comment Actions Build is green Patch application report for D8748 (id=31764)Rebasing onto 60707a45dd... First, rewinding head to replay your work on top of it... Applying: Nuget: Implement incremental listing Changes applied before testcommit 13fe0fef3162683529c102d51a219a40dab0a138 Author: Franck Bret <franck.bret@octobus.net> Date: Wed Oct 19 16:11:23 2022 +0200 Nuget: Implement incremental listing The lister is incremental and based on the value of ``commitTimeStamp`` retrieved on index http api endpoint. Related T1718 See https://jenkins.softwareheritage.org/job/DLS/job/tests-on-diff/848/ for more details.
Comment Actions Build is green Patch application report for D8748 (id=31841)Rebasing onto e1f3f87c73... Current branch diff-target is up to date. Changes applied before testcommit ea146ce297d55fb73f2975c546eebbf3cbaec295 Author: Franck Bret <franck.bret@octobus.net> Date: Wed Oct 19 16:11:23 2022 +0200 Nuget: Implement incremental listing The lister is incremental and based on the value of ``commitTimeStamp`` retrieved on index http api endpoint. Related T1718 See https://jenkins.softwareheritage.org/job/DLS/job/tests-on-diff/858/ for more details. |