bitbucket-rest
bitbucket-rest copied to clipboard
Java client, built on top of jclouds, for working with Bitbucket's REST API
### ### Expected Behavior get a BitbucketClient (whitout Warnings about denies in the future) ### Current Behavior with explicit guava 27.1-jre as dependency in pom.xml: `Making a BB-Client... WARNING: An...
The [`Branch`](https://github.com/cdancy/bitbucket-rest/blob/2c62c741ef9a2ac40b102bfd9d0e028a5ebf9cb7/src/main/java/com/cdancy/bitbucket/rest/domain/branch/Branch.java#L57) api exposes `com.google.gson.JsonElement`, and it comes from `jclouds-core` transitively: ``` compileClasspath - ... +--- org.apache.jclouds:jclouds-core:2.5.0 | +--- com.google.code.gson:gson:2.8.9 ``` I think the right solution is to declare a...
### Expected Behaviour There is no way to edit an existing pull request. This seems like a fairly simple API, as described in the [docs](https://docs.atlassian.com/bitbucket-server/rest/7.21.0/bitbucket-rest.html#idp304). ### Current Behavior The current...
Bitbucket provides a "hidden" feature for adding and reusing categories at projects and repositories. This categories can be read by a dedicated add on [REST API](https://communardo.atlassian.net/wiki/spaces/KB/pages/27687460/REST+API+for+Categories+for+Bitbucket). ### Expected Behavior Endpoints...
### Expected Behavior Building a client should be a fast operation since I do not expect anything to be done. ### Current Behavior The operation ``` com.cdancy.bitbucket.rest.BitbucketClient$Builder.build() ``` seems to...
The PR adds an `listCategories` endpoint to ''ProjectApi'' and ''RepositoryApi'' queying the categories assigned to the items as documemented at the [knowledge base](https://communardo.atlassian.net/wiki/spaces/KB/pages/27687460/REST+API+for+Categories+for+Bitbucket) The queried endpoints are available from bitbucket...
Bumps com.github.johnrengelman.shadow from 6.1.0 to 7.1.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Are there any plans to add this api https://docs.atlassian.com/bitbucket-server/rest/7.6.0/bitbucket-rest.html#idp249
The jclouds library throws an NPE when logging doing a PUT request of a file. Looks like this [might be fixed by updating it to 2.3.0](http://mail-archives.apache.org/mod_mbox/jclouds-notifications/201911.mbox/%3CJIRA.13270881.1574828163000.228799.1574933821297@Atlassian.JIRA%3E). Stack trace: ``` May...