- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Cleanup old artifacts #385
Comments
Thanks :) Yeah, it sounds reasonable. I'm not sure how to solve this issue at this moment, but I'll try to explore possible options after #384. |
Thank you! It's not urgent :) |
So how to keep only the latest snapshots artifacts? |
@caoli5288: that's kind of the goal of this issue yes :) |
All issues are kinda suspended due to some braking changes on #387 by @Haven-King. I don't want to make it more difficult for him, so we need to wait for a while 😛 |
This seems like it would be a good use-case for per-repository options, as detailed in #394. |
Yep, I definitly agree with that idea! |
any progress? |
We're still with #387 which conflicts with this topic, so unfortunately it's not available yet. It's issue of high priority, so as soon as we will get through it, I'll take care of it. Moving to |
nio porting and file system abstraction are nearly done, I just need to do some more thorough testing. I'll hopefully have it in a "finished" state by the end of next week. |
I'll add it after 3.x release as I don't want to introduce new features to somehow simplify this process. |
Thank you for this addition! I can't wait to try version 3 🥳 |
I think it was the longest opened issue in this repository, not quite proud of this fact, but at least I like the fact, it's fully implemented as event listener on top of the new plugin api 🎉 This feature will be available in 3.0.0-alpha.17 |
@dzikoysk is this in the web interface? I've just upgraded to 3.5.5 and I can't find it in the repository configurations. |
@dzikoysk thanks. I thought the feature allows for telling how many old repos to retain, but it's good even without this detail. |
Sure, keep in mind that if you have some specific requirements, you can always cover this via plugin api with your own implementation. |
Hello, first I would like to thank you for the active support on the project, I am really satisfied with your service.
I use timestamp-based snapshots in my Reposilite instance to store development artifacts. But as time goes by, my global disk usage is growing. The "disk quota" feature is very nice to avoid a disk saturation. But by using your service, I don't have a quickly or automatically way for cleaning up old artifacts.
Is it a planned feature? Or maybe too complex/consuming to be implemented?
I don't have a clear idea how to integrate it (maybe a max amount of snapshots per artifact?).
The text was updated successfully, but these errors were encountered: