summaryrefslogtreecommitdiff
path: root/spec/requests/api/groups_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add id as second sort parameter for group sort by nameMarko, Peter2018-06-181-1/+31
* Ensure ordering for group sorting testsMarko, Peter2018-06-151-4/+4
* Add id group api sorting optionMarko, Peter2018-06-121-4/+15
* Move API group deletion to SidekiqStan Hu2018-05-181-3/+6
* Backport /api/v4/groups N+1 query check from EEsh-backport-groups-api-optimizationStan Hu2018-02-031-0/+15
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Merge branch 'rs-security-group-api' into 'security-10-2'Douwe Maan2017-12-081-0/+62
* Optimize API /groups/:id/projects by preloading associationsStan Hu2017-12-011-0/+14
* Add /groups/:id/subgroups endpoint to APIWinnie Hellmann2017-11-091-0/+136
* Support custom attributes on groupsMarkus Koller2017-11-061-0/+10
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-60/+60
* Fix the groups API endpoint to handle ?owned=true correctlyNick Thomas2017-09-191-0/+3
* Make Members with Owner and Master roles always able to create subgroups30473-allow-creation-of-subgroups-with-gitlab_default_can_create_group-set-to-falseRuben Davila2017-09-071-0/+24
* Merge branch '37198-api-doesn-t-respect-default-group-visibility' into 'master'Sean McGivern2017-08-301-0/+1
|\
| * Respect the default visibility level when creating a groupRobert Schilling2017-08-291-0/+1
* | Add tests for the unmodified headerRobert Schilling2017-08-281-0/+4
|/
* Fix group and project search for anonymous usersNick Thomas2017-08-241-2/+19
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-6/+6
* Fix the /projects/:id/repository/branches endpoint to handle dots in the bran...Rémy Coutable2017-07-271-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-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