display hashes in the build list and "other builds with the same hash"
#6
Closed
opened 3 years ago by hannes
·
5 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
it would be good for every unikernel build to display "other builds that resulted in the same hash" (maybe in the top-right as a list).
in the list of unikernel builds, next to the timestamp (and build status) the hash of the unikernel binary should be displayed.
display hashesto display hashes in the build list and "other builds with the same hash" 3 years agorelated to this topic, there are two jobs producing the same unikernel hash:
but they have different inputs:
It would be nice to have a condensed view of the differences (maybe initially be able -- similarly to #11 -- to view the output of
diff -ru
between the two build outputs)Coming back here, indeed there are three things I'd like to suggest:
should just be:
When that is done, I guess rebuilding a specific build can be smoothly integrated (database stores the full information, it's just a question of presentation).
I did some improvements to the compare view in #48.
In
be26e56fd4
we now emit links to compare to other builds that resulted in the same artifact.And
6ec40365ab
provides aninput_id
(in the build table) to slim these lists further.meged into the main branch