First feature in the search entrypoint.
Search with a SWHID and get the corresponding object.
error conditions: "Invalid SWHID error"
or "Requested object is not available" error
Related to: T4263
Differential D7887
Possibility to search with a SWHID. jayeshv on May 24 2022, 11:33 AM. Authored by
Details
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D7887 (id=28462)Rebasing onto d5010fd75f... Current branch diff-target is up to date. Changes applied before testcommit 61ffc5f0dc206dae56ad5c5efc6bd8eec83b2104 Author: Jayesh Velayudhan <jayesh@softwareheritage.org> Date: Fri May 20 16:07:30 2022 +0200 Possibility to search with a SWHID. First feature in the search entrypoint. Search with a SWHID and get the corresponding object. error conditions: "Invalid SWHID error" or "Requested object is not available" error Related to: T4263 See https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/28/ for more details. Comment Actions Build is green Patch application report for D7887 (id=28463)Rebasing onto d5010fd75f... Current branch diff-target is up to date. Changes applied before testcommit 3ec4cd57c66b416c61fea2d3b74565c81a093ddd Author: Jayesh Velayudhan <jayesh@softwareheritage.org> Date: Fri May 20 16:07:30 2022 +0200 Possibility to search with a SWHID. First feature in the search entrypoint. Search with a SWHID and get the corresponding object. error conditions: "Invalid SWHID error" or "Requested object is not available" error Related to: T4263 See https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/29/ for more details. Comment Actions Please omit the redundant help strings in the schema (eg. Connection to search results on type SearchResultConnection); and reword the commit/diff title to follow https://docs.softwareheritage.org/devel/contributing/git-style-guide.html The When the XXX is requested directly with its SWHID docstrings sometimes on classes, and sometimes on methods; this looks like typos. Also, I have no idea what this means. Docstrings should describe the object, not (what I assume is) when they are used.
|