I have Jfrog Artifactory 6.11.1 using derby database and we have 94k artifacts are inside and now i am not able to see the those artifacts and when i go backend and check and filestore are very much there about 18GB data.
Please assist me to locate or update which files or properties or xml , look at and get back 94k artifacts back on Artifactory web page
Perhaps you have filters on the tree view?
If so, you can un-filter by clicking on the top-right filter button. If you have any filter on package types or repository types, you can remove it by click on the 'X'.
Related
In the past I was able to view the contents of my raw repository to which I upload my javadoc sites (through dav:http:// using mvn site-deploy):
e.g. Accessing from the browser: http://myserver/nexus/content/sites/my-raw-repository/ would list the subdirectories.
Now (after admin upgraded to nexus 3.20) directory-listing does not work and I have to explicitly request for a resource page e.g.:
http://myserver/nexus/content/sites/my-raw-repository/artifact-site-name/1.0.0/apidocs/index.html
Is there a way to bring back the directory listing?
This closed issue says that nexus3 supports it, but I cannot figure out how.
I found the issue. The repository browser url is now differrent.
content/sites has become: service/rest/repository/browse.
(The old path is still available but with no directory listing. Based on the findings below, I guess it is deprecated)
I went to the browse left-menu-option -> select the raw repository -> clicked on the Html View link and it took me to the correct location.
The new link is now: http://myserver/nexus/service/rest/repository/browse/my-raw-repository/
Something noteable is that now when reaching the actual resource file (e.g. html),
that resource file link is differrent: http://myserver/nexus/repository/my-raw-repository/path/to/the/htmlpage.html
so instead of service/rest/repository/browse/my-raw-repository/ it is repository/my-raw-repository/ (which also does not support directory listing)
I'm able to delete content and versions from the web UI. I need to delete the artifact from the tree.
Cannot find any reference in Artifactory 5 User Guide as I'm using 5.8.4.
To delete a repository, Go to the "Admin" tab in the sidebar, and go to one of the links under "Repositories" (probably "Local"). From here, click the x on the right end of the repository you want to delete, or select the repository and click the "delete" button.
Note that you need admin privileges to do this.
I don't really see the difference between the "repository" and "my files". They seem to have exactly the same functionalities
My Files is a unique area in Alfresco where you can create and store content, and no other Alfresco users can access it.
So rather than saving content on your laptop or tablet, you can save it in Alfresco and still keep it private until it's ready to be shared.
You can access the My Files area from anywhere in Alfresco by clicking My Files at the top of the screen.Refer this Documentation
The Repository displays all the Alfresco Content Services content that you have access to, including content of all sites that you're a member of. Refer this Documentation
Adding more : Check the same thing without admin user.You will get to know the difference.
How to upload a complete directory structure to artifactory using customized property?
I have to upload a complete hierarchy structure in Artifactory using customized property
Not sure what "customized property" is, but in general you have 2 options:
Upload from server, which is essentially, repository import. You point Artifactory to a directory on the server and it sucks everything in.
Upload from client, which is essentially, archive deployment. You pack your files in an archive and then deploy. Artifactory will unpack the file to the correct repository, keeping the directory structure.
I am with JFrog, the company behind Bintray and [artifactory], see my profile for details and links.
I want to generate a URL to browse directly to any artifact.
I can browse a specific repository with the following url.
https://repository.sonatype.org/index.html#view-repositories;maven-sites~browsestorage
Is it possible to browse a specific item with a single URL?
e.g. in the above repository there is an artifact called nexus-oss/css.
I would like to have a URL that will directly expand the tree in the browsestorage view to the artifact nexus-oss/css.
Thx
derek
You can browse to it directly, but afaik not using the Nexus UI.
For example:
https://repository.sonatype.org/content/sites/maven-sites/nexus-oss/css/
If there was a url to do this, I reckon it would look like this:
https://repository.sonatype.org/index.html#view-repositories;maven-sites~browsestorage~/nexus-oss/css/maven-base.css
Since this is the url you get when you select a specific artifact and click its "Contained In Repositories" link.