gogoair / lavatory

Tooling to define repository specific retention policies in Artifactory.
Apache License 2.0
21 stars 14 forks source link

Feature/get properties #10

Closed ndcampbell closed 6 years ago

ndcampbell commented 6 years ago

added the ability to get properties for any artifact. Also added this as default behavior to "get_all_repo_artifacts"

ndcampbell commented 6 years ago

Actually, this may be totally unnecessay. I can just add fields=['stat', 'property.*'] and get this with the origonal query

ndcampbell commented 6 years ago

I updated this a bit. You can use fields to get properties, but if using sort or offset, this can cause issues. So it is still valuable to keep in the 'get_properties()` function