yzislin

Results 8 comments of yzislin

Hello, Was this fix deployed yet? i am having the same problem and it is a big issue for my project. Thank you very much.

That's exactly what I am doing. It seems to work. Just curious, is there a plan to add more endpoints in this python module to pull more data from official...

Sure. `bitbucket = Cloud(username="myusername", password="somepass", cloud=True) repo = bitbucket.workspaces.get("workspace1").repositories.get("repo1") for ref in repo.refs.each(): print (ref) ` I would get an error that repo does not have refs method/property defined.

What do you mean defined? For example, commits are not defined, they are just there. I saw in your repository refs.py inside repositories folder (along with commits.py and others). So...

I think I have figured out refs issue. It is actually called tags. Right?

I am having this error on Schema discovery. I do not use helm charts or kubernetes. Just running on ec2 instance.

downgrading to 0.60.1 fixes this error for me. I also had a problem with named volumes versus local host path. Had to revert docker-compose to not using named volume for...

So latest release (0.62.0) still has this problem? I did not see this issue in the release notes