summaryrefslogtreecommitdiff
path: root/spec/api
Commit message (Collapse)AuthorAgeFilesLines
* Fix milestone API specs and moved to requests/apiRobert Speicher2012-08-291-46/+0
| | | | Closes #1331
* Mark api milestone specs as pendingDmitriy Zaporozhets2012-08-291-0/+1
|
* Merge branch 'milestone_api' of https://github.com/tsigo/gitlabhq into ↵Dmitriy Zaporozhets2012-08-291-0/+45
|\ | | | | | | | | | | | | tsigo-milestone_api Conflicts: spec/requests/api/issues_spec.rb
| * Deprecate the DELETE method for Issues APIRobert Speicher2012-08-221-3/+2
| | | | | | | | | | | | | | Now returns HTTP Status 405 - http://httpstatus.es/405 Closes #1245 Closes #1264
| * Remove DELETE API for MilestonesRobert Speicher2012-08-221-8/+0
| |
| * Add API for MilestonesRobert Speicher2012-08-161-0/+53
| |
* | Cleanup spec/support folder and spec/spec_helperRobert Speicher2012-08-253-244/+0
|/ | | | | | | | | | | | | Changes: * Move spec/monkeypatch to spec/support * Remove unused support/shared_examples * Move support/api to support/api_helpers to match module name * Move support/login to support/login_helpers to match module name * Move API specs to requests/api (convention over configuration) * Remove unused support/js_patch * Simplify login_as helper * Move DatabaseCleaner stuff to its own support file * Remove unnecessary configuration and requires from spec_helper
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-102-8/+8
| | | | Didn't bother with files in db/, config/, or features/
* updating project api to include raw blob contents and single branchJeremy Anderson2012-07-311-1/+31
|
* return 404 if project not foundNihad Abbasov2012-07-251-0/+6
|
* API: ability to get project by idNihad Abbasov2012-07-251-1/+7
|
* Merge branch 'master' into apiNihad Abbasov2012-07-241-1/+1
|\
| * Update masterm16a12012-07-131-1/+1
| |
* | add issues APINihad Abbasov2012-07-241-0/+71
|/
* ability to update and get a raw snippet via APINihad Abbasov2012-07-041-1/+18
|
* add API versionNihad Abbasov2012-07-042-34/+27
|
* add project snippets APINihad Abbasov2012-06-291-0/+28
|
* show only current user projectsNihad Abbasov2012-06-281-2/+1
|
* add projects APINihad Abbasov2012-06-281-0/+56
|
* add users APINihad Abbasov2012-06-281-0/+38