summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/detailed-user-endpoint' of https://gitlab.com/Michi302/...Dmitriy Zaporozhets2016-01-061-1/+1
|\
| * Make single user API endpoint return Entities::User instead of Entities::User...Michi3022015-12-281-1/+1
* | Fix API project lookups when querying with a namespace with dotsStan Hu2016-01-031-1/+1
* | Revert upvotes and downvotes params to MR APIValery Sizov2015-12-281-1/+0
|/
* Add API support for looking up a user by usernameStan Hu2015-12-241-4/+10
* Merge branch 'edit-on-fork' into 'master' Dmitriy Zaporozhets2015-12-241-1/+1
|\
| * Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-1/+1
* | Add project permissions to all project API endpointsStan Hu2015-12-221-3/+3
|/
* Merge branch 'api-support-starred-projects' into 'master' Dmitriy Zaporozhets2015-12-161-0/+11
|\
| * Api support for requesting starred projects for userZeger-Jan van de Weg2015-12-161-0/+11
* | Fix Rubocop complain.fix_rubocopRubén Dávila2015-12-161-1/+1
|/
* Merge branch 'add-open-issues-count-to-api' of https://gitlab.com/stanhu/gitl...Dmitriy Zaporozhets2015-12-161-0/+1
|\
| * Add open_issues_count to project APIStan Hu2015-12-111-0/+1
* | Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+1
* | Fix triggers testsKamil Trzcinski2015-12-111-1/+1
* | Reimplement Trigger APIKamil Trzcinski2015-12-113-0/+53
* | Migrate CI::Project to ProjectKamil Trzcinski2015-12-114-7/+9
* | Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-102-2/+5
|/
* Merge branch 'master' into merge-if-greenDouwe Maan2015-12-081-0/+12
|\
| * Merge branch 'master' into ui/dashboard-new-issueui/dashboard-new-issueDouwe Maan2015-12-081-2/+6
| |\
| * \ Merge branch 'master' into ui/dashboard-new-issueDouwe Maan2015-12-072-0/+19
| |\ \
| * | | Add API group projects endpoint.Douwe Maan2015-12-071-0/+12
* | | | Merge branch 'master' into zj/gitlab-ce-merge-if-greenDouwe Maan2015-12-081-2/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix API setting of 'public' attribute to false will make a project privateStan Hu2015-12-051-2/+6
| | |/ | |/|
* | | Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-12-073-8/+56
|\ \ \ | |/ /
| * | Merge branch 'extend-events-api'Dmitriy Zaporozhets2015-12-041-0/+3
| |\ \
| | * | Extent Event and Note APIextend-events-apiDmitriy Zaporozhets2015-12-041-0/+3
| | |/
| * | Add API endpoint to fetch merge request commits listDmitriy Zaporozhets2015-12-041-0/+16
| |/
| * Merge branch 'fix-award-emoji-api' into 'master' Robert Speicher2015-11-221-0/+5
| |\
| | * Add upvote/downvote fields to merge request and note API to preserve compatib...fix-award-emoji-apiRobert Schilling2015-11-211-0/+5
| * | Allow editing a release in API via PUT methodRobert Schilling2015-11-211-0/+21
| * | Only allow to create a release if it does not exist yetRobert Schilling2015-11-211-2/+2
| * | Use POST to create a new release instead of PUTRobert Schilling2015-11-211-1/+1
| * | API: Return 404 if the tag for a release does not existRobert Schilling2015-11-211-3/+7
| * | Make tag API consistent for release featureRobert Schilling2015-11-212-5/+6
| |/
| * award emojiValery Sizov2015-11-191-3/+1
* | Specs for 'Merge When Build Succeeds'Zeger-Jan van de Weg2015-12-022-14/+9
* | Refactor MergeWhenBuildSucceedsService and incorporate feedbackZeger-Jan van de Weg2015-11-231-23/+13
* | Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-11-187-57/+150
|\ \ | |/
| * Merge branch 'releases-feature'Dmitriy Zaporozhets2015-11-164-54/+91
| |\
| | * Add API docs and correctly expose release apiDmitriy Zaporozhets2015-11-122-26/+26
| | * Expose release notes to tags apiDmitriy Zaporozhets2015-11-121-0/+6
| | * Add releases apiDmitriy Zaporozhets2015-11-122-1/+22
| | * Move git tags API to separate fileDmitriy Zaporozhets2015-11-123-35/+45
| * | Expose CI enable option in project featuresKamil Trzcinski2015-11-132-1/+7
| |/
| * Merge branch 'artifacts' into 'master' Kamil Trzciński2015-11-111-0/+48
| |\
| | * Use normal file upload mechanism to upload artifactsKamil Trzcinski2015-11-101-6/+10
| | * Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse nowKamil Trzcinski2015-11-101-1/+1
| | * Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+44
| * | Add allow_failure field to commit status APIStan Hu2015-11-031-1/+1
| |/