Skip to content

Query for big repo is too slow. You can use AQL for get ALL folder\files in one get-requests #2

@allburov

Description

@allburov

Thanks for the tool!

Query for big repo is too slow. You can use Artifactory-AQL for get ALL folder\files in one get-requests, and process after.

With https://github.com/devopshq/artifactory:

from artifactory import ArtifactoryPath
aql = ArtifactoryPath( "http://my-artifactory/artifactory") # path to artifactory, NO repo

# dict 
resp = aql.aql("items.find", {"repo": "myrepo", "type": "any"})

# process after

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions