Hello, 

We want to limit the search via RESTApi to our virtual repository which
contains a list of 20 other repositories and might be changed through the
time. This condition refrain us from using explicit setting of repos
parametr in the search. We have a large code base linked with it.  
We couldn't find a proper way how to limit search to the virtual repository
both in Artifactory web-gui and in requests written using RestApi. 

We also suffer from other issue: our Artifactory repository contains several
black-listed repositories. And when we do search through all repos, we get
the uris of artifacts from these black-listed repos as well, but later we
get an exception that artifact not found,  because it's impossible to
retrieve artifact from black-listed repo.
 
"errors" : [ {
    "status" : 404,
    "message" : "The repository 'gradle-libs-cache' is blacked out and
cannot serve artifact
'gradle-libs-cache:org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5-sources.jar'."
  } ]

Please share your experience in this field.
 
Best regards, 
Natalia



--
View this message in context: 
http://forums.jfrog.org/Using-virtual-repository-in-the-search-tp7579713.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to