You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the queue is backed up and there are multiple versions of a crate in the queue, all versions link to the same https://crates.io/crates/<name> page showing the latest version, not the specific version you click on.
I've been wondering this for a while, is it possible to have a semi-live builds page for in-progress crates? And/or to make the builds page when a crate's queued so that clicking brings you there with something like a 10th in queue or a Building target 1/3, has been building for 4 minutes
That latter one would be part of reworking the build queue to add release data to the db as soon as the version is queued, instead of only after it's been built, which has been discussed a lot but I'm not sure if there's an issue about it.
Activity
Kixiron commentedon Aug 27, 2020
I've been wondering this for a while, is it possible to have a semi-live builds page for in-progress crates? And/or to make the builds page when a crate's queued so that clicking brings you there with something like a
10th in queue
or aBuilding target 1/3, has been building for 4 minutes
Nemo157 commentedon Aug 27, 2020
That latter one would be part of reworking the build queue to add release data to the db as soon as the version is queued, instead of only after it's been built, which has been discussed a lot but I'm not sure if there's an issue about it.
jyn514 commentedon Aug 27, 2020
I'll open an issue
jyn514 commentedon Aug 27, 2020
#1011