Page MenuHomeSoftware Heritage

Refactoring: remove unnecessary code
ClosedPublic

Authored by jayeshv on Jun 24 2022, 12:20 PM.

Details

Summary
  • Drop the call function from base resolvers
  • Rename unused schema fields to use python convention
  • Improve doc strings

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 D8032 (id=28930)

Rebasing onto ce677e0bde...

Current branch diff-target is up to date.
Changes applied before test
commit 836eddb72ec8f6ea2d042355719623318de31422
Author: Jayesh Velayudhan <jayesh@softwareheritage.org>
Date:   Fri Jun 24 10:54:20 2022 +0200

    Refactoring: remove unnecessary code
    
    - Drop the __call__ function from base resolvers
    - Rename unused schema fields to use python convention
    - Improve doc strings

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

This revision is now accepted and ready to land.Jun 24 2022, 2:35 PM
This revision was automatically updated to reflect the committed changes.