devopshq / artifactory

dohq-artifactory: a Python client for Artifactory
https://devopshq.github.io/artifactory/
MIT License
273 stars 144 forks source link

Enhancement/add federated repo #399

Closed RoeeDr closed 1 year ago

RoeeDr commented 1 year ago

Add a new repo type called "Federated" that inherits most of the functionality from RepositoryLocal

RoeeDr commented 1 year ago

@allburov The python 3.6 check is failing on all open PRs :( Do you have any idea what it is?

allburov commented 1 year ago

@RoeeDr We can skip python 3.6, it's too old and has no security updates. I've removed it https://github.com/devopshq/artifactory/pull/400

RoeeDr commented 1 year ago

@beliaev-maksim @allburov Thanks for the review 🙏 Would love for a merge and a version bump so I can close the issue in my end

allburov commented 1 year ago

Released 0.8.4 with the changes @RoeeDr thank you for the contribution!