Skip to content

feat: serve build history web pages #19

@HotFazz

Description

@HotFazz

Labels: feat, P7, bonus

Create two HTTP endpoints:

  • GET /builds — list all past builds (newest first), showing ID, date, branch, status
  • GET /builds/{id} — show full details for one build including logs

Return HTML pages (can be minimal/plain).

Acceptance criteria:

  • /builds lists all builds with links to individual build pages
  • /builds/{id} shows commit SHA, date, status, and full logs
  • Document the build list URL in the README
  • Works after server reboot

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already existsfeatureIntroduces a new feature to the codebase

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions