- 04 Sep, 2015 2 commits
-
-
Tim Olshansky authored
Add API method for get SSH key with user information by ID of an SSH key: getSSHKey
-
Artem V. Navrotskiy authored
API function was introduced by PR: https://github.com/gitlabhq/gitlabhq/pull/9591
-
- 30 Aug, 2015 2 commits
-
-
Tim Olshansky authored
Compilation fix
-
Tim Olshansky authored
added methods:
-
- 28 Aug, 2015 2 commits
-
-
Artem V. Navrotskiy authored
-
Artem V. Navrotskiy authored
-
- 27 Aug, 2015 1 commit
-
-
Matej Spiller-Muys authored
getRawFileContent getRawBlobContent getFileArchive getRepositoryTree
-
- 20 Aug, 2015 2 commits
-
-
Tim Olshansky authored
skip_confirmation should be null safe
-
Guillaume Smet authored
-
- 19 Aug, 2015 3 commits
-
-
Tim Olshansky authored
Add support for project deploy keys
-
Guillaume Smet authored
confirm parameter (see http://doc.gitlab.com/ee/api/users.html#user-creation). I have chosen to not change the meaning of the method parameter because it would break application silently. To be discussed. The update user doesn't have a confirm parameter so remove it: it breaks the API but it generates a compilation error so it's easily fixable
-
Guillaume Smet authored
-
- 12 Aug, 2015 2 commits
-
-
Tim Olshansky authored
Disconnect the HTTPURLConnection after use (Fixes #59).
-
Guillaume Smet authored
As the connection is not reused, we can disconnect it right away, no need to change the GitlabAPI API.
-
- 11 Aug, 2015 1 commit
-
-
Tim Olshansky authored
Added various API calls:
-
- 05 Aug, 2015 1 commit
-
-
Guillaume Smet authored
- block/unblock user - update project - transfer project to a new namespace
-
- 13 Jul, 2015 2 commits
- 07 Jul, 2015 5 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
-