gonexus icon indicating copy to clipboard operation
gonexus copied to clipboard

Go API for provisioning and interacting with Sonatype's Nexus Repository Manager and Nexus IQ Server

Results 8 gonexus issues
Sort by recently updated
recently updated
newest added

Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth. * **What...

This library only returns `sha-1` and `md5` for `SearchAssets` request: ```go type repositoryItemAssetsChecksum struct { Sha1 string `json:"sha1"` Md5 string `json:"md5"` } ``` Nexus API supports `sha-256` and `sha-512`.

Getting a stack crash on a timeout in the gonexus api which is located here ``` if _ , resp, err := rm.Do(req); err != nil /* && resp.StatusCode !=...

Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth. * **What...

re: https://github.com/sonatype-nexus-community/gonexus/blob/6eb0b3fad9d2ed87ada1dc1cdebdb7226fd2b631/rm/staging.go#L42 There currently does not appear to be a way to specify the target repository when executing a staging move. Per https://help.sonatype.com/repomanager3/staging#Staging-Promotion the URL needs to specify the target...

The following fields are missing, when quering `v1/assets` or `v1/assets/ID` for `RepositoryItemAsset` ``` ContentType string `json:"contentType"` LastModified *time.Time `json:"lastModified"` BlobCreated *time.Time `json:"blobCreated"` LastDownloaded *time.Time `json:"lastDownloaded"` ``` It seems like `RepositoryItemAsset`...

Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth. * **What...

Hi! * **What are you trying to do?** Is there any chance that I can send a PR to support the `beta` API for the endpoint `security/users` and `repositories/maven`? Since...