You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
Below are required fields for qualifying your issue to our support team
Subject of the issue
Add the ability to get, set and delete properties on repositories
Your environment
Artifactory 6.15.0
Expected behavior
Gets, sets and deletes properties directly on repository (i.e. empty path)
Either modify existing GetItemProperties, SetItemProperties, DeleteItemProperties functions to handle empty paths or create new functions GetRepoProperties, SetRepoProperties, DeleteRepoProperties (to pretty much duplicate the former)
Happy to contribute either of these myself & add tests