Better support for finding "changes since last I looked"

Open
#201 4 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
api, backend

Research direction

Start by reviewing how clients currently retrieve patchwork data and how a sync script could identify a previously seen point. Define the change-tracking behavior and request format before implementation; it is done when clients can retrieve only changes since a prior marker without fetching the full history.

Written by the indexing model from the issue text.

Description

enhancement

Currently, there's no way to get data from patchwork and then find out what has changed to that data without fetching it all again.

e.g. if writing a script so sync tags in your email client (notmuch) with patchwork, you have to go through the entire list of all patches ever rather than ask "what's changed since last time".

How to implement this in a sane way is a good question :)

Dominant language
Python
Stars
317
Forks
91
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from getpatchwork/patchwork

All issues in getpatchwork/patchwork

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.