summaryrefslogtreecommitdiff
path: root/spec/requests/api/groups_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Change from double click to single click to open dropdownch-test-2Clement Ho2017-06-061-1/+1
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Use relative paths for group/project/user avatarsblackst0ne2017-05-101-1/+1
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+1
* Fix all testsToon Claes2017-03-061-3/+2
* Update entities, rename from builds to jobsZ.J. van de Weg2017-03-061-0/+3
* Expose Group VisibilityLevel as StringToon Claes2017-03-021-3/+3
* Return 204 for delete endpointsRobert Schilling2017-02-281-2/+2
* Merge branch 'dm-more-namespace-full-path' into 'master' Sean McGivern2017-02-241-1/+1
|\
| * Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-1/+1
* | API: Use parameter to get owned groups instead of dedicated endpointRobert Schilling2017-02-241-12/+2
|/
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-4/+4
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-6/+6
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-6/+6
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-3/+3
* Enable Style/DotPositionDouwe Maan2017-02-231-4/+4
* Add a custom pagination matcherRobert Schilling2017-02-161-0/+17
* API: Consolidate /projects endpointToon Claes2017-02-141-0/+20
* Remove a transient failure from spec/requests/api/groups_spec.rbrs-issue-27974Robert Speicher2017-02-091-3/+5
* Add nested groups to the APIdz-nested-groups-apiDmitriy Zaporozhets2017-02-081-0/+14
* Active tense test coveragejej-backport-active-tense-specsValery Sizov2017-02-011-4/+4
* Update group api doc with full_name and full_path attributesDmitriy Zaporozhets2017-01-301-0/+3
* Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-8/+8
* Fix groups API to accept path when transferring a projectMark Fletcher2017-01-031-1/+66
* Add more storage statisticsMarkus Koller2016-12-211-0/+33
* 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
|/