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

Update go.mod and go.sum with latest version of jfrog-client-go #1250

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

Or-Geva
Copy link
Contributor

@Or-Geva Or-Geva commented Aug 28, 2024

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • All static analysis checks passed.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.

This PR updates the JFrog CLI Code to use the latest development branch.
Prior to this pull request (PR), the JFrog CLI client was generating /api/repositories?type=federated&packageType=. We can see that the packageType is empty. The new code inside JFrog client Go generates it better like this: /API/repositories?type=federated.

Following tests were modified as the URI for query parameters was changed and resulted in more accurate results
Related PR: jfrog/jfrog-client-go#1007

@Or-Geva Or-Geva merged commit e7b37bd into jfrog:dev Aug 28, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants