Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-21 | Fix TTP only working for one of multiple jobs | Frode Aannevik | 1 | -9/+5 | |
The bug was that it did not handle TTBuild comments from another job Will now check all comments if they is a TTBuild for this job, and only trigger the job if we did not find a match Fixes: #82 | |||||
2016-04-30 | Merge pull request #85 from michaeljb/fix-root-url | S.Nishio | 1 | -1/+3 | |
Use JenkinsLocationConfiguration to fetch the URL. | |||||
2016-04-25 | Use JenkinsLocationConfiguration to fetch the URL. | Michael Brandt | 1 | -1/+3 | |
`Jenkins.getInstance().getRootUrl()` returns `null` despite the URL being set through the web UI. `JenkinsLocationConfiguration.getUrl()` returns the correct URL. Thanks Esteban Angee on StackOverflow: http://stackoverflow.com/questions/15949946/programatically-access-jenkins-url [Resolves #19] | |||||
2016-04-20 | Available "pullRequestAuthor" env variable (featured from #83) | Maxim Epishchev | 5 | -17/+124 | |
Env variable "pullRequestAuthor" contain two parts of author: full name of user and short username in format, like: "Some Doo <@somedoo>". Add test for PR build filter: now we can filter also by author: "a:maxvodo" by example. | |||||
2016-02-18 | Properly close connections to avoid TCP CLOSE_WAIT | Maxim Epishchev | 1 | -0/+2 | |
Using HttpMethodBase.releaseConnection() for this stuff. | |||||
2016-02-04 | Remove overqualified using of Class<T> as HttpClient interceptor | Maxim Epishchev | 2 | -14/+5 | |
Constructor of ApiClient now using just <T extends HttpClientFactory> T type to make possible using of HttpClient interceptor in tests. | |||||
2016-02-04 | Allow default "none" credential in BitbucketRepository::getCredentials() | Maxim Epishchev | 1 | -0/+1 | |
Using by default only username and passwords fields to provide BitBucket auth cause NullReferenceException in BitbucketRepository::getCredentials(), because credentialsId is null. It's my fault :( | |||||
2016-02-03 | Limit size "key" field in BitBucket POST API | Maxim Epishchev | 3 | -4/+49 | |
Refactoring method ApiClient::computeAPIKey() to check maximum size of computed key. Now field size contolled by special constant ApiClient::MAX_KEY_SIZE_BB_API. This changes will resolve, in my opinion, issue with continuously rebuilding: method ApiClient::hasBuildStatus() fail and PR's are always trigger new builds. | |||||
2016-02-01 | Add tests for integration CredentialsSupport functional | Maxim Epishchev | 2 | -34/+80 | |
By default we using username/password from original text fields (config.jelly). If credentials ID provided in plugin settings - using them for BitBucket API auth. | |||||
2016-02-01 | Merge branch 'CredentialsSupport' of ↵ | Maxim Epishchev | 3 | -3/+48 | |
https://github.com/kadaan/bitbucket-pullrequest-builder-plugin into CredentialsSupport Conflicts: .gitignore src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketRepository.java | |||||
2016-01-26 | Bugfixes issue for continuously rebuilding PR | Maxim Epishchev | 3 | -36/+154 | |
If available TTP (aka "test this please") comment Jenkins PR builder continuously rebuilding PR. Now Jenkins post specific build comment. If you want to rebuild already rebuilded PR, post new TTP comment. | |||||
2016-01-21 | Refactoring filters code and add tests | Maxim Epishchev | 6 | -11/+118 | |
Now we can using more complex filters with source/destination filtration. Also add experimental integration with Git SCM plugin. | |||||
2016-01-15 | Fix UTF-8 build statuses and fix issue:1; also minor fixes | Maxim Epishchev | 5 | -21/+53 | |
2016-01-13 | Add branches to build filter (similar issue:61) | Maxim Epishchev | 5 | -5/+143 | |
2015-12-17 | Merge branch 'master_k' into CredentialsSupport | Joel Baranick | 9 | -109/+103 | |
# Conflicts: # src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketRepository.java | |||||
2015-12-07 | Use new Build Status instead of commenting on pull requests | Björn Dahlgren | 9 | -108/+102 | |
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 | 3 | -2/+29 | |
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-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/+28 | |
2015-09-04 | Refactored: Only have one file for JSON POJOs | Jonathan Brachthäuser | 12 | -488/+384 | |
2015-08-03 | Use default parameters when triggering builds. | Pagan Gazzard | 1 | -1/+1 | |
2015-07-19 | remove build marker symbol | 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 | 1 | -1/+2 | |
Specify git revision | |||||
2015-06-18 | Replace utf symbols in bulid comments with HTML entities. | Limon Monte | 1 | -9/+9 | |
2015-03-31 | Fix filemode | atsushi | 6 | -0/+0 | |
2015-03-30 | Implement approve if build success | atsushi | 6 | -1/+70 | |
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 | 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-06 | Return empty collections instead of null to prevent NPE. | Troy Kelley | 1 | -2/+3 | |
2015-01-20 | Add support for proxy configuration | maksym.grebenets | 1 | -3/+26 | |
2014-11-18 | add project name to builds so that build messages can be uniquely identified | Chuck Sakoda | 1 | -8/+10 | |
2014-10-13 | added an option to check the destination branch's last commit, and rebuild ↵ | John Wismar | 6 | -29/+82 | |
if that branch has changed. update documentation with instructions about merging before build, and to mention "Rebuild if destination branch changes?" checkbox | |||||
2014-07-24 | explicitly specify git hash to build | Reno Reckling | 1 | -1/+2 | |
2014-05-15 | Avoid repeating builds indefinitely after deleting the 'Build started' comment | Robert Jeppesen | 1 | -4/+7 | |
2014-05-14 | Delete the first comment when build is finished for a cleaner appearance. | Robert Jeppesen | 6 | -18/+61 | |
Implements #8 | |||||
2014-05-14 | Merge pull request #7 from blacha/updateReBuild | S.Nishio | 5 | -18/+56 | |
Adding commit hash into bitbucket comment | |||||
2014-05-14 | modify the comments to use bitbucket's markdown | Blayne Chard | 1 | -12/+10 | |
2014-05-14 | adding bitbucket pull request hash into BuildStart and BuildFinish messages, ↵ | Blayne Chard | 5 | -14/+54 | |
so when a pull request is updated a new build will be made. | |||||
2014-05-14 | fixing a bug where if the skipPhrases was empty it would skip every build | Blayne Chard | 1 | -1/+1 | |
2014-04-16 | repository: add ci skip function | S.nishio | 1 | -0/+16 | |
2014-04-16 | fix typo | S.nishio | 1 | -1/+1 | |
2014-04-16 | set ci skip phrase trigger | S.nishio | 1 | -1/+8 | |
2014-04-16 | view: add ci skip phrases textbox | S.nishio | 1 | -0/+3 | |