summaryrefslogtreecommitdiff
path: root/spec/requests/api/groups_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-141-18/+18
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Modify specs for new project transfer codeDmitriy Zaporozhets2014-05-281-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Added API testing groupJeroen van Baarsen2014-04-111-1/+1
|
* fix most of warningsskv2013-12-151-1/+1
|
* Remove group api specsDmitriy Zaporozhets2013-10-071-0/+38
|
* Ignore owner_id for Group in testsDmitriy Zaporozhets2013-09-261-4/+14
|
* Fixes for @randxIzaak Alpert2013-09-051-2/+6
| | | | Change-Id: I3b15ae34c0957a0f4026e1886c92a9770e9d170e
* Add group membership apiIzaak Alpert2013-09-041-8/+108
| | | | Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
|
* remove trailing spacesAndrey Kumanyaev2013-05-051-10/+10
|
* Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev2013-05-051-3/+3
|
* Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-071-0/+23
|\ | | | | | | | | | | Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb
| * Additional Admin APIsAngus MacArthur2013-03-051-0/+23
| |
* | API: groups documentation updated, functions return different status codesSebastian Ziebell2013-02-271-0/+10
|/ | | | | | Updates the API documentation of groups with infos to return codes. The function calls in the groups API have updated documentation and return `400 Bad Request` status code if a required attribute is missing.
* Add test for duplicate group pathsChristian Simon2013-02-011-0/+5
|
* Add docs/tests for groups apiChristian Simon2013-02-011-0/+88