-
Notifications
You must be signed in to change notification settings - Fork 37
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
Cancel All builds button for Development Ministry #128
Comments
👍 |
I'd prefer a select all option similar to the email inbox. That way I could deselect any that I wish to leave in the queue. For example I often want to leave the top item in the queue as it is partially completed and just want to cancel the rest of the queue. |
👍 |
I quite like that. 👍 |
So the first bit here, then, is to see if we can have a delete_many_from_queue API on the server for the web client to call. The other fun bit is to return the newly-updated queue and repopulate the queue list in the UI with that. I suspect this is best left until we start to reactify the building panels. |
@dmcbride Agreed. I'd only want to make large changes to the code if it helps the effort to move to React. So, implementing new features on the old code is a no. That then means that I should figure out how to do that. I suspect there's a bit to it. I'll look into it... |
See: #146 |
@dmcbride This should get closed. 🎅 |
@1vasari what's still missing here is the "select which ones I want to cancel somehow" - the API now will allow multiple IDs being passed in at the same time, but the client doesn't offer that to the user yet. |
@dmcbride We'll Reactify the Dev min, one day. :) |
No description provided.
The text was updated successfully, but these errors were encountered: