summaryrefslogtreecommitdiff
path: root/spec/controllers/groups
Commit message (Expand)AuthorAgeFilesLines
...
* Extract variable parameters in VariablesController specsMatija Čupić2018-02-051-14/+14
* Add GroupVariableSerializer for Ci::GroupVariableMatija Čupić2018-02-051-3/+3
* Return all variables after UPDATEMatija Čupić2018-02-051-0/+12
* Change POST to PATCH requests in the controller specsMatija Čupić2018-02-051-3/+3
* Fix a typo in Groups::VariablesController specMatija Čupić2018-02-051-1/+1
* Use `resource` in Group Variables routing schemeMatija Čupić2018-02-051-4/+18
* Use all parameters in VariablesController specsMatija Čupić2018-02-051-5/+13
* Remove redundant routes in Groups::VariablesControllerMatija Čupić2018-02-051-41/+0
* Port #save_multiple to Groups::VariablesControllerMatija Čupić2018-02-051-5/+74
* port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-1/+3
* Preload ancestors for subgroups matching filterBob Van Landuyt2018-01-221-0/+24
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Bugfix: User can't change the access level of an access requesterRubén Dávila2017-12-111-0/+19
* Support uploads for groupsJarka Kadlecova2017-12-071-0/+10
* Remove the selects when counting the last pageBob Van Landuyt2017-11-171-0/+11
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-205-19/+19
* Make sure we always return an array of hierarchiesBob Van Landuyt2017-10-131-0/+9
* Nest the group_children_path inside the canonical group pathBob Van Landuyt2017-10-121-0/+277
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
* Native group milestonesFelipe Artur2017-07-071-17/+101
* gb nice catchesShinya Maeda2017-07-071-1/+1
* Basic BE changeShinya Maeda2017-07-072-0/+76
* Add tests for Groups::MilestonesController#indexTakuya Noguchi2017-06-261-0/+15
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-14/+42
* Fix failing specAlfredo Sumaran2017-06-071-1/+1
* Add json support to group members leave action in controllerDmitriy Zaporozhets2017-06-061-0/+7
* Refactor to more robust implementationfix-issue-32506Michael Kozono2017-05-191-3/+132
* Added controller specsPhil Hughes2017-04-261-0/+12
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
* Add toggle_subscription action to Groups::LabelsControllerDouglas Barbosa Alexandre2016-11-171-0/+22
* Make access request specs explicitly enable or disable access requests as req...Nick Thomas2016-11-111-1/+1
* Refactor create member tests from group_members_controller_specDmitriy Zaporozhets2016-10-241-41/+30
* Gracefully handle adding of no users to projects and groupsLinus G Thiel2016-10-241-0/+54
* Refactor group_members_controller_specdz-refactor-some-specsDmitriy Zaporozhets2016-10-191-86/+34
* Fix a few things after the initial improvment to Members::DestroyServiceRémy Coutable2016-10-031-2/+2
* Ensure Members::ApproveAccessRequestService can fin a requester by IDRémy Coutable2016-09-221-1/+2
* fixes part1 of files to start using active tensetiagonbotelho2016-08-092-2/+2
* Exclude requesters from Project#members, Group#members and User#membersexplicit-requesters-scopeRémy Coutable2016-07-011-3/+3
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-7/+7
* Fix and remove duplicate specs18755-fix-destroy-project-causes-post_decline_request-to-be-executedRémy Coutable2016-06-201-3/+1
* Redirect to the member's source on request withdrawalRémy Coutable2016-06-181-1/+1
* Re-use notifications dropdown/modal for user profileFelipe Artur2016-06-171-32/+0
|\
| * Re-use notifications dropdown on user profileFelipe Artur2016-06-161-32/+0
* | UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-12/+12
* | Factorize #request_access and #approve_access_request into a new AccessReque...Rémy Coutable2016-06-141-3/+3
* | Add request access for groupsRémy Coutable2016-06-141-2/+196
|/
* Remove group members checkFelipe Artur2016-04-181-3/+5
* Fix codeFelipe Artur2016-04-181-2/+1
* Add specs and fix codeFelipe Artur2016-04-181-0/+19
* Improve specs for group/project notification controllerdecouple-member-notificationDouglas Barbosa Alexandre2016-04-121-1/+16