[Midnightbsd-cvs] [MidnightBSD/mports] 478bb7: Magus: add fetch-failures view for a run

Lucas Holt noreply at github.com
Thu Jun 4 21:11:10 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: 478bb7196d5c33645e739b6166bb7650d7b119af
      https://github.com/MidnightBSD/mports/commit/478bb7196d5c33645e739b6166bb7650d7b119af
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-06-04 (Thu, 04 Jun 2026)

  Changed paths:
    M Tools/magus/www/data/magus/index.cgi
    A Tools/magus/www/tmpls/fetch-failures.tmpl
    M Tools/magus/www/tmpls/run.tmpl

  Log Message:
  -----------
  Magus: add fetch-failures view for a run

Add /magus/fetch-failures/<run> page listing all ports whose fetch phase
failed for the given run.  The page shows port name, version, flavor,
last-updated timestamp, and a link to the port detail page.

- index.cgi: route /fetch-failures/<run>, fetch_failures() handler queries
  port_phase_results for phase='fetch' AND status='fail' for the run
- fetch-failures.tmpl: table view with empty-state message
- run.tmpl: add "Fetch Failures" link alongside the existing Top Blockers link

Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>



To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications


More information about the Midnightbsd-cvs mailing list