-
Notifications
You must be signed in to change notification settings - Fork 174
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
how do you get commits? #39
Comments
Same problem here. Did you manage to fix this? |
I'm experiencing this as well. I know it's been some time since there has been any work on tis repo, but I think you have a good thing going here. I'd like to see this working |
Maybe a bit late but I would like to share what I found. |
Sorry, also you need to get a forked version of the gem (as commits resource is found in 2.0 Bitbucket API version, not 1.0) |
I've made a PR for this. If it gets merged you should just be able to run:
from your app, provided you are authenticated. |
@alfredoliverwillder Firstly Thanks for that pull request. I had used
But the changes in the code are getting the url of version 2.0 So, can you please once look at this? |
I can instantiate an instance of Bitbucket, I can authenticate, I can get repos, but given an authenticated bitbucket instance, how do you actually retrieve a list of commits? I have tried setting the repo attribute to a repo name (returned from .repos.list) and I've tried setting the repo attribute to a repo object, and have tried bitbucket.repo.commits but always get nil. Can you give me some guidance? Thanks for any help.
The text was updated successfully, but these errors were encountered: