summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs-snippets-dont-expire' into 'master' Dmitriy Zaporozhets2016-03-091-1/+1
|\
| * Remove `Snippet#expires_at`rs-snippets-dont-expireRobert Speicher2016-03-051-1/+1
* | Add fields to GET /users/* API endpoints for adminsevuez/gitlab-ce-add-info-user-apievuez2016-03-041-0/+2
|/
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-032-6/+6
* Merge branch 'fix/commit-status-api-improvement' into 'master' Douwe Maan2016-03-011-4/+6
|\
| * Check if commit exists first in commit status APIGrzegorz Bizon2016-03-011-1/+1
| * Return empty array when commit has no statuses in APIGrzegorz Bizon2016-02-291-4/+6
* | updated internal.rb and spec based on MR feedbackJames Lopez2016-02-261-3/+3
* | fix for projects ending in .wikiJames Lopez2016-02-241-1/+8
|/
* Fix API implementationKamil Trzcinski2016-02-192-4/+2
* Introduce API for serving the artifacts archiveKamil Trzcinski2016-02-192-0/+31
* Record user that erased a build through APIGrzegorz Bizon2016-02-191-1/+1
* Use POST method instead of DELETE when erasing a buildGrzegorz Bizon2016-02-191-3/+3
* Fix build api specs after rebaseGrzegorz Bizon2016-02-191-1/+1
* Fix name of build erasable, remove superfluous method from itGrzegorz Bizon2016-02-191-1/+1
* Move build eraseable API to proper API contextGrzegorz Bizon2016-02-191-1/+21
* Rename Entities::ForkedFromProject to Entities::BasicProjectDetailsTomasz Maczukin2016-02-191-3/+3
* Change `last_contact` to `contacted_at`Tomasz Maczukin2016-02-191-1/+1
* Replace Entities::RunnerProjectDetails with Entities::ForkedFromProjectTomasz Maczukin2016-02-191-7/+1
* iChange `name` and `path` to `name_with_namespace` and `path_with_namespace` ...Tomasz Maczukin2016-02-191-2/+2
* Move :runner_id param to POST body when enabling specific runner in projectTomasz Maczukin2016-02-191-1/+3
* Modify and fix output of delete and update of a runnerTomasz Maczukin2016-02-191-2/+2
* Modify runner projects selecting method in runners APITomasz Maczukin2016-02-192-8/+4
* Fix runners filteringTomasz Maczukin2016-02-191-2/+6
* Limit projects to user available projects if user is not an adminTomasz Maczukin2016-02-192-2/+12
* Modify authentication check methods in runners APITomasz Maczukin2016-02-191-24/+22
* Add token to runner details output in APITomasz Maczukin2016-02-192-1/+2
* Add associated project info to runner details outputTomasz Maczukin2016-02-191-0/+7
* Split `/runners` entrypoint to `/runners` and `/runners/all`Tomasz Maczukin2016-02-191-9/+12
* Add some fixes in runners API documentationTomasz Maczukin2016-02-191-2/+2
* Fix runners filtering in APITomasz Maczukin2016-02-191-3/+3
* Add missing methods documentation; fix rubocop reported violationTomasz Maczukin2016-02-191-1/+36
* Add feature to enable/disable runner in projectTomasz Maczukin2016-02-191-0/+26
* Add basic runners management APITomasz Maczukin2016-02-193-0/+114
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-arc...Jacob Vosmaer2016-02-1710-29/+96
|\
| * Merge branch 'skakirill/gitlab-ce-api-merge-request-setup-milestone' into 'ma...Douwe Maan2016-02-121-2/+4
| |\
| | * API: Allow to set or update a merge-request's milestoneKirill Skachkov2016-02-081-2/+4
| * | Merge branch 'Schniz/gitlab-ce-feature/merge-request-closes-issues-in-api' in...Rémy Coutable2016-02-111-0/+13
| |\ \
| | * | Pass current_user to merge_request.closes_issues in API ans streamline MR API...Schniz/gitlab-ce-feature/merge-request-closes-issues-in-apiRémy Coutable2016-02-111-1/+1
| | * | Added '/api/v3/projects/:id/merge_requests/:merge_request_id/closes_issues' r...Gal Schlezinger2016-02-111-0/+13
| | |/
| * | Merge remote-tracking branch 'dev/master' into 'master'Robert Speicher2016-02-096-19/+37
| |\ \
| | * \ Merge remote-tracking branch 'origin/master' into ci-permissionsKamil Trzcinski2016-02-044-10/+43
| | |\ \ | | | |/
| | * | Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski2016-02-042-8/+8
| | * | Expose allow_guest_to_access_builds in GitLab APIKamil Trzcinski2016-02-042-3/+10
| | * | Make the CI permission model simplerKamil Trzcinski2016-02-024-15/+26
| * | | Expose MergeRequest::merge_status to APIAndrei Dziahel2016-02-081-0/+1
| | |/ | |/|
| * | Merge branch 'support-akismet' into 'master' Robert Speicher2016-02-031-1/+22
| |\ \
| | * | Refactor spam filtering on issues APIDouglas Barbosa Alexandre2016-02-021-7/+8
| | * | Support Akismet spam checking for creation of issues via APIStan Hu2016-02-021-1/+21
| | |/
| * | Merge branch 'git-raw-workhorse' into 'master' Jacob Vosmaer2016-02-021-2/+2
| |\ \