SwiftPackageIndex / SwiftPackageIndex-Server

The Swift Package Index is the place to find Swift packages!
https://swiftpackageindex.com
Apache License 2.0
526 stars 40 forks source link

Show revision on build details page for default branch builds #3133

Closed finestructure closed 2 months ago

finestructure commented 2 months ago

While we do log the tested revision in the build logs themselves, it's hard to find there and moreover it can be pushed off the top in case of noisy builds (looking at you here, xcodebuild).

We should show the git sha alongside the build command to make it easier to verify which revision was actually built.

finestructure commented 2 months ago

Also add the time the build was processed.

finestructure commented 2 months ago

Builder needs to send more details: https://gitlab.com/finestructure/swiftpackageindex-builder/-/merge_requests/290