Skip to content

countdown: Only show patches that passed CI testing

Unfortunately this information is not included in the list of merge requests. Instead it must be fetched separately for each MR.

This requires two optimizations to be acceptable:

  • Only check merge requests with Patch::new.
  • Use the requests library with a Session.

Also rename --only-new to --testing which more accurately describes all the extra steps the script now needs to perform.

Merge request reports