Skip to content
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

[feature] Allow management of UpgradeOperation objects in the admin #145

Open
okraits opened this issue Jul 28, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@okraits
Copy link
Member

okraits commented Jul 28, 2021

Right now, there's no possibility to modify or delete UpgradeOperation objects in the admin interface:

https://github.com/openwisp/openwisp-firmware-upgrader/blob/master/openwisp_firmware_upgrader/admin.py#L168

I had an in-progress upgrade operation but it didn't continue because of an exception. It didn't fail either. So it was stuck.

So we should provide the possibility to:

  • cancel an in-progress upgrade operation or set its status to failed
  • delete single upgrade operations
  • clear the list of upgrade operations
@pniaps
Copy link
Member

pniaps commented Oct 19, 2021

Same needed here.
It is very annoying to test and not be able to erase test traces.

@nemesifier nemesifier added the enhancement New feature or request label Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do (general)
Development

No branches or pull requests

3 participants