-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsfeatureIntroduces a new feature to the codebaseIntroduces a new feature to the codebase
Description
Labels: feat, P7, bonus
Create two HTTP endpoints:
GET /builds— list all past builds (newest first), showing ID, date, branch, statusGET /builds/{id}— show full details for one build including logs
Return HTML pages (can be minimal/plain).
Acceptance criteria:
-
/buildslists 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already existsfeatureIntroduces a new feature to the codebaseIntroduces a new feature to the codebase