summaryrefslogtreecommitdiff
path: root/lib/api.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-38/+0
|
* remove trailing spacesAndrey Kumanyaev2013-05-051-2/+2
|
* Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-071-0/+1
|\ | | | | | | | | | | Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb
| * System hooks API.Matt Humphrey2013-03-061-0/+1
| |
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-271-1/+0
|\ \ | |/
| * update grape to 0.3.1 for ruby 2.0 support.Kazuhiko2013-02-261-1/+0
| | | | | | | | | | add grape-entity, that is split from grape 0.3.0. remove usage of deprecated error_format, that is removed in grape 0.2.3.
* | Merge branch 'master' into fixes/apiSebastian Ziebell2013-02-081-1/+3
|\ \ | |/
| * Merge branch 'gitlab-shell' of dev.gitlabhq.com:gitlab/gitlabhqDmitriy Zaporozhets2013-02-071-0/+1
| |\
| | * Internal APIDmitriy Zaporozhets2013-02-041-0/+1
| | |
| * | Add api for creating/listing/viewing groupsChristian Simon2013-02-011-1/+2
| |/
* | log fatal errors that we catchFelix Gilcher2013-02-011-1/+10
| | | | | | | | | | | | | | In case we rescue from a fatal error, we want the error and the backtrace to the error logged, so we can debug later on. This change injects the configured logger from the rails app to the grape API and logs error as well as backtrace in a rails-like fashion.
* | rescue all errors and return the proper formatFelix Gilcher2013-01-291-0/+4
|/ | | | This rescues all errors and returns a proper JSON response. Fixes #2833.
* Up API version to v3Riyad Preukschas2012-12-211-1/+1
|
* API version returns last version setNihad Abbasov2012-12-011-2/+1
| | | | * fixed in grape v0.2.2
* API: list wall, snippet and issue notesNihad Abbasov2012-11-291-0/+1
|
* API:merge request show && listValeriy Sizov2012-10-221-0/+1
|
* API: SSH keys belong to user entityNihad Abbasov2012-09-211-1/+0
|
* API: commits belong to project repositoryNihad Abbasov2012-09-211-1/+0
|
* APi for commits. Better api docsDmitriy Zaporozhets2012-09-211-0/+1
|
* I want be able to get token via api. Used for mobile applicationsDmitriy Zaporozhets2012-09-201-0/+1
|
* SSH Keys API implementedAlex Denisov2012-09-161-0/+1
|
* Add API for MilestonesRobert Speicher2012-08-161-0/+1
|
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-1/+1
| | | | Didn't bother with files in db/, config/, or features/
* add issues APINihad Abbasov2012-07-241-0/+1
|
* return 404 when record not foundNihad Abbasov2012-07-051-0/+4
|
* add API versionNihad Abbasov2012-07-041-0/+3
|
* return errors in json formatNihad Abbasov2012-06-291-0/+1
|
* refactor API and improve docsNihad Abbasov2012-06-291-53/+3
|
* show only current user projectsNihad Abbasov2012-06-281-3/+3
|
* add projects APINihad Abbasov2012-06-281-0/+30
|
* add users APINihad Abbasov2012-06-281-1/+30
|
* install grape and mount Gitlab::APINihad Abbasov2012-06-281-0/+2