-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] - status for cancelled build #547
Comments
@pierrotsmnrd it looks like #531 implements the backend for cancelling builds and this issue is focussed on the front end. Is that correct? Thinking through the UX:
|
@kcpevey this issue is focusing on the issue that currently conda-store-server's schema for BuildStatus only knows of queued, building, failed, completed. We're adding a new status There are several places in conda-store-server where build status implies which actions are allowable and should be taken and this issue/PR will need to address that. |
See #531 (comment) |
Status update: this is blocked until #531 lands |
#531 is merged, this issue is now unblocked :) |
Feature description
Once PR #531 is merged, we'll have the possibility to cancel builds.
In the current state of this feature, a cancelled build has a "Failed" status.
Implementing a clear "Cancelled" status would be clearer for the users.
Implementing this would imply adding an Alembic migration
Value and/or benefit
Anything else?
No response
The text was updated successfully, but these errors were encountered: