What's Changed
-
Major Changes
- Added
GetMachineID
function to handle machine details requests. - Introduced a new
GetSponsorIndex
function for sponsor page requests. - Refactored routes to include new endpoints for executions and machines.
- Improved query handling and limited total executions displayed to 1000.
- Added
-
Template Changes
- Added new templates:
execution_id.html
,machine_id.html
,sponsor.html
. - Updated existing templates with new styles and improved layouts.
- Added new templates:
-
Minor Changes
- Removed unnecessary import of
strconv
inexecutions_controller.go
. - Updated
ExecutionID
struct field to include URI binding.
- Removed unnecessary import of
Docker image
docker pull cr.rda.run/txlog/server:v1.3.2
Full Changelog: v1.3.1...v1.3.2