python-artifactory icon indicating copy to clipboard operation
python-artifactory copied to clipboard

Typed interactions with the Jfrog Artifactory REST API

Results 29 python-artifactory issues
Sort by recently updated
recently updated
newest added

**Describe the bug** There are some users that having empty email field When trying to get those users UserResponse object fails to validate because email is mandatory **To Reproduce** Find...

bug

## Description I needed to be able to set the environments for a repository in our corporate JFrog Artifactory. This is a simple addition to the model. Fixes # (issue)...

**Is your feature request related to a problem? Please describe.** Currently all repositories are created in DEV environment, I have four different environments, and they don't all use promotion to...

**Describe the bug** When trying to retrieve build information using `pyartifactory`, an error occurs due to a missing `type` field in the Docker image layers within the artifacts. Specifically, some...

bug

I was playing around with permissions and got an error 400. This is the output of the exception message: requests.exceptions.HTTPError: 400 Client Error: for url: https://myartifactory/artifactory/api/v2/security/permissions/all-test `400` is not much...

## Description Update pre-commits to newer versions. Ruff got promoted to a new minor version. Might have some changes due to this. ## Type of change Please delete options that...

## Description as of now the artifactory api included different routes, som atart with artifactory/api/... however some of the api routes use the other services other that the api. example:...

Im using version 2.7.0.... When I do: curl -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \ -T text_example.txt \ "https:/my-artifactory.mydomain.com/artifactory/path/to/your/text_example.txt" It correctly used my access token: ![Image](https://github.com/user-attachments/assets/8d7d176e-61af-4ca9-a641-6b245c7d061b) Using the new way of authentication,...

bug