go-bitbucket icon indicating copy to clipboard operation
go-bitbucket copied to clipboard

Bitbucket API library for Golang.

Results 33 go-bitbucket issues
Sort by recently updated
recently updated
newest added

Hello @ktrysmt , A question about repositories.ListForAccount() method. Is it normal that this method is returning an interface{} ? _Note_ : I would expect to have a []string with repo...

- ref: https://confluence.atlassian.com/display/BITBUCKET/snippets+Endpoint

help wanted

I discovered that BitBucket Server does not support the v2.0 API that bitbucket.org does. One could add this via 1-suffixed functions, for example on PullRequests: ```go func (p *PullRequests) Gets1(po...

help wanted

If this is a noob mistake I apologize, I've asked around on slack/IRC and can't seem to figure out what I'm doing wrong here... Other people seemed stumped too. I...

bug

* bitbucket * ~branchrestrictions~ * ~repository~ * ~user~ * ~client~ * commits * diff * error * pullrequests * repositories * repository * teams * user * users * webhooks

Since BitBucket provides a swagger document, we could generate the client using swaggers code gen. This would be a rewrite of the whole code base. Would this be something you...

Dear Team, - I am using the API [BranchRestrictions.Gets](https://pkg.go.dev/github.com/ktrysmt/go-bitbucket#BranchRestrictions.Gets) to the branch restriction settings for a repository. - The above API only returns only the branch restriction settings on the...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.25.0. Commits d27919b go.mod: update golang.org/x dependencies e0324fc http2: use net.ErrClosed b20cd59 quic: initiate key rotation earlier in connections f95a3b3 html: fix typo in package...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.26.0. Commits 66e838c go.mod: update golang.org/x dependencies 6249541 http2: avoid race in server handler SetReadDeadine/SetWriteDeadline 603e3e6 quic: disable X25519Kyber768Draft00 in tests 67e8d0c http2: report an...

dependencies

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.20.0 to 0.21.0. Commits 5fd4241 google: update compute token refresh See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/oauth2&package-manager=go_modules&previous-version=0.20.0&new-version=0.21.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...

dependencies