Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CreateFolder function is missing #843

Open
AF250329 opened this issue Oct 5, 2023 · 0 comments
Open

CreateFolder function is missing #843

AF250329 opened this issue Oct 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@AF250329
Copy link

AF250329 commented Oct 5, 2023

Describe the bug

According to documentation: https://jfrog.com/help/r/jfrog-rest-apis/create-directory there should be a function that actually create folder but currently it is missing

Current behavior

Functionality is missing

Reproduction steps

Create new GO default application and make a reference to jfrog-client-go. There a very strange errors in the beginning and some additional packages should be added (?) because of missing go.sum files (?) .
Currently my app reference those packages:

github.com/jfrog/build-info-go v1.9.12 // indirect
github.com/jfrog/gofrog v1.3.0 // indirect
github.com/jfrog/jfrog-client-go v1.34.0 // indirect

It seems that actual logic does exist (?) at least here:

func (us *UploadService) createFolderInArtifactory(artifact UploadData) error {

Expected behavior

I guess CreateFolder function should exist in jfrog-client-go as for example: FolderInfo.

Actually I see that all Deploy kinda functions is also missing...

JFrog Client-Go version

1.34.0

JFrog CLI version (if applicable)

No response

Operating system type and version

Windows 10

JFrog Artifactory version

No response

JFrog Xray version

No response

@AF250329 AF250329 added the bug Something isn't working label Oct 5, 2023
@AF250329 AF250329 changed the title CreateFolder function missing CreateFolder function is missing Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant