go-bitbucket
go-bitbucket copied to clipboard
Bitbucket API library for Golang.
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
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...
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...
* 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...
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...
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 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...