Internships/ProjectIdeas/PatchewRestAPI: Difference between revisions

From QEMU
(Created page with "=== Patchew REST API === '''Summary:''' Create a REST API to retrieve patch metadata, testing results, etc. from [patchew.org] Patchew is an open source CI project to auto...")
(No difference)

Revision as of 15:45, 3 February 2018

Patchew REST API

Summary: Create a REST API to retrieve patch metadata, testing results, etc. from [patchew.org]

Patchew is an open source CI project to automate testing of patches submitted as emails on mailing lists. Currently Patchew has a simple API, but it is complicated to use it because it is not REST-like and it exposes low-level details of the patchew database schema. The project aims at replacing it with a new REST API.

Details:

  • Skill level: beginner
  • Language: Python
  • Mentor: Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <famz@redhat.com>
  • Suggested by: Paolo Bonzini