Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | API: MergeRequest refactoring | Valeriy Sizov | 2012-10-22 | 1 | -8/+4 |
* | API: update merge request call | Valeriy Sizov | 2012-10-22 | 1 | -1/+11 |
* | API: create merge request | Valeriy Sizov | 2012-10-22 | 1 | -1/+11 |
* | API:merge request show && list | Valeriy Sizov | 2012-10-22 | 2 | -0/+37 |
* | Update lib/api/projects.rb | jozefvaclavik | 2012-10-12 | 1 | -0/+34 |
* | API: add project snippets listing | Nihad Abbasov | 2012-10-08 | 1 | -0/+10 |
* | projects API should return info about deleted hook | Nihad Abbasov | 2012-10-08 | 1 | -1/+0 |
* | API: private token via header | Valeriy Sizov | 2012-10-02 | 1 | -1/+1 |
* | #1606 Fixes | Valeriy Sizov | 2012-10-02 | 1 | -1/+1 |
* | #1606 API private token via the header | Valeriy Sizov | 2012-10-02 | 1 | -1/+1 |
* | fix TYPO | Valeriy Sizov | 2012-10-02 | 1 | -1/+1 |
* | #1585 Api for user creation: base implementation | Valeriy Sizov | 2012-10-02 | 2 | -0/+30 |
* | API: SSH keys belong to user entity | Nihad Abbasov | 2012-09-21 | 3 | -58/+55 |
* | API: commits belong to project repository | Nihad Abbasov | 2012-09-21 | 3 | -34/+22 |
* | Merge pull request #1521 from NARKOZ/api | Dmitriy Zaporozhets | 2012-09-21 | 2 | -28/+56 |
|\ | |||||
| * | add API for project team members | Nihad Abbasov | 2012-09-21 | 2 | -36/+64 |
* | | APi for commits. Better api docs | Dmitriy Zaporozhets | 2012-09-21 | 5 | -9/+53 |
|/ | |||||
* | API: return 401 for invalid session | Nihad Abbasov | 2012-09-20 | 1 | -3/+2 |
* | API: extend UserLogin entity from UserBasic | Nihad Abbasov | 2012-09-20 | 1 | -5/+3 |
* | I want be able to get token via api. Used for mobile applications | Dmitriy Zaporozhets | 2012-09-20 | 2 | -2/+27 |
* | API: expose project id for milestones | Nihad Abbasov | 2012-09-20 | 1 | -1/+3 |
* | Uses attributes_for_keys | Alex Denisov | 2012-09-16 | 1 | -4/+2 |
* | Merge branch 'master' into ssh_keys_api | Alex Denisov | 2012-09-16 | 4 | -52/+36 |
|\ | |||||
| * | Method name changed | Alex Denisov | 2012-09-16 | 4 | -8/+8 |
| * | API attributes refactored | Alex Denisov | 2012-09-16 | 4 | -52/+36 |
* | | Docs added | Alex Denisov | 2012-09-16 | 1 | -0/+8 |
* | | SSH Keys API implemented | Alex Denisov | 2012-09-16 | 2 | -0/+50 |
|/ | |||||
* | Add authorization to hooks requests | miks | 2012-09-10 | 1 | -0/+3 |
* | Merge branch 'master' into project_hooks_api | miks | 2012-09-10 | 4 | -12/+64 |
|\ | |||||
| * | Common errors method added | Alex Denisov | 2012-09-10 | 1 | -4/+8 |
| * | Error throwing moved to api_helper | Alex Denisov | 2012-09-10 | 4 | -13/+34 |
| * | Auth for API | randx | 2012-09-10 | 4 | -0/+27 |
* | | Projects hooks API implemented | miks | 2012-09-08 | 2 | -0/+44 |
|/ | |||||
* | Return empty body | miks | 2012-09-08 | 1 | -0/+3 |
* | Merge branch 'master' into project_users_api | miks | 2012-09-08 | 1 | -5/+15 |
|\ | |||||
| * | Unnecessary code removed | Alex Denisov | 2012-09-05 | 1 | -11/+9 |
| * | Create project via API: fixes added | Alex Denisov | 2012-09-03 | 1 | -5/+17 |
* | | Make project users API more RESTful | miks | 2012-09-06 | 2 | -2/+41 |
* | | convert params hash to array | miks | 2012-09-06 | 1 | -1/+1 |
* | | API on adding users to project implemented | miks | 2012-09-05 | 1 | -0/+12 |
|/ | |||||
* | add pagination to API | Nihad Abbasov | 2012-09-03 | 5 | -5/+9 |
* | Typo and mistakes fixed | Alex Denisov | 2012-08-31 | 1 | -2/+2 |
* | API on Projects creation implemented | Alex Denisov | 2012-08-31 | 1 | -0/+21 |
* | Add milestone API docs to doc/README and views/help/api | Robert Speicher | 2012-08-29 | 1 | -3/+2 |
* | Deprecate the DELETE method for Issues API | Robert Speicher | 2012-08-22 | 1 | -3/+2 |
* | Remove DELETE API for Milestones | Robert Speicher | 2012-08-22 | 1 | -12/+0 |
* | Add API for Milestones | Robert Speicher | 2012-08-16 | 1 | -0/+93 |
* | Fully embrace Ruby 1.9 hash syntax | Robert Speicher | 2012-08-10 | 4 | -41/+41 |
* | API: set content type for raw snippet | Nihad Abbasov | 2012-08-01 | 1 | -0/+1 |
* | fix typo according to docs and tests | Nihad Abbasov | 2012-08-01 | 1 | -7/+7 |