Commit Graph

371 Commits

Author SHA1 Message Date
Oscar Salvador Morillo Victoria c0c290596a Readme: Add missing configuration details from former GitLab Configuration (8.0.x) section 2016-03-23 20:22:17 +01:00
Oscar Salvador Morillo Victoria 302e79fd6e Readme: No additional section needed for unsupported Gitlab versions
The section was replaced by a note in section 'Supported GitLab versions'
2016-03-23 19:57:58 +01:00
Oscar Salvador Morillo Victoria 651b85b8e3 Readme: Remove section GitLab Configuration (8.0.x) as not supported anymore 2016-03-23 19:38:49 +01:00
omorillo 7c60bc084e Merge pull request #242 from kalibyrn/added-logging-for-disallowed-branches
When branches are not allowed in a MR build, log it.
2016-03-23 17:20:27 +01:00
Duff, Robert W fad5cddaf5 Negate if statement and prevent fall through 2016-03-22 12:09:48 -04:00
Duff, Robert W fe53a772aa When branches are not allowed in a MR build, log it. 2016-03-21 11:00:19 -04:00
Oscar Salvador Morillo Victoria e0d541d53a Readme: Add section about setup of test environment using Docker 2016-03-20 22:17:16 +01:00
coder-hugo dce4a50e27 Update change log 2016-03-17 20:03:21 +01:00
Owen Mehegan 957803935c [maven-release-plugin] prepare for next development iteration 2016-03-16 15:16:23 -07:00
Owen Mehegan ed1ded7913 [maven-release-plugin] prepare release gitlab-plugin-1.1.32 2016-03-16 15:16:18 -07:00
Owen Mehegan 1cafa43526 Remove unnecessary stuff from gitignore that breaks release 2016-03-16 15:14:36 -07:00
Robin Müller 19e683a1c1 Update change log 2016-03-16 22:14:09 +01:00
coder-hugo 90a9914602 Merge pull request #215 from team-supercharge/fix-buildOpenMergeRequests
Fix error "failed to communicate with gitlab server ..." when try to rebuild open MRs
2016-03-16 22:13:45 +01:00
coder-hugo 0b08bc084d Merge pull request #236 from ayufan/master
Fix the usage of CommitStatus
2016-03-16 22:12:07 +01:00
Robin Müller e2486e3a03 Update change log 2016-03-16 22:00:53 +01:00
Robin Müller 9f122c8873 Merge branch 'omorillo-improve-contribution-section-in-readme' 2016-03-16 21:37:56 +01:00
coder-hugo 5e1304574f Merge pull request #235 from MartinNowak/patch-1
mention required permissions for commit status API
2016-03-16 21:07:47 +01:00
Kamil Trzcinski 7beab59c54 Fix the usage of CommitStatus
This implements the fix proposed by: https://github.com/jenkinsci/gitlab-plugin/issues/186\#issuecomment-190805441
2016-03-15 20:38:33 +01:00
Martin Nowak 42611a7c1c mention required permissions for commit status API
Since gitlab 8.5 the reporter permissions are no longer sufficient to post commit statuses.
055afab5c7 (2d52ce552f2d21beb86ec07b784cb47791f894cc_161_172)
2016-03-15 02:46:59 +01:00
Owen Mehegan 5d63029e6d Minor edits to README 2016-03-14 13:20:57 -07:00
coder-hugo 1fa848b239 Merge pull request #226 from loran34/add_description_merge_request
Add description to parameters actions
2016-03-13 22:01:56 +01:00
coder-hugo daeb8665d5 Merge pull request #216 from team-supercharge/fix-gitlabUserEmail-is-null
Fix NPE when author email is not available
2016-03-13 22:01:25 +01:00
Owen Mehegan efca132b27 Fix pom.xml to specify GPL 2.0 license
The license for the project was defined as GPL 2.0 from the beginning, but when the Jenkins pom.xml example was imported the MIT license was inadvertently included there. This corrects the discrepancy.
2016-03-11 22:18:06 -08:00
Oscar Salvador Morillo Victoria 73a67b7333 Enhance README section Contribution 2016-03-08 00:03:51 +01:00
Laurent Dufour 9a8ee3e1aa Add description to parameters actions 2016-03-07 14:31:47 +01:00
Csaba Kozak b24bf6f539 Fix NPE when author email is not available
As in gitlab-ce-8.3.0-ce, when we try to get info of opened MRs, Gitlab will not
return us the email address of the author:

   curl http://hust/api/v3/projects/1/merge_requests?state=opened\&private_token=CiQcZ9TLJ3qZD6sy-Ftv

   [{"id":6,"iid":6,"project_id":1,"title":"mr3.1","description":"mr3.1",
   ...
   "author":{
   "name":"luo.runbing",
   "username":"luo.runbing",
   "id":2,
   "state":"active",
   "avatar_url":"http://www.gravatar.com/avatar/3c0c2978976bf9b11c965017aec497a9?s=80\u0026d=identicon",
   "web_url":"http://hust/u/luo.runbing"},
   ...}]

which results error like this:

   FATAL: Null value not allowed as an environment variable: gitlabUserEmail
2016-03-05 16:02:42 +01:00
runsisi a14fa4c6ed fix error "failed to communicate with gitlab server" when try to rebuild open MRs 2016-03-05 15:45:52 +01:00
Baptiste Mathus 1070e3cdf2 [maven-release-plugin] prepare for next development iteration 2016-03-05 00:17:34 +01:00
Baptiste Mathus 9088cabd1b [maven-release-plugin] prepare release gitlab-plugin-1.1.31 2016-03-05 00:17:29 +01:00
Owen B. Mehegan b464547155 Don't use HTTPS when releasing, because Jenkins artifactory certificates are currently broken. 2016-03-04 14:51:59 -08:00
Owen B. Mehegan a42065c6fa [maven-release-plugin] prepare for next development iteration 2016-03-04 14:33:13 -08:00
Owen B. Mehegan e89a2c3c3b [maven-release-plugin] prepare release gitlab-plugin-1.1.30 2016-03-04 14:33:08 -08:00
Owen Mehegan 29c4043f80 Switch to new parent pom, https://github.com/jenkinsci/plugin-pom 2016-03-03 13:59:19 -08:00
Owen Mehegan 53edd3d6d9 Fix repository ID in pom.xml to allow releases to work. 2016-03-02 15:29:04 -08:00
Owen Mehegan 495469ad06 [maven-release-plugin] prepare for next development iteration 2016-03-02 14:41:41 -08:00
Owen Mehegan 160ad32844 [maven-release-plugin] prepare release gitlab-plugin-1.1.29 2016-03-02 14:40:17 -08:00
Owen Mehegan 9d576340d7 Override old maven.jenkins-ci.org host with repo.jenkins-ci.org 2016-03-02 14:35:46 -08:00
Owen Mehegan 4f50a4afc5 [maven-release-plugin] prepare for next development iteration 2016-03-01 14:04:08 -08:00
Owen Mehegan 8cfe0039b4 [maven-release-plugin] prepare release gitlab-plugin-1.1.29 2016-03-01 14:04:04 -08:00
Owen Mehegan 7eec9b7e70 Merge pull request #205 from froque/multi-scm
closes #183 Plugin not working with multiple SCM configuration
2016-03-01 14:00:39 -08:00
Owen Mehegan 72c72cb453 Merge pull request #209 from jenkinsci/fix_mr_status_pending
Don't ignore push builds when responding to status query
2016-03-01 13:50:08 -08:00
Owen Mehegan d705ceb42f Merge pull request #206 from jenkinsci/revised_workflow_branch_param_fix
Fix Jenkins Workflow support in build trigger code
2016-03-01 13:49:27 -08:00
Robin Müller ae8eefbcd2 Add GitLabMergeCause with a CauseAction to the scheduled build 2016-03-01 10:40:16 -08:00
Owen Mehegan f0279355a1 Fix Jenkins Workflow support so that triggered builds receive the right parameters from GitLab 2016-03-01 10:40:00 -08:00
Filipe Roque efecf7d17b removed source code comments as requested by coder-hugo. 2016-02-29 12:35:23 +00:00
coder-hugo ba8246b8ed Merge pull request #195 from team-supercharge/gitlabUserEmailNullLogging
Fix NPE if there is no assignee of the MR
2016-02-28 21:21:38 +01:00
Robin Müller 49c505544d Return either "" or "NameBasedFilter" for branchFilterName depending on the old value of allowAllBranches for jobs where branchFilterName is null (fixes #202) 2016-02-27 13:29:58 +01:00
Owen Mehegan 8354147f0a When responding to build status requests from MR, don't ignore builds triggered by pushes. Fixes https://github.com/jenkinsci/gitlab-plugin/issues/86 2016-02-25 14:55:20 -08:00
Robin Müller 6d8fa91fb6 Preselect first option of branchFilterName radio group to prevent a NPE while saving 2016-02-25 22:29:38 +01:00
Filipe Roque 7768c66c8a closes #183 Plugin not working with multiple SCM configuration (and duplicated #187)
See https://issues.jenkins-ci.org/browse/JENKINS-26587 and https://github.com/jenkinsci/git-plugin/pull/296
for more information
2016-02-22 20:44:51 +00:00