snapcraft.io
snapcraft.io copied to clipboard
Display git commit ID on list of builds
build.snapcraft.io currently lists a git commit ID alongside build numbers so you can see which commit triggered the build. The new UI on snapcraft.io does not and I couldn't find an obvious way to figure out which commit triggered a build, unless I've missed something. This makes tracking down regressions much harder.
It would be great to have this feature in the new UI, if not already planned.
@tbille could you help me with this one... I can't figure out what would the format of the git commit ID be, could you show me an example or two?
MVP solution, grouping the table by using the git hash:
Nice, thanks for working on this. Making the git hash a hyperlink would also be super helpful.
Yep, will do! :)
@jkfran Is this feature implemented or being worked on? If not, Can you assign it to me? I can work on this. I have been looking around to contribute to snaps and snapstore as I use them personally and professionally. :)
Hi @gajeshbhat , I am no longer working at Canonical, but they always welcome contributions to any of the projects. To give you a hint, I believe this feature will rely on the information provided by the Launchpad API. Feel free to open any PR and iterate on it.
cc: @Lukewh