aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-27Add option to cancel outdated builds when a pull request is updatedOlivier Bellemare3-7/+72
2016-08-25Use the V2 Bitbucket pull request comment API.Chris Somme2-24/+47
2016-06-22Readable helpNikolas Falco1-12/+19
2016-06-03Merge pull request #87 from frodeaa/ttp_multiple_jobsS.Nishio1-9/+5
2016-05-25remove adding parameters action in the EnvironmentContributorFrode Aannevik2-14/+17
2016-05-24Adapt to SECURITY-170Frode Aannevik2-28/+54
2016-05-21Fix TTP only working for one of multiple jobsFrode Aannevik1-9/+5
2016-04-30Merge pull request #85 from michaeljb/fix-root-urlS.Nishio1-1/+3
2016-04-25Use JenkinsLocationConfiguration to fetch the URL.Michael Brandt1-1/+3
2016-04-20Available "pullRequestAuthor" env variable (featured from #83)Maxim Epishchev6-17/+144
2016-04-08Set an explicit HTTP request timeoutAlexey Ermakov1-1/+8
2016-02-18Properly close connections to avoid TCP CLOSE_WAITMaxim Epishchev1-0/+2
2016-02-04Remove overqualified using of Class<T> as HttpClient interceptorMaxim Epishchev3-20/+15
2016-02-04Allow default "none" credential in BitbucketRepository::getCredentials()Maxim Epishchev1-0/+1
2016-02-03Limit size "key" field in BitBucket POST APIMaxim Epishchev5-8/+169
2016-02-01Add tests for integration CredentialsSupport functionalMaxim Epishchev4-63/+234
2016-02-01Merge branch 'CredentialsSupport' of https://github.com/kadaan/bitbucket-pull...Maxim Epishchev3-3/+48
2016-01-26Bugfixes issue for continuously rebuilding PRMaxim Epishchev4-36/+295
2016-01-21Refactoring filters code and add testsMaxim Epishchev7-11/+288
2016-01-15Fix UTF-8 build statuses and fix issue:1; also minor fixesMaxim Epishchev5-21/+53
2016-01-13Add branches to build filter (similar issue:61)Maxim Epishchev5-5/+143
2015-12-17Merge branch 'master_k' into CredentialsSupportJoel Baranick9-109/+103
2015-12-07Use new Build Status instead of commenting on pull requestsBjörn Dahlgren9-108/+102
2015-10-28Add support for plaintext username/password unless credentials are specified.Joel Baranick3-2/+29
2015-10-21Support credentials by allowing UsernamePasswordCredentials to be picked when...Joel Baranick3-20/+39
2015-09-04:lipstick: Only some cosmetiquesJonathan Brachthäuser1-15/+15
2015-09-04Factor out url construction to v1 and v2Jonathan Brachthäuser1-13/+16
2015-09-04Refactor http requestsJonathan Brachthäuser1-41/+20
2015-09-04Refactor: Have only one generic parse methodJonathan Brachthäuser2-37/+28
2015-09-04Refactored: Only have one file for JSON POJOsJonathan Brachthäuser12-488/+384
2015-08-03Use default parameters when triggering builds.Pagan Gazzard1-1/+1
2015-07-19remove build marker symbolShinsuke Nishio1-2/+2
2015-07-19Fix getCommitHash to getSourceCommitHashShinsuke Nishio1-1/+1
2015-07-17Merge pull request #16 from exi/specify-git-revisionS.Nishio1-1/+2
2015-06-18Replace utf symbols in bulid comments with HTML entities.Limon Monte1-9/+9
2015-03-31Fix filemodeatsushi6-0/+0
2015-03-30Implement approve if build successatsushi6-1/+70
2015-02-16Use Unicode characters instead of Bitbucket emoji, to avoid huge SVG in HipchatBalthazar Rouberol1-2/+2
2015-02-12Merge pull request #39 from hugofonseca/patch-1S.Nishio1-2/+2
2015-02-11fix description linkHugo Fonseca1-2/+2
2015-02-12Fix Bug; Raise Null pointer exception when not using Jenkins proxyShinsuke Nishio1-1/+1
2015-02-11fix description linkHugo Fonseca1-2/+2
2015-02-06Return empty collections instead of null to prevent NPE.Troy Kelley1-2/+3
2015-01-20Add support for proxy configurationmaksym.grebenets1-3/+26
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 Wismar6-29/+82
2014-07-24explicitly specify git hash to buildReno Reckling1-1/+2
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 Jeppesen6-18/+61
2014-05-14Merge pull request #7 from blacha/updateReBuildS.Nishio5-18/+56