Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a238f648ba848682

Jump to content

Patchwork (software)

From Wikipedia, the free encyclopedia
Patchwork
Original authorJeremy Kerr
DeveloperStephen Finucane
Stable release
3.2.1 / October 31, 2024; 21 months ago (2024-10-31)[1]
Written inPython, Django
Operating systemCross-platform
Available inEnglish
TypeCode review
LicenseGPL v2[2]
Websitejk.ozlabs.org/projects/patchwork/
Repository

Patchwork is a free, web-based patch tracking system designed to facilitate the contribution and management of contributions to an open-source project. It is intended to make the patch management process easier for both the project's contributors and maintainers.

Patches that have been sent to a mailing list are 'caught' by the system, and appear on a web page. Any comments posted that reference the patch are appended to the patch page too. The project's maintainer can then scan through the list of patches, marking each with a certain state, such as Accepted, Rejected or Under Review. Old patches can be sent to the archive or deleted.

Currently, Patchwork is being used for a number of open-source projects, mostly subsystems of the Linux kernel and FFmpeg. Although Patchwork has been developed with the kernel workflow in mind, the aim is to be flexible enough to suit the majority of community projects.

History

[edit]

Patchwork was developed by Jeremy Kerr for use with the Linux PPC64 mailing list.[3] The ozlabs.org deployment was later expanded to cover additional projects and functionality.[4][5]

Design

[edit]

Originally written in Perl,[6] it is now written in Python, using the Django web framework. Recent versions of Patchwork use Bootstrap[7] for the front-end UI.

See also

[edit]

References

[edit]
  1. Patchwork tags
  2. "Patchwork". GitHub. 9 October 2021.
  3. "Patchwork released".
  4. "Patchwork 0.5".
  5. "New patchwork beta".
  6. "Patchwork".
  7. https://github.com/getpatchwork/patchwork/blob/master/CHANGELOG.md#100---2015-10-26 [dead link]
[edit]