Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor API classes. So api classes like Gitlab::Issues become API::Issues | Dmitriy Zaporozhets | 2013-05-14 | 1 | -38/+0 |
| | |||||
* | remove trailing spaces | Andrey Kumanyaev | 2013-05-05 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into fixes/api, code clean up and tests fixed | Sebastian Ziebell | 2013-03-07 | 1 | -0/+1 |
|\ | | | | | | | | | | | Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb | ||||
| * | System hooks API. | Matt Humphrey | 2013-03-06 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into fixes/api | Sebastian Ziebell | 2013-02-27 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | update grape to 0.3.1 for ruby 2.0 support. | Kazuhiko | 2013-02-26 | 1 | -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/api | Sebastian Ziebell | 2013-02-08 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | Merge branch 'gitlab-shell' of dev.gitlabhq.com:gitlab/gitlabhq | Dmitriy Zaporozhets | 2013-02-07 | 1 | -0/+1 |
| |\ | |||||
| | * | Internal API | Dmitriy Zaporozhets | 2013-02-04 | 1 | -0/+1 |
| | | | |||||
| * | | Add api for creating/listing/viewing groups | Christian Simon | 2013-02-01 | 1 | -1/+2 |
| |/ | |||||
* | | log fatal errors that we catch | Felix Gilcher | 2013-02-01 | 1 | -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 format | Felix Gilcher | 2013-01-29 | 1 | -0/+4 |
|/ | | | | This rescues all errors and returns a proper JSON response. Fixes #2833. | ||||
* | Up API version to v3 | Riyad Preukschas | 2012-12-21 | 1 | -1/+1 |
| | |||||
* | API version returns last version set | Nihad Abbasov | 2012-12-01 | 1 | -2/+1 |
| | | | | * fixed in grape v0.2.2 | ||||
* | API: list wall, snippet and issue notes | Nihad Abbasov | 2012-11-29 | 1 | -0/+1 |
| | |||||
* | API:merge request show && list | Valeriy Sizov | 2012-10-22 | 1 | -0/+1 |
| | |||||
* | API: SSH keys belong to user entity | Nihad Abbasov | 2012-09-21 | 1 | -1/+0 |
| | |||||
* | API: commits belong to project repository | Nihad Abbasov | 2012-09-21 | 1 | -1/+0 |
| | |||||
* | APi for commits. Better api docs | Dmitriy Zaporozhets | 2012-09-21 | 1 | -0/+1 |
| | |||||
* | I want be able to get token via api. Used for mobile applications | Dmitriy Zaporozhets | 2012-09-20 | 1 | -0/+1 |
| | |||||
* | SSH Keys API implemented | Alex Denisov | 2012-09-16 | 1 | -0/+1 |
| | |||||
* | Add API for Milestones | Robert Speicher | 2012-08-16 | 1 | -0/+1 |
| | |||||
* | Fully embrace Ruby 1.9 hash syntax | Robert Speicher | 2012-08-10 | 1 | -1/+1 |
| | | | | Didn't bother with files in db/, config/, or features/ | ||||
* | add issues API | Nihad Abbasov | 2012-07-24 | 1 | -0/+1 |
| | |||||
* | return 404 when record not found | Nihad Abbasov | 2012-07-05 | 1 | -0/+4 |
| | |||||
* | add API version | Nihad Abbasov | 2012-07-04 | 1 | -0/+3 |
| | |||||
* | return errors in json format | Nihad Abbasov | 2012-06-29 | 1 | -0/+1 |
| | |||||
* | refactor API and improve docs | Nihad Abbasov | 2012-06-29 | 1 | -53/+3 |
| | |||||
* | show only current user projects | Nihad Abbasov | 2012-06-28 | 1 | -3/+3 |
| | |||||
* | add projects API | Nihad Abbasov | 2012-06-28 | 1 | -0/+30 |
| | |||||
* | add users API | Nihad Abbasov | 2012-06-28 | 1 | -1/+30 |
| | |||||
* | install grape and mount Gitlab::API | Nihad Abbasov | 2012-06-28 | 1 | -0/+2 |