aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketRepository.java
AgeCommit message (Expand)AuthorFilesLines
2017-12-13Version 0.1.00.1.0Igor Pashev1-346/+0
2017-06-04Merge pull request #122 from IDMWORKS/bug/null-destination-commitMartin Damovsky1-4/+21
2017-06-04Decreased logging level from INFO to FINE across whole pluginMartin Damovsky1-10/+10
2017-05-17Fix NullPointerException when a Pull Request's destination commit is NULLNathanial Woolls1-4/+21
2017-02-23Merge branch 'master' into parameterize-comment-build-triggerNicholas Blair1-46/+55
2017-02-20Fixed reported Findbugs issuesMartin Damovsky1-3/+12
2017-02-18fix: can't have 2 @DataBoundConstructorsNicholas Blair1-1/+10
2017-02-18Parameterize comment phrase to trigger a buildNicholas Blair1-45/+44
2016-05-21Fix TTP only working for one of multiple jobsFrode Aannevik1-9/+5
2016-04-20Available "pullRequestAuthor" env variable (featured from #83)Maxim Epishchev1-2/+5
2016-02-04Remove overqualified using of Class<T> as HttpClient interceptorMaxim Epishchev1-2/+2
2016-02-04Allow default "none" credential in BitbucketRepository::getCredentials()Maxim Epishchev1-0/+1
2016-02-03Limit size "key" field in BitBucket POST APIMaxim Epishchev1-0/+4
2016-02-01Add tests for integration CredentialsSupport functionalMaxim Epishchev1-13/+30
2016-02-01Merge branch 'CredentialsSupport' of https://github.com/kadaan/bitbucket-pull...Maxim Epishchev1-2/+23
2016-01-26Bugfixes issue for continuously rebuilding PRMaxim Epishchev1-27/+100
2016-01-21Refactoring filters code and add testsMaxim Epishchev1-1/+14
2016-01-15Fix UTF-8 build statuses and fix issue:1; also minor fixesMaxim Epishchev1-11/+22
2016-01-13Add branches to build filter (similar issue:61)Maxim Epishchev1-1/+18
2015-12-17Merge branch 'master_k' into CredentialsSupportJoel Baranick1-75/+36
2015-12-07Use new Build Status instead of commenting on pull requestsBjörn Dahlgren1-74/+35
2015-10-28Add support for plaintext username/password unless credentials are specified.Joel Baranick1-2/+9
2015-10-21Support credentials by allowing UsernamePasswordCredentials to be picked when...Joel Baranick1-2/+17
2015-09-04Refactored: Only have one file for JSON POJOsJonathan Brachthäuser1-19/+17
2015-07-19remove build marker symbolShinsuke Nishio1-2/+2
2015-06-18Replace utf symbols in bulid comments with HTML entities.Limon Monte1-9/+9
2015-03-31Fix filemodeatsushi1-0/+0
2015-03-30Implement approve if build successatsushi1-0/+11
2015-02-16Use Unicode characters instead of Bitbucket emoji, to avoid huge SVG in HipchatBalthazar Rouberol1-2/+2
2014-11-18add project name to builds so that build messages can be uniquely identifiedChuck Sakoda1-8/+10
2014-10-13added an option to check the destination branch's last commit, and rebuild if...John Wismar1-21/+57
2014-05-15Avoid repeating builds indefinitely after deleting the 'Build started' commentRobert Jeppesen1-4/+7
2014-05-14Delete the first comment when build is finished for a cleaner appearance.Robert Jeppesen1-6/+10
2014-05-14Merge pull request #7 from blacha/updateReBuildS.Nishio1-15/+21
2014-05-14modify the comments to use bitbucket's markdownBlayne Chard1-12/+10
2014-05-14adding bitbucket pull request hash into BuildStart and BuildFinish messages, ...Blayne Chard1-11/+19
2014-05-14fixing a bug where if the skipPhrases was empty it would skip every buildBlayne Chard1-1/+1
2014-04-16repository: add ci skip functionS.nishio1-0/+16
2014-02-12initial commitS.nishio1-0/+119