Commit Graph

386 Commits

Author SHA1 Message Date
Owen Mehegan 6bf631205e Note that GitLab Jenkins user must be a Developer 2016-03-30 16:31:42 -07:00
Oscar Salvador Morillo Victoria 51cc377486 Fix typo 2016-03-24 19:17:30 +01:00
Oscar Salvador Morillo Victoria 60d0a636c5 Readme: Fix failing links in table of contents 2016-03-24 18:59:44 +01:00
Oscar Salvador Morillo Victoria eb8712cd9f Readme: Fix missing renaming in table of contents 2016-03-24 18:16:59 +01:00
Oscar Salvador Morillo Victoria 45f0ee934f Readme: Update Docker related section and minor improvements 2016-03-24 18:13:30 +01:00
Oscar Salvador Morillo Victoria d404f126f1 Docker containers setup scripts superseded by docker composition 2016-03-24 17:40:17 +01:00
Oscar Salvador Morillo Victoria 0ba78a4c0f Readme: Fix GitLab version 2016-03-24 17:30:24 +01:00
Oscar Salvador Morillo Victoria ee03fca58c Readme: Initial release workflow version 2016-03-24 01:35:44 +01:00
Oscar Salvador Morillo Victoria 3d96d48e27 Readme: added important rule for ensuring compability 2016-03-24 01:29:18 +01:00
Oscar Salvador Morillo Victoria 81ab31d372 Add example bash script for Jenkins setup using docker 2016-03-24 01:18:58 +01:00
Oscar Salvador Morillo Victoria dd0320b4dd Add example bash script for gitlab setup using docker 2016-03-24 01:18:22 +01:00
Oscar Salvador Morillo Victoria a360246579 Readme: Fix indentation in table of contents 2016-03-23 21:10:53 +01:00
Oscar Salvador Morillo Victoria 293edc3f56 Readme: minor fix 2016-03-23 21:04:07 +01:00
Oscar Salvador Morillo Victoria 9b9644840b Readme: Add table of contents 2016-03-23 20:55:59 +01:00
Oscar Salvador Morillo Victoria ae4e8dca0e Readme: use different headers 2016-03-23 20:55:42 +01:00
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