jfrog / bower-art-resolver

Apache License 2.0
15 stars 17 forks source link

Unable to check out specific commits #23

Open kelvSYC-ticketfly opened 7 years ago

kelvSYC-ticketfly commented 7 years ago

Checking out specific commits from artifactory results in a 404:

GET my.artifactory.repo/artifactory/api/bower/my-bower-remote/binaries/alex-seville/blanket.git/5e94fc30f2e694bb5c3718ddcbf60d467f4b4d26 returns

{
  "errors" : [ {
    "status" : 404,
    "message" : "No version found for 5e94fc30f2e694bb5c3718ddcbf60d467f4b4d26"
  } ]
}

It seems that only branches and tags are supported, and due to the 404, it will not delegate to another resolver that could successfully retrieve the artifact; some assistance would be appreciated.

eyalbe4 commented 7 years ago

@kelvSYC-ticketfly, you are correct. Artifactory does not yet support the download of a specific commit. We opened RTFACT-12424 to add this functionality. Please watch this Jira issue for updates.