anancarv / python-artifactory

Typed interactions with the Jfrog Artifactory REST API
MIT License
55 stars 50 forks source link

Add cargoInternalIndex value for local-repos #130

Closed tetigi closed 1 year ago

tetigi commented 1 year ago

Description

JFrog now supports Sparse Indices for Cargo repositories (see API docs). This is done through the "cargoInternalIndex": "bool" value.

These are stabilising on the 9th of March, so exposing these to automations will be useful.

Type of change

How has it been tested ?

I have smoketested this change against our local Artifactory.

Checklist:

tetigi commented 1 year ago

According to the API doc, this key is also available for remote repositories. Can you also add it to the RemoteRepository object ?

Apologies, I missed that! I have added it. Thanks.