-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Ability to uninstall a plugin #72
Comments
From #41 (comment)
|
Trying to enumerate possible situations:
|
Part of #74. |
If I'm going to have default plugins and I'm going to let users uninstall them, I need a way of remembering what they uninstalled. I quite like the idea of doing this as an audit log - so every time a user installs or uninstalls or upgrades a plugin we record that permanently somewhere. This could be really useful for debugging later on. Obviously this should be a SQLite database somewhere. But what should it be called? Some options:
So I could call it |
One very slight catch: I need to be able to consult the Might have to do that with a custom BUT... even that doesn't help me if the Datasette installation is completely corrupted and I need to do a fresh install. I guess I could install datasette plus default plugins, but then before finally starting the server I could run |
Dropping this from the next release milestone because the debug menu to reinstall Datasette exists as a workaround for the moment. |
Putting it back in the release but I'll disallow uninstall for default plugins right now - and label them as such in the plugin directory faceting interface: |
Plus now passes list of default plugins through to the server process as an environment variable. Refs #72, simonw/datasette-app-support#12
@psychemedia in #67 (comment)
The text was updated successfully, but these errors were encountered: