Page MenuHomeSoftware Heritage

Return a list of persons for author and committer fields
ClosedPublic

Authored by jayeshv on Dec 26 2022, 11:59 AM.

Details

Summary

Author and committer in revision and author in release are now
returning a single person object. Change that to a list
of persons to support multiple authors in the data model.

Diff Detail

Repository
rDGQL GraphQL API
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D8986 (id=32367)

Rebasing onto 419b841366...

Current branch diff-target is up to date.
Changes applied before test
commit d7bda82d9b63498fea1d64ffd00ab6d6209c5089
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Dec 26 11:19:13 2022 +0100

    Return a list of persons for author and committer fields
    
    Author and committer in revision and author in release are now
    returning a single person object. Change that to a list
    of persons to support multiple authors in the data model.

See https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/270/ for more details.

Build is green

Patch application report for D8986 (id=32370)

Rebasing onto f6b5a2d5e5...

Current branch diff-target is up to date.
Changes applied before test
commit 750a6c51656c46b5b4def761f3841a3bbdca25ca
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Dec 26 11:19:13 2022 +0100

    Return a list of persons for author and committer fields
    
    Author and committer in revision and author in release are now
    returning a single person object. Change that to a list
    of persons to support multiple authors in the data model.

See https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/272/ for more details.

vlorentz added a subscriber: vlorentz.
vlorentz added inline comments.
swh/graphql/resolvers/person.py
15–16

you can make these types more specific

28

here, and the other _get_results below too

This revision is now accepted and ready to land.Jan 2 2023, 12:05 PM

Build has FAILED

Patch application report for D8986 (id=32378)

Rebasing onto f6b5a2d5e5...

Current branch diff-target is up to date.
Changes applied before test
commit 908921fc7467f720454e1734f2132309012d48d9
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Dec 26 11:19:13 2022 +0100

    Return a list of persons for author and committer fields
    
    Author and committer in revision and author in release are now
    returning a single person object. Change that to a list
    of persons to support multiple authors in the data model.

Link to build: https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/278/
See console output for more information: https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/278/console

Build is green

Patch application report for D8986 (id=32379)

Rebasing onto f6b5a2d5e5...

Current branch diff-target is up to date.
Changes applied before test
commit 413b4c733c2804ec0e2f97ce85ac0281f4f43f76
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Mon Dec 26 11:19:13 2022 +0100

    Return a list of persons for author and committer fields
    
    Author and committer in revision and author in release are now
    returning a single person object. Change that to a list
    of persons to support multiple authors in the data model.

See https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/279/ for more details.