Commit Graph

761 Commits

Author SHA1 Message Date
Owen Mehegan bc72422d7c Merge pull request #480 from herau/patch-1
syntax error in the github issue template
2017-01-09 14:30:55 -08:00
Aurélien Leboulanger 51036a114d syntax error in the github template 2017-01-09 10:11:26 +01:00
Owen Mehegan 964ba15da2 Changelog - update for 1.4.4 2017-01-04 13:22:34 -08:00
Owen Mehegan f37e53b7c3 [maven-release-plugin] prepare for next development iteration 2017-01-04 12:04:42 -08:00
Owen Mehegan 405745c297 [maven-release-plugin] prepare release gitlab-plugin-1.4.4 2017-01-04 12:04:36 -08:00
Owen Mehegan 17a94aba05 Merge pull request #449 from rgrebski/feature/448_added_log_info_when_not_authorized
Added simple log info if not authorized, fixes #448
2017-01-04 11:57:14 -08:00
Owen Mehegan 1e202160a3 Merge pull request #472 from tptak/features/470_fix_merge_request_npe
Issue 470: Fixed NPE when triggering a merge request build
2017-01-04 11:41:31 -08:00
Owen Mehegan 92de5e0bea Changelog - fix 1.4.3 release note 2017-01-04 11:35:21 -08:00
Owen Mehegan 30a6fa8d02 README note about upgrading from < 1.2.0 2017-01-04 11:01:50 -08:00
tomaszp 93717bd1f9 Issue 470: Fixed NPE when triggering a merge request build based on a hook 2016-12-20 17:32:21 +00:00
Owen Mehegan acff9ec980 Remove broken link in README 2016-12-13 11:41:33 -08:00
Owen Mehegan 0393dae965 Update README - call for new maintainers 2016-12-13 11:40:48 -08:00
Owen Mehegan 799a79e23b Update ISSUE_TEMPLATE.md 2016-12-12 11:04:37 -08:00
Robin Müller 76fcd4cb94 Register JaxrsFormProvider manually as the Jenkins ClassLoader seems to prevent this 2016-12-05 22:57:42 +01:00
Robin Müller 14879ad0a4 Fix NPE while generating the secret token for the GitLabPushTrigger (Fixes #447) 2016-12-05 22:14:04 +01:00
Robin Müller 799df9e8cc Convert the MR id to a String so MessageFormat won't format it like a number (Fixes #429) 2016-12-05 21:11:39 +01:00
Robin Müller 3ea5fad7c5 Use @FormParam instead of @QueryParam for "body" parameters (Fixes #455) 2016-12-05 21:01:20 +01:00
Radoslaw Grebski 9a9c29fc57 [Issue-448] added simple log info if not authorized 2016-11-21 20:39:14 +01:00
Owen Mehegan 3e240880c4 Merge pull request #442 from buffcode/patch-1
Link to configuration section in README
2016-11-04 10:18:49 -07:00
buffcode ecb81f0397 Link to configuration section
Added a quick link to the referenced configuration section for faster use.
2016-11-04 14:34:59 +01:00
Owen Mehegan b2b563cc34 Update README for Multibranch builds
Use the canonical recommended syntax for setting the GitLab connection property in a Multibranch build.
2016-11-02 14:49:04 -07:00
Owen Mehegan 8d47c287b7 Update CHANGELOG.md 2016-11-02 13:30:10 -07:00
Owen Mehegan 7597d65620 [maven-release-plugin] prepare for next development iteration 2016-11-01 11:31:37 -07:00
Owen Mehegan 8d47f3f6bc [maven-release-plugin] prepare release gitlab-plugin-1.4.3 2016-11-01 11:31:32 -07:00
Owen Mehegan 13cce83aac Merge pull request #423 from Alien2150/master
Added Remove-Accept Encoding Filter
2016-11-01 11:26:06 -07:00
Owen Mehegan 9e528b5d8d Merge pull request #438 from pfrank13/issue-437
Added missing build parameters to docs
2016-10-31 16:31:24 -07:00
Peter Frank 7c91760d6a There has been drift in the docs and 3 build parameters were missing in the README, this commit just trues them up to the current state of the code. 2016-10-31 13:34:13 -07:00
Thomas Zimmer e8513ca3b4 Added Remove-Accept Encoding Filter 2016-09-30 14:53:43 +02:00
Ben Bodenmiller 82731d430c improve description with status report details 2016-09-27 13:44:23 -07:00
Robin Müller bc73655530 [maven-release-plugin] prepare for next development iteration 2016-09-24 18:15:44 +02:00
Robin Müller 5cd51ce9d1 [maven-release-plugin] prepare release gitlab-plugin-1.4.2 2016-09-24 18:15:39 +02:00
Robin Müller 1496c70b2d Update changelog 2016-09-24 18:10:41 +02:00
Robin Müller 3b7f4d1f94 Add additional test for PushHookTriggerHandlerImpl with a GitSCM that has to remotes configured 2016-09-24 18:10:41 +02:00
Robin Müller fe589445b2 Use ref instead of commit sha1 as commit value for RevisionParameterAction for push builds (Fixes #408) 2016-09-24 18:01:58 +02:00
Robin Müller 3805be4319 Fix version in changelog 2016-09-24 16:12:34 +02:00
Robin Müller 9c2a9155c7 [maven-release-plugin] prepare for next development iteration 2016-09-24 16:09:22 +02:00
Robin Müller 104633473a [maven-release-plugin] prepare release gitlab-plugin-1.4.1 2016-09-24 16:09:17 +02:00
Robin Müller 37c6071bde Update changelog 2016-09-24 15:47:40 +02:00
Robin Müller 3ec54f6f83 Fix NPE while filtering MRs by label 2016-09-24 15:23:39 +02:00
Robin Müller 181db58aa4 Add actual trigger phrase as environment variable (Fixes #415) 2016-09-24 15:23:13 +02:00
John McGehee d9302bdcfb Clean up punctuation and minor wording 2016-09-22 16:10:59 -07:00
John McGehee 70d0394757 Clarify "Jenkins Job Configuration" section 2016-09-22 15:38:23 -07:00
John McGehee 57f3685692 Document what happens on successful webhook test 2016-09-21 14:42:07 -07:00
John McGehee ed234fbb02 Document the Jenkins "GitLab CI Service URL" 2016-09-21 12:39:56 -07:00
Robin Müller 3823d70e1b Fix authentication check for web hooks without secret token 2016-09-21 09:01:48 +02:00
Robin Müller 59ee882b8d Add possibility to configure secret tokens per job to allow only web hooks with the correct token to trigger builds 2016-09-20 23:24:50 +02:00
Robin Müller f4485f2017 Add auto completion for labels 2016-09-20 00:05:19 +02:00
Robin Müller a48a09856b Add possibility to filter merge request triggers by labels (Fixes #406) 2016-09-20 00:05:18 +02:00
Oscar Salvador Morillo Victoria ca31969111 docker-compose: Add new mandatory environmental variables for gitlab 2016-09-16 01:59:39 +02:00
Oscar Salvador Morillo Victoria bdc4a8cbc3 docker: update jenkins version to 2.7.3 2016-09-16 01:59:39 +02:00