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

Add "GetCommitsWithQueryOptions" new API. #135

Merged
merged 14 commits into from
Jun 30, 2024

Conversation

gailazar300
Copy link
Contributor

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • I used go fmt ./... for formatting the code before submitting the pull request.
  • This feature is included on all supported VCS providers - GitHub, Bitbucket cloud, Bitbucket server, GitLab and Azure Repos.
  • I added the relevant documentation for the new feature.

Expand the existing GetCommit API by adding optional parameters such as pagination and since/until values.

@attiasas attiasas requested a review from orz25 June 24, 2024 11:45
@attiasas attiasas added the new feature Automatically generated release notes label Jun 24, 2024
AuthorEmail: "vinci@github.com",
}, result[1])

_, err = createBadGitHubClient(t).GetCommits(ctx, owner, repo1, "master")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should ball here GetCommitsWithQueryOptions func and get an error

vcsclient/bitbucketcommon.go Outdated Show resolved Hide resolved
vcsclient/bitbucketcommon.go Outdated Show resolved Hide resolved
Copy link
Contributor

👍 Frogbot scanned this pull request and did not find any new security issues.


@gailazar300 gailazar300 merged commit 4523262 into jfrog:master Jun 30, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Automatically generated release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants