summaryrefslogtreecommitdiff
path: root/spec/controllers/admin
Commit message (Expand)AuthorAgeFilesLines
* Remove N+1 queries in /admin/projects pageStan Hu2018-03-191-0/+10
* Gitaly Server info for admin panelZeger-Jan van de Weg2018-01-311-0/+15
* Permits 'password_authentication_enabled_for_git' parameter for ApplicationSe...Mark Fletcher2018-01-191-0/+7
* reference triggers.values for permitted parametersAlexis Reigel2018-01-171-3/+4
* add missing permitted paramAlexis Reigel2018-01-171-0/+1
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-081-2/+2
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-207-21/+21
* Fix namespace deletion testsZeger-Jan van de Weg2017-10-051-1/+1
* Changes the password change workflow for admins.28938-password-change-workflow-for-adminsTiago Botelho2017-08-311-12/+20
* Pending delete projects no longer return 500 error in Admins projects view35435-pending-delete-project-error-in-admin-interface-fixTiago Botelho2017-08-111-0/+12
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-0/+25
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-026-8/+8
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-012-3/+3
* Backport gitlab-ee!2456Oswaldo Ferreira2017-07-271-3/+8
* Fixes 500 error caused by pending delete projects in admin dashboard35453-pending-delete-projects-error-in-admin-dashboard-fixTiago Botelho2017-07-251-0/+21
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-142-2/+7
* Limit non-administrators to adding 100 members at a time to groups and projectsNick Thomas2017-06-061-0/+9
* Support hard deletion in Admin::UsersController#destroyNick Thomas2017-06-051-2/+13
* CodestyleGabriel Mazetto2017-05-131-1/+1
* Make the new repository_update_events configurable in System Hooks UIGabriel Mazetto2017-05-121-0/+28
* refactor code based on feedbackJames Lopez2017-05-051-4/+4
* refactor a few things based on feedbackJames Lopez2017-05-041-0/+32
* Refactor Admin::GroupsController#members_update method and add some specsdz-refactor-admin-group-membersDmitriy Zaporozhets2017-04-201-0/+24
* Port 'Add more usage data to EE ping' to CESean McGivern2017-04-141-0/+37
* Remove redundant code to convert restricted_levels to integersToon Claes2017-03-231-3/+11
* Resolve future conflicts with CE -> EE mergeToon Claes2017-03-231-4/+7
* Undo explicit conversion to IntegerToon Claes2017-03-201-0/+28
* Make sure scopes are loaded in admin OAuth application formMarkus Koller2017-03-071-0/+65
* Use expect { }.to change { }use-update-runner-serviceLin Jen-Shin2017-02-151-9/+9
* Add some tests for admin/project runners pageLin Jen-Shin2017-02-151-0/+85
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-252-2/+2
* Add tests for admin service templateszj-fix-admin-templatesZ.J. van de Weg2017-01-061-0/+26
* Allow admins to stop impersonating users without e-mail addressesOren Kanner2016-11-171-7/+21
* Only show one error message for an invalid emailSteve Halasz2016-10-271-0/+11
* Fix incorrect "stopped impersonation" log messagefix-impersonation-logStan Hu2016-08-231-0/+2
* Merge branch 'akismet-submittable' into 'master' Robert Speicher2016-08-151-0/+12
|\
| * Further refactor and syntax fixes.Patricio Cano2016-08-151-1/+1
| * Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-1/+1
| * Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-0/+12
* | This fixes a long running tests due to changed Sidekiq statefix-failing-testsKamil Trzcinski2016-08-151-2/+3
|/
* Fix bug where destroying a namespace would not always destroy projectsStan Hu2016-08-111-0/+24
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-1/+1
* Layout for Users Groups and Projects on admin areaAlfredo Sumaran2016-07-071-2/+2
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-273-7/+7
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
* Force password change after admin reset13691-allow-admin-to-reset-user-password-and-force-password-reset-on-next-loginSean McGivern2016-05-161-0/+76
* Fix typoDouwe Maan2016-04-221-1/+1