Commit Graph

149 Commits

Author SHA1 Message Date
Robin Müller 367d75ab9a [maven-release-plugin] prepare for next development iteration 2016-08-31 21:34:00 +02:00
Robin Müller 3d1f51979f [maven-release-plugin] prepare release gitlab-plugin-1.3.2 2016-08-31 21:33:54 +02:00
Robin Müller 92121e5b3b [maven-release-plugin] prepare for next development iteration 2016-08-27 18:09:59 +02:00
Robin Müller a2697cad15 [maven-release-plugin] prepare release gitlab-plugin-1.3.1 2016-08-27 18:09:52 +02:00
Robin Müller c0dcabe904 [maven-release-plugin] prepare for next development iteration 2016-07-09 18:44:27 +02:00
Robin Müller a1a86f2697 [maven-release-plugin] prepare release gitlab-plugin-1.3.0 2016-07-09 18:44:22 +02:00
Robin Müller 1ea956f34c Set new version for next release 2016-07-09 17:15:02 +02:00
Robin Müller 2c6630920d [maven-release-plugin] prepare for next development iteration 2016-06-26 21:57:55 +02:00
Robin Müller 284fdc5cda [maven-release-plugin] prepare release gitlab-plugin-1.2.5 2016-06-26 21:57:48 +02:00
Robin Müller a3ce79212d [maven-release-plugin] prepare for next development iteration 2016-06-25 16:15:18 +02:00
Robin Müller 7fd9df82f9 [maven-release-plugin] prepare release gitlab-plugin-1.2.4 2016-06-25 16:06:54 +02:00
Robin Müller 336ffe705f Implement custom credentials for a GitLab API token (Fixes #332)
- this custom credentials implementation provides the possibility to use labels and description text that makes it easier to configure a GitLabConnection
2016-06-25 15:11:19 +02:00
Robin Müller 090fa9a546 Update credentials-plugin to version 2.1.0 (JENKINS-35538) 2016-06-14 22:17:39 +02:00
Oscar Salvador Morillo Victoria 0c5e2e3cdd pom: include maintainer 2016-05-26 21:44:48 +02:00
Owen Mehegan be0a914d3a [maven-release-plugin] prepare for next development iteration 2016-05-25 13:43:35 -07:00
Owen Mehegan 4a78734a41 [maven-release-plugin] prepare release gitlab-plugin-1.2.3 2016-05-25 13:43:31 -07:00
Owen Mehegan a37b5d4fdf [maven-release-plugin] prepare for next development iteration 2016-05-03 15:03:02 -07:00
Owen Mehegan 455d2b864d [maven-release-plugin] prepare release gitlab-plugin-1.2.2 2016-05-03 15:02:57 -07:00
Robin Müller 2aeb5d9b4b Use jenkins credentials-plugin for storing the GitLab API Token 2016-05-03 22:49:17 +02:00
Robin Müller a2f26fa51f Update to resteasy-client 3.0.16.Final (Fixes #284)
- there was a bug in resyeasy causing NPEs in case of a HTTP error (https://issues.jboss.org/browse/RESTEASY-1273)
2016-05-03 22:49:17 +02:00
Robin Müller eb1abb2e2c Add workflow step that updates the GitLab commit status depending on the build status (fixes #262) 2016-04-30 14:50:22 +02:00
Owen Mehegan 7693c5e493 [maven-release-plugin] prepare for next development iteration 2016-04-29 14:22:59 -07:00
Owen Mehegan a6f18f7888 [maven-release-plugin] prepare release gitlab-plugin-1.2.1 2016-04-29 14:22:55 -07:00
Owen Mehegan 98f75e563f Update list of maintainers 2016-04-29 14:19:28 -07:00
Owen Mehegan 79a0f5e72b Add incompatibility warning for pre-1.2.0 versions of the plugin. 2016-04-29 13:24:53 -07:00
Owen Mehegan a352ca7254 [maven-release-plugin] prepare for next development iteration 2016-04-25 13:23:26 -07:00
Owen Mehegan 6f16473133 [maven-release-plugin] prepare release gitlab-plugin-1.2.0 2016-04-25 13:23:22 -07:00
Robin Müller b9916396a5 Merge branch 'master' into release-1.2 2016-04-25 21:06:32 +02:00
Robin Müller a0b013c4f8 Remove servlet-api 3.0 from test dependencies 2016-04-09 21:21:06 +02:00
Robin Müller c3d94826cf Increase PermGen space 2016-03-24 22:12:07 +01:00
Robin Müller e5b14baaad Fix dependency issues with bouncycastle 2016-03-24 10:37:44 +01:00
Robin Müller 463998719c Add first integration test with dockerized GitLab environment 2016-03-23 23:39:49 +01:00
Robin Müller 61f5325d47 Run reformat code for whole project 2016-03-20 20:37:53 +01:00
Robin Müller ae8c9840cd Set version to 1.2.0-SNAPSHOT 2016-03-20 18:27:27 +01:00
Robin Müller b869300f27 Replace Gson completely by Jackson 2016-03-20 17:36:46 +01:00
Robin Müller 233fba832f Cleanup pom.xml
- fixed formatting
- order dependencies: jenkins, rest client, utilities, test
2016-03-19 18:55:04 +01:00
Robin Müller 95588c6fab Add unit tests 2016-03-19 17:40:36 +01:00
Robin Müller 796998e593 Use the new client 2016-03-19 17:36:12 +01:00
Robin Müller 81b3433351 Create client using resteasy 2016-03-19 17:36:02 +01:00
Robin Müller aa810139c7 Implement requierd methods of the GitLab API using jax-rs 2016-03-19 17:36:02 +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
Robin Müller 479deafa75 Add tests for branch filters 2016-03-15 21:34:34 +01:00
Robin Müller 542d34c161 Update to maven-compiler-plugin 3.5.1 to fix the "duplicate class" errors during "mvn test" 2016-03-15 21:34:34 +01:00
Robin Müller 9d048b071d Add simple POJOs that implement the GitLab web hook model objects 2016-03-13 18:21:20 +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
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