summaryrefslogtreecommitdiff
path: root/lib/api/api.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Grape DSL for environment endpointsZ.J. van de Weg2016-07-291-0/+4
* Add API support for environmentsZ.J. van de Weg2016-07-291-0/+1
* Add Todos APIDouglas Barbosa Alexandre2016-07-011-0/+1
* Rename Licenses API to License Templates APIDrew Blessing2016-06-271-1/+1
* Refactor Gitlab::GitignoresZJ van de Weg2016-06-201-1/+1
* Add endpoints for award emoji on notesZ.J. van de Weg2016-06-171-1/+0
* Sort API endpoints and implement feedbackZ.J. van de Weg2016-06-171-25/+26
* Add endpoints for Award EmojiZ.J. van de Weg2016-06-171-0/+1
* Added missing mount point for Sidekiq Metrics API, after it got lost on rebase.Patricio Cano2016-06-171-0/+1
* Backend for a gitignores dropdownZeger-Jan van de Weg2016-05-201-0/+1
* Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-0/+1
* Fix a few places where autoloading would failRémy Coutable2016-05-101-35/+34
* Initial implementation if license template selector and /licenses/:key API en...Anton Davydov2016-04-181-0/+1
* Add basic runners management APITomasz Maczukin2016-02-191-0/+1
* Merge branch 'master' into ci/api-buildsTomasz Maczukin2016-01-141-0/+1
|\
| * Remove blank lineTomasz Maczukin2016-01-121-1/+0
| * Add features for list and show details of variables in APITomasz Maczukin2015-12-311-0/+2
* | Add some fixesTomasz Maczukin2016-01-121-1/+0
* | Add builds API (listing, showing trace)Tomasz Maczukin2015-12-241-0/+2
|/
* Reimplement Trigger APIKamil Trzcinski2015-12-111-0/+1
* Move git tags API to separate fileDmitriy Zaporozhets2015-11-121-0/+1
* Fix API::APIHelpers -> API::Helpers;Jason Lee2015-10-231-1/+1
* Implement Commit Status APIKamil Trzcinski2015-10-121-0/+1
* Add API method for get user by ID of an SSH keyArtem V. Navrotskiy2015-09-031-0/+1
* API to set application settings for adminDmitriy Zaporozhets2015-07-031-0/+1
* Send 500 errors as JSON in the APIjubianchi2015-04-271-1/+1
* Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-021-2/+2
* Doorkeeper integrationValery Sizov2014-12-241-0/+1
* Split group members apiDmitriy Zaporozhets2014-10-291-0/+1
* Add, delete labels via APIRobert Schilling2014-08-131-0/+1
* Move branches api to separate classDmitriy Zaporozhets2014-03-311-0/+1
* Move project members api to separate fileDmitriy Zaporozhets2014-03-171-0/+1
* Merge branch 'feature/api_fle_encoded' into 'master'Dmitriy Zaporozhets2014-02-181-0/+1
|\
| * Extract commits API to separate fileDmitriy Zaporozhets2014-02-181-0/+1
* | Fixed bug with json files content being escaped in apiDmitriy Zaporozhets2014-02-181-0/+2
|/
* Namespaces API for admin usersDmitriy Zaporozhets2013-11-151-0/+1
* New API: create file in repoDmitriy Zaporozhets2013-11-071-0/+1
* API: set gitlab-ci service for projectDmitriy Zaporozhets2013-10-291-0/+1
* Remove all team resources except models. Move models to deprecated directoryDmitriy Zaporozhets2013-06-181-1/+0
* Split Project api on several parts: deploy_keys, hooks, snippets etcDmitriy Zaporozhets2013-06-061-0/+3
* Merge branch 'feature_teams_api' of https://github.com/former03/gitlabhq into...Dmitriy Zaporozhets2013-05-271-0/+1
|\
| * [FEATURE] Basic user_teams apiChristian Simon2013-05-211-0/+1
* | split repositories and projects apiDmitriy Zaporozhets2013-05-231-0/+1
|/
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-0/+38