summaryrefslogtreecommitdiff
path: root/spec/requests/api/groups_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add Gitlab::Middleware::MultipartJacob Vosmaer2016-12-151-2/+2
* API: Ability to get group's project in simple representationapi-simple-group-projectRobert Schilling2016-12-131-2/+13
* API: Fix groups filterRobert Schilling2016-12-121-0/+11
* Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* Allow sorting groups in APIsort-api-groupsSean McGivern2016-11-171-1/+36
* Grapify the group APIRobert Schilling2016-11-151-1/+1
* Added API endpoint groups/ownedBorja Aparicio2016-11-081-0/+18
* Backport Group API code that was added in EE onlybackport-ee-js-groups-apiRémy Coutable2016-10-311-1/+12
* fix group links 404barthc2016-10-051-0/+10
* Allow to set request_access_enabled for groups and projects using APIFelipe Artur2016-09-191-2/+9
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-28/+28
* API: Expose shared projects in a groupapi-shared-projectsRobert Schilling2016-07-081-2/+17
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-38/+38
* Fix groups API to list only user's accessible projectsStan Hu2016-05-241-3/+18
* API: Avoid group leak while updating the groupRobert Schilling2016-04-131-2/+2
* API: Return 404 if user does not have access to groupRobert Schilling2016-04-131-5/+10
* Fix minor issues according development guidelinesRobert Schilling2016-04-121-4/+12
* API: Ability to update a groupRobert Schilling2016-04-121-0/+36
* Fix some specsDouwe Maan2016-03-201-1/+1
* Add API group projects specsDouwe Maan2015-12-081-2/+57
* Fix Error 500 in API when accessing a group that has an avatarStan Hu2015-08-241-1/+2
* Add `Group#add_*` convenience methodsrs-group-convenience-methodsRobert Speicher2015-08-071-1/+1
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-231-1/+2
|\
| * Update mock and stub syntax for specsRobert Speicher2015-06-221-1/+2
* | Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher2015-06-221-3/+3
|/
* Fix #6417: users with group permission should be able to create groups via APIRobert Schilling2015-03-311-9/+10
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-31/+31
* Acces groups with their path in APIjubianchi2015-02-031-0/+18
* Fix failing tests due to updates on the return messages.Marin Jankovski2015-01-071-2/+2
* Fix api tests.Marin Jankovski2014-12-301-1/+2
* Split group members apiDmitriy Zaporozhets2014-10-291-124/+0
* Add failing test that should be green after group members api get fixedDmitriy Zaporozhets2014-10-281-3/+17
* Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-141-18/+18
* Modify specs for new project transfer codeDmitriy Zaporozhets2014-05-281-2/+2
* 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
* Add group membership apiIzaak Alpert2013-09-041-8/+108
* 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
|\
| * Additional Admin APIsAngus MacArthur2013-03-051-0/+23
* | API: groups documentation updated, functions return different status codesSebastian Ziebell2013-02-271-0/+10
|/
* Add test for duplicate group pathsChristian Simon2013-02-011-0/+5
* Add docs/tests for groups apiChristian Simon2013-02-011-0/+88