- 24 May, 2017 2 commits
-
-
Cédric Tabin authored
* fixes update/accept Merge Request URLs * usage of the GitlabMergeRequest constant for the URL
-
David "novalis" Turner authored
... and every other group creation option that is presently documented.
-
- 28 Apr, 2017 2 commits
-
-
timols authored
-
Mirko Friedenhagen authored
* #201 initial support for v3 -> v4 api changes. * Introduce Docker for testing * Switch to Maven in travis because releases are built with Maven anyway * Introduce Maven-Wrapper to fixate the used Maven version. * Reuse existing GitlabAPITest as integration test which will be run always when docker is available. * Use docker-maven-plugin for starting/stopping GitLab. * For use with Maven run `mvn -Pdocker-gitlab clean verify`. Starting GitLab takes a long time (>100 seconds on my Macbook Pro). * For use in the IDE run: ``` mvn -Pdocker-gitlab,docker-ide docker:start mvn -Pdocker-gitlab,docker-ide docker:stop ``` * Extract APIForIntegrationTestingHolder * username/password sessions per time unit are limited * Need at least source and target 1.7 AssertionError in Tests is only available for >= JDK7 * Use GitlabUploadIT as another integration test * Don't choke when dockerized SUT is not available Need to throw AssumptionViolatedException in BeforeClass because otherwise the class is not initialized correctly. * Add CONTRIBUTING.md and travis badge. * Fix API calls for user block/unblock, add some calls * block/unblock uses POST instead of PUT. * Add ability to refine permissions for branch protection. * Add ability to add deploy key with push permission. * Fix getRawFileContent and getRepositoryTree
-
- 16 Apr, 2017 5 commits
-
-
Tim Olshansky authored
-
Tim Olshansky authored
-
Olga Maciaszek-Sharma authored
-
Olga Maciaszek-Sharma authored
-
Joshua Sorah authored
* Fix typo * Do not attempt to map to a Void object
-
- 12 Mar, 2017 1 commit
-
-
Johno Crawford authored
Motivation: Speed up API calls. Modifications: Set maximum per page param when retrieving all results. Result: Less calls to GitLab API endpoint when retrieving all results.
-
- 06 Mar, 2017 1 commit
-
-
Gabriel Allaigre authored
-
- 03 Mar, 2017 2 commits
-
-
Tristan Lins authored
-
Chen Yiran authored
-
- 08 Feb, 2017 1 commit
-
-
Kohsuke Kawaguchi authored
* Retrieve version of GitLab API * Web URL for group * webUrl in MR * Date fields * sha for merge request * Repository file API * Added another overloaded version * Getters and setters * Missing '/' separator
-
- 04 Feb, 2017 2 commits
-
-
Mirko Friedenhagen authored
* Add additional fields for Runner. The current model is missing some fields. * Make the User-Agent settable. This makes it easier to see which program executed requests.
-
Mirko Friedenhagen authored
The current model is missing some fields.
-
- 30 Jan, 2017 2 commits
-
-
Pokerkoffer authored
* Recursive option on repository tree * added path attribute to Repoclass
-
Brian Krische authored
-
- 11 Jan, 2017 1 commit
-
-
Łukasz Dziedziul authored
-
- 29 Dec, 2016 1 commit
-
-
Max Tuni authored
* fixes #167 * fixes #167 * fix author and imports * fix spacing * replace tabs with spaces * better formatting
-
- 14 Dec, 2016 1 commit
-
-
Sander Cornelissen authored
* Add List of identities under GitlabUser * Fix UUID. It was UID
-
- 12 Dec, 2016 3 commits
-
-
Amudha Palani authored
Add Service Email-On-Push
-
Sander Cornelissen authored
-
Marco Andreini authored
-
- 02 Dec, 2016 1 commit
-
-
- 21 Oct, 2016 1 commit
-
-
Tim Olshansky authored
Owned projects and project triggers
-
- 19 Oct, 2016 2 commits
-
-
Mirko Friedenhagen authored
-
Mirko Friedenhagen authored
-
- 15 Oct, 2016 2 commits
-
-
Tim Olshansky authored
-
Tim Olshansky authored
-
- 06 Sep, 2016 2 commits
-
-
Tim Olshansky authored
Deprecating the parameter versions of the createProject, updateProject and createUserProject calls
-
Tim Olshansky authored
Changed field deprecated
-
- 05 Sep, 2016 2 commits
-
-
claudio.costa authored
Changed the 'description' field to 'message' field. The 'description' field it was apparently deprecated.
-
caguilar187 authored
-
- 02 Sep, 2016 5 commits
-
-
Tim Olshansky authored
Build variables implementation
-
Tim Olshansky authored
handle NPE when calling GitlabGroup.getLdapAccess()
-
Iain Adams authored
-
https://github.com/timols/java-gitlab-apizaky authored
Conflicts: src/test/java/org/gitlab/api/GitlabAPITest.java
-
Tim Olshansky authored
Add get group by path
-
- 30 Aug, 2016 1 commit
-
-