Dávid Csákvári
Dávid Csákvári
In the Java API there are two ways to get or set a remote repository's `listRemoteFolderItems` property, one via the `RemoteRepository` class, and one via the `RepositorySettings` class. E.g.: ```...
Hi! Currently the library supports `application/vnd.org.jfrog.artifactory.security.PermissionTarget+json` when it comes to managing permissions, but not `application/vnd.org.jfrog.artifactory.security.PermissionTargetV2+json`. ([API Docs](https://www.jfrog.com/confluence/display/RTF/Security+Configuration+JSON)) We are managing permissions via REST calls through the API. Since 6.11, in...
Regular maintenance requires many manual steps: - Bump `asm` and `javaparser` dependencies to ensure that Scott can work with the latest Java. - Bump ASM constant in the visitors. (E.g....
Create a minimal E2E test suite for Scott to automatically check that the whole tool works as expected.
Add support for JUnit 5 [Dynamic Tests](http://junit.org/junit5/docs/current/user-guide/#writing-tests-dynamic-tests) and create tests/examples for it.
[XraySettings](https://github.com/jfrog/artifactory-client-java/blob/3824e1ab9faee18f7bf94a9680707d6f5350c7fb/api/src/main/java/org/jfrog/artifactory/client/model/repository/settings/XraySettings.java) can be used to enable/disable Xray for a given repository. However, it only supports the `xrayIndex`, but not the `xrayDataTtl` setting for the Xray configuration.
### Feature Request and Expected Behavior Provide access for the following endpoints: - `/rest/api/1.0/projects/PROJECT/permissions/PROJECT_ADMIN/all` - `/rest/api/1.0/projects/PROJECT/permissions/PROJECT_WRITE/all` - `/rest/api/1.0/projects/PROJECT/permissions/PROJECT_READ/all` Sadly these endpoints seem to be not well documented, but they are...
### Problem Description While searching for content in Confluence, it can be relevant to know the ancestor pages for a given page as pages can be deeply nested. For example,...
## Bug Description When I run a full sync from Jira Data Center, the synchronization job completes successfully, but in the logs of the connector the following error message appears:...
Synchronization from Jira Data Center fails due to occasional responses with HTTP 200 but empty body
## Bug Description When attempting a synchronization from our Jira Data Center, not all contents can be synchronized. The culprit seems to be how Jira handles the requests, because strangely,...