- 30 Aug, 2019 1 commit
-
-
郭燕飞 authored
-
- 23 Aug, 2018 1 commit
-
-
wurongjun@duiba.com.cn authored
-
- 08 Aug, 2018 2 commits
-
-
zhangzhenglong authored
-
zhangzhenglong authored
-
- 29 Sep, 2017 1 commit
-
-
shenjunlin authored
-
- 19 Sep, 2017 2 commits
-
-
shenjunlin authored
-
shenjunlin authored
-
- 15 Sep, 2017 11 commits
-
-
Emilien Mottet authored
-
Tomas Bjerre authored
-
David "novalis" Turner authored
-
Miguel Ferreira authored
* Add method to retrieve projects that the user is member of * Fix methods to retrieve starred and owned projects In these two methods the API URL was being created with two query objects, which renders an invalid URL
-
Miguel Ferreira authored
* Remove trailing whitespace * Rename method to retrieve project milestones * Add method to retrieve group milestones * Sanitize project ID before using it in path * Add method to retrieve group milestone issues * Add group_id to GitlabMilestone model * Add method to retrieve project milestone issues
-
David "novalis" Turner authored
-
Sergey Sobko authored
-
Denny Ayard authored
* Updated getGroup to better support path arguments * Fix for setting new-group visiblity
-
David "novalis" Turner authored
-
David "novalis" Turner authored
* all properties need to be nullable * Add printing_merge_request_link_enabled to projects This was added upstream at: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12240
-
Denny Ayard authored
-
- 28 Jul, 2017 2 commits
-
-
Mustafa YILDIRIM authored
-
Emilien Mottet authored
-
- 27 Jul, 2017 1 commit
-
-
Emilien Mottet authored
-
- 26 Jun, 2017 3 commits
-
-
Brian Krische authored
-
Brian Krische authored
* Add method to share and un-share project with a group. * Add another method to delete shared group link with ID numbers only.
-
Brian Krische authored
* RepositoryTree, Branches, and Tags lists are paginated in the v4 api. * Add the maximum per_page parameter to the query.
-
- 12 Jun, 2017 1 commit
-
-
Jean-Christophe Sirot authored
* Add create/update/delete Repository files * Fix create/update verb
-
- 28 May, 2017 2 commits
-
-
David "novalis" Turner authored
* Add a createProject method that takes all the options This is intended to allow https://gitlab.com/gitlab-org/gitlab-ce/issues/32935 to be worked around, but maybe it will be more generally useful too. * Replace the bogus "visibilityLevel" value with the correct "visibilty" field
-
Cédric Tabin authored
* New methods to retrieve Merge Requests with a given status * improvement of the API to retrieve the Merge Requests * new method to cherry-pick a commit * new cherryPick method with a GitlabProject and javadoc * fixed cherryPick method url and method * moves MergeRequest status constants
-
- 24 May, 2017 3 commits
-
-
Cédric Tabin authored
-
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 1 commit
-
-
Tristan Lins authored
-