-
Notifications
You must be signed in to change notification settings - Fork 68
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
version 1.0.0 - YAML support, new and stable Rule API #63
Conversation
allburov
commented
Sep 5, 2022
•
edited
Loading
edited
- fix Stabilize and document API for Rules #33
- fix Proposal: YAML format for rules #54
- fix Multiple paths not working #68
- fix Can this project support custom sorting? #53
- fix The behaviour of KeepLatestNVersionImagesByProperty is unclear and possibly incorrect #60
- Support JCR Can I use this tools on JCR ? #59
1470982
to
768d0e2
Compare
768d0e2
to
24158c6
Compare
05228bc
to
4592005
Compare
61aa8e8
to
048dc11
Compare
048dc11
to
a6e21b2
Compare
@Pro @zhan9san Hi! If you have a time - could you run the new version against your configuration files one time to make sure it works the same way it used to work. python3 -mpip install git+https://github.com/devopshq/artifactory-cleanup.git@yaml-configuration Suggestions and notes are welcome! |
@allburov |
@allburov |
Will not have time to test it. Just a quick note from my side: Since this is a new major release, you should use the chance to get rid of old/deprecated stuff. |
Mainly thought about removing old/deprecated features, like the ones you already mention. Did not look in detail at all the changes. |
@Pro great, I agree with you, it was so annoying to keep them in mind when changing code... I'll remove all old features! |
@allburov |
Added it!
I was thinking about adding API for cleanuppolicy too - to handle some special case like cleaning docker or conan repositories. But for now it's too rare cases, so we can handle them in configuration just by using current rules. |