- 07 Jul, 2015 4 commits
- 17 Jun, 2015 1 commit
-
-
Tim Olshansky authored
Dependency Upgrades
-
- 09 Jun, 2015 1 commit
-
-
Tigran Babloyan authored
-
- 14 May, 2015 1 commit
-
-
Tim Olshansky authored
* Upgraded gradle build script
-
- 13 May, 2015 1 commit
-
-
Daniel Christophis authored
* Use gradle wrapper verion 2.4 * Plugin 'maven' added to install jar to local repo * Sources jar will also be generated
-
- 08 May, 2015 2 commits
-
-
Tim Olshansky authored
Fix crash when deleting a project
-
Tim Olshansky authored
Fix name of json property
-
- 07 May, 2015 1 commit
-
-
FrantaM authored
-
- 25 Apr, 2015 1 commit
-
-
Denley Bihari authored
-
- 10 Apr, 2015 1 commit
-
-
Tim Olshansky authored
Make getMergeRequests pull all merge requests
-
- 26 Mar, 2015 1 commit
-
-
Michal Sylwester authored
-
- 08 Mar, 2015 1 commit
-
-
Tim Olshansky authored
adding user ssh key api calls and ssh key model
-
- 07 Mar, 2015 1 commit
-
-
Lars Avery authored
-
- 18 Feb, 2015 1 commit
-
-
Tim Olshansky authored
Fixes for issues #44 and #45
-
- 06 Feb, 2015 2 commits
-
-
Roan OSullivan authored
Resolved Jackson JSON Deserialization when retrieving Projects. This fixes [Issue #45](https://github.com/timols/java-gitlab-api/issues/45).
-
Roan OSullivan authored
Turned off hostname verification. Fixed [Issue #44](https://github.com/timols/java-gitlab-api/issues/44).
-
- 28 Jan, 2015 2 commits
-
-
Tim Olshansky authored
Accept a merge request
-
Tim Olshansky authored
Changed getOpenMergeRequests to only retrieve the open merge requests
-
- 23 Jan, 2015 2 commits
-
-
Kasper Fock authored
-
Kasper Fock authored
Changed getOpenMergeRequests to only retrieve the open merge requests instead of retrieving all and filtering client side. This will speedup especially old projects with lots of merge requests.
-
- 05 Dec, 2014 1 commit
-
-
Tim Olshansky authored
Fix LICENSE typo and updated copyright years
-
- 04 Dec, 2014 1 commit
-
-
Logan Gorence authored
-
- 30 Nov, 2014 6 commits
-
-
Tim Olshansky authored
-
Tim Olshansky authored
-
timols authored
-
timols authored
-
timols authored
-
Tim Olshansky authored
adding permissions for project
-
- 22 Nov, 2014 2 commits
-
-
Gunay Arslan authored
-
Gunay Arslan authored
-
- 14 Nov, 2014 1 commit
-
-
Tim Olshansky authored
Resolves timols/java-gitlab-api/issues/33
-
- 03 Nov, 2014 1 commit
-
-
Thomas Ehardt authored
There is a bug in the REST API for Gitlab when retrieving commits with pagination (https://gitlab.com/gitlab-org/gitlab-ce/issues/759). This commit is a workaround for that - when we are retrieving commits, we assume that the second page is numbered 1 instead of 2. To make this not cause problems if/when the Gitlab CE project fixes the REST API, equals() is overridden in GitlabCommit to prevent duplicate entries.
-
- 23 Oct, 2014 4 commits
-
-
Tim Olshansky authored
Added method to get all commits for a project
-
Tim Olshansky authored
Make integrative test run as during phase verify.
-
Tim Olshansky authored
Added deleteGroup, deleteProject
-
Tim Olshansky authored
Added GitlabProject support for last_activity_at and archived properties
-
- 13 Oct, 2014 1 commit
-
-
Thomas Ehardt authored
-