Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-17 | Merge branch 'master_k' into CredentialsSupport | Joel Baranick | 11 | -110/+106 | |
# Conflicts: # src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketRepository.java | |||||
2015-12-12 | [maven-release-plugin] prepare for next development iteration | Shinsuke Nishio | 1 | -2/+2 | |
2015-12-12 | [maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.8 | Shinsuke Nishio | 1 | -2/+2 | |
2015-12-12 | Merge pull request #66 from Dahlgren/feature/pull-request-state | S.Nishio | 10 | -108/+104 | |
Use new Build Status instead of commenting on pull requests | |||||
2015-12-07 | Use new Build Status instead of commenting on pull requests | Björn Dahlgren | 10 | -108/+104 | |
News: http://blog.bitbucket.org/2015/11/18/introducing-the-build-status-api-for-bitbucket-cloud/ API: https://confluence.atlassian.com/bitbucket/buildstatus-resource-779295267.html | |||||
2015-10-28 | Add support for plaintext username/password unless credentials are specified. | Joel Baranick | 4 | -2/+33 | |
2015-10-21 | Support credentials by allowing UsernamePasswordCredentials to be picked ↵ | Joel Baranick | 3 | -20/+39 | |
when configuring BitbucketBuildTrigger and change BitbucketRepository to use the credentials when setting up the ApiClient. | |||||
2015-09-06 | Merge pull request #58 from b-studios/refactor | S.Nishio | 14 | -672/+521 | |
Refactorings | |||||
2015-09-04 | :lipstick: Only some cosmetiques | Jonathan Brachthäuser | 1 | -15/+15 | |
2015-09-04 | Factor out url construction to v1 and v2 | Jonathan Brachthäuser | 1 | -13/+16 | |
2015-09-04 | Refactor http requests | Jonathan Brachthäuser | 1 | -41/+20 | |
2015-09-04 | Refactor: Have only one generic parse method | Jonathan Brachthäuser | 2 | -37/+8 | |
2015-09-04 | Refactored: Only have one file for JSON POJOs | Jonathan Brachthäuser | 12 | -488/+384 | |
2015-08-05 | Merge pull request #54 from Page-/use-default-params | S.Nishio | 1 | -1/+1 | |
Use default parameters when triggering builds. | |||||
2015-08-03 | Use default parameters when triggering builds. | Pagan Gazzard | 1 | -1/+1 | |
2015-07-19 | [maven-release-plugin] prepare for next development iteration | Shinsuke Nishio | 1 | -2/+2 | |
2015-07-19 | [maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.7 | Shinsuke Nishio | 1 | -2/+2 | |
2015-07-19 | Merge pull request #52 from nishio-dens/feature/remove-symbol | S.Nishio | 1 | -2/+2 | |
Remove build result marker symbol | |||||
2015-07-19 | remove build marker symbol | Shinsuke Nishio | 1 | -2/+2 | |
2015-07-19 | [maven-release-plugin] prepare for next development iteration | Shinsuke Nishio | 1 | -2/+2 | |
2015-07-19 | [maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.6 | Shinsuke Nishio | 1 | -2/+2 | |
2015-07-19 | Merge pull request #51 from nishio-dens/feature/remove-old-intallation | S.Nishio | 1 | -8/+0 | |
Remove old installation documents | |||||
2015-07-19 | Remove old installation documents | Shinsuke Nishio | 1 | -8/+0 | |
2015-07-19 | Merge pull request #50 from nishio-dens/feature/issue-49 | S.Nishio | 2 | -3/+3 | |
Fix Compilation error of master branch | |||||
2015-07-19 | fix git dependency | Shinsuke Nishio | 1 | -2/+2 | |
2015-07-19 | Fix getCommitHash to getSourceCommitHash | Shinsuke Nishio | 1 | -1/+1 | |
2015-07-17 | Merge pull request #16 from exi/specify-git-revision | S.Nishio | 2 | -21/+27 | |
Specify git revision | |||||
2015-06-19 | Merge pull request #46 from limonte/master | S.Nishio | 1 | -9/+9 | |
Replace utf symbols in bulid comments with HTML entities. | |||||
2015-06-18 | Replace utf symbols in bulid comments with HTML entities. | Limon Monte | 1 | -9/+9 | |
2015-06-02 | Merge pull request #44 from atsushi-ageet/approve-if-build-success | S.Nishio | 6 | -1/+70 | |
Implement approve if build success | |||||
2015-03-31 | Fix filemode | atsushi | 6 | -0/+0 | |
2015-03-30 | Implement approve if build success | atsushi | 6 | -1/+70 | |
2015-03-14 | [maven-release-plugin] prepare for next development iteration | Shinsuke Nishio | 1 | -2/+2 | |
2015-03-14 | [maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.5 | Shinsuke Nishio | 1 | -2/+2 | |
2015-02-28 | Merge pull request #41 from brouberol/master | S.Nishio | 1 | -2/+2 | |
Use Unicode characters instead of Bitbucket emoji to avoid huge SVG in Hipchat | |||||
2015-02-16 | Use Unicode characters instead of Bitbucket emoji, to avoid huge SVG in Hipchat | Balthazar Rouberol | 1 | -2/+2 | |
2015-02-12 | Merge pull request #39 from hugofonseca/patch-1 | S.Nishio | 1 | -2/+2 | |
fix description link | |||||
2015-02-11 | fix description link | Hugo Fonseca | 1 | -2/+2 | |
2015-02-12 | Merge pull request #40 from nishio-dens/proxy_not_work | S.Nishio | 1 | -1/+1 | |
Fix Bug; Raise Null pointer exception when not using Jenkins proxy | |||||
2015-02-12 | Fix Bug; Raise Null pointer exception when not using Jenkins proxy | Shinsuke Nishio | 1 | -1/+1 | |
2015-02-11 | fix description link | Hugo Fonseca | 1 | -2/+2 | |
I didn't test this because I don't have the environment configured but I think that this does not need that though. The thing is taht I have this in my console ```<a href=https://bitbucket.org/org_duimmyy/projectdummy/pull-request/39>#39 PROJECT-1368</a>``` | |||||
2015-02-08 | Merge pull request #36 from egineering-llc/master | S.Nishio | 1 | -2/+3 | |
Return empty collections instead of null to prevent NPE. | |||||
2015-02-06 | Return empty collections instead of null to prevent NPE. | Troy Kelley | 1 | -2/+3 | |
2015-01-20 | Merge pull request #32 from mgrebenets/mgrebenets/support-proxy | S.Nishio | 1 | -3/+26 | |
Add support for proxy configuration | |||||
2015-01-20 | Add support for proxy configuration | maksym.grebenets | 1 | -3/+26 | |
2014-12-20 | [maven-release-plugin] prepare for next development iteration | Shinsuke Nishio | 1 | -2/+2 | |
2014-12-20 | [maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.2 | Shinsuke Nishio | 1 | -2/+2 | |
2014-12-19 | Merge pull request #26 from csakoda/feature/project-name-in-builds | S.Nishio | 1 | -8/+10 | |
add project name to builds so that build messages can be uniquely identified | |||||
2014-11-18 | add project name to builds so that build messages can be uniquely identified | Chuck Sakoda | 1 | -8/+10 | |
2014-10-16 | Merge pull request #21 from jwismar/feature/destination-check | S.Nishio | 7 | -29/+95 | |
added an option to check the destination branch's last commit, and rebuild |