-
Notifications
You must be signed in to change notification settings - Fork 23
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
Purge unmanaged repositories/blob stores #60
Comments
Hi @bmagistro. Can you explain a bit better what is your request? |
So lets say I had a managed repo but removed it from the manifest, it is still there but not managed. In that case, I want an option to clean up the "unmanaged" repos that might exist. So in our case, we only want managed repos to exist. Setting them to absent requires knowing an unmanaged repo exists. I hope this helps. |
I see your point. But this kind of configuration is extremely dangerous. |
I completely understand the concern and that this can be quite destructive. This style/idea of purging un-managed items exists in other modules -- typically around configuration files. In our case, we hit the scenario of people dropping it from the manifest and we forget it exists till logging in/browsing and wonder why this is there/un-managed. Knowing you are open to the idea of this, we may try to find some time to work on a pr to enable this. |
As a user, I would like to be able to set a flag to remove unmanaged repositories and/or blob stores to ensure older/removed items are also removed from nexus.
The text was updated successfully, but these errors were encountered: