Commit Graph

692 Commits

Author SHA1 Message Date
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
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
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
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
Oscar Salvador Morillo Victoria 0c0ed20978 docker: update postgresql and gitlab versions to 9.5-1 and 8.11.5 2016-09-16 01:59:39 +02:00
Owen Mehegan 701afd42c9 Fix multibranch documentation to use correct properties syntax 2016-09-15 13:51:45 -07:00
Robin Müller df36214d2d Use plugin ClassLoader for the resteasy client instead of the uberClassLoader (Fixes #407) 2016-09-13 22:58:57 +02:00
Owen Mehegan 29f34ad33a Clarify doc for multibranch pipeline jobs 2016-09-13 13:10:13 -07:00
Robin Müller 29e733d128 Add DataBoundSetters to provide usage of named parameters (Fixes #410) 2016-09-12 22:34:17 +02:00
Robin Müller ee4c3d62ff Revert "Update the commit status for MRs always on the target project (Fixes #344)"
- if the commit status is updated for the upstream (target) project GitLab doesn't show this for a MR
2016-09-12 21:27:24 +02:00
Owen Mehegan b16e4bac34 Fixes !409 2016-09-09 16:36:25 -07:00
Robin Müller e01901478b Update the commit status for MRs always on the target project (Fixes #344) 2016-09-07 22:28:29 +02:00
Robin Müller aae5fede98 [maven-release-plugin] prepare for next development iteration 2016-09-05 22:42:12 +02:00
Robin Müller 379f83975f [maven-release-plugin] prepare release gitlab-plugin-1.4.0 2016-09-05 22:42:03 +02:00
Robin Müller ac84476367 Update changelog 2016-09-05 22:32:43 +02:00
Robin Müller 8034367df6 Remove checkbox for "Accept merge request on success" from GitLabPushTrigger 2016-09-05 22:16:42 +02:00
Robin Müller d566923021 Add possibility to add build status only for failed builds to MR (Fixes #345) 2016-09-04 20:53:32 +02:00
Robin Müller 342a6bbcfd Mark the next version as incompatible to previous ones as pipeline jobs may have to be adapted
- the options "Add note with build status on merge requests", "Vote added to note with build status on merge requests" and "Accept merge request on success" of the GitLabPushTrigger have been replaced by Notifiers and corresponding workflow steps
--> FreeStyleProjects and similar jobs can be migrated automatically but workflow steps must be migrated manually
2016-09-04 20:25:04 +02:00
Robin Müller 97474b2fa6 Fix formatting of pom.xml 2016-09-04 20:25:04 +02:00
Robin Müller 013d331efd Add workflow step for accepting a MR 2016-09-04 20:25:04 +02:00
Robin Müller f7bea1ae87 Add Notifier for accepting a MR on success 2016-09-04 20:25:04 +02:00