aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
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 Chard5-14/+54
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-04-16fix typoS.nishio1-1/+1
2014-04-16set ci skip phrase triggerS.nishio1-1/+8
2014-04-16view: add ci skip phrases textboxS.nishio1-0/+3
2014-04-16resource: fix indentS.nishio1-1/+1
2014-02-12initial commitS.nishio15-0/+1059