summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/settings
Commit message (Collapse)AuthorAgeFilesLines
* Refactor validations and make runner factory by default to be instance-wide ↵Kamil Trzciński2018-05-311-4/+4
| | | | runner
* Allow group runners to be viewed/edited in APIDylan Griffith2018-05-161-3/+3
|
* Fix spec/features/admin/admin_runners_spec.rb + test style improvementsDylan Griffith2018-05-011-7/+13
|
* restrict projects ci controller to project runnersAlexis Reigel2018-04-231-0/+11
|
* Update tests for settings/ci_cd_controller_specTomasz Maczukin2018-04-041-11/+35
|
* Move leftovers from pipelines_settings_controller to settings/ci_cd_controllerTomasz Maczukin2018-04-041-2/+82
|
* Update Projects::Settings::CiCdController#reset_cache specsMatija Čupić2018-03-011-14/+5
|
* Change reset_cache action from get to postMatija Čupić2018-01-051-1/+1
|
* Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić2018-01-042-2/+2
|\
| * Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-222-2/+2
| |
* | Move cache reset to ci_cd_settings controllerMatija Čupić2018-01-041-0/+47
|/
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-203-3/+3
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-022-2/+2
|
* Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann2017-07-071-14/+0
|
* Fixed repository_controller_specJose Ivan Vargas2017-03-061-1/+1
| | | | also added an #open_branches private method
* Added delegations to comply with the new rubocop rulesJose Ivan Vargas2017-03-061-2/+2
| | | | | Also fixed the deploy_keys view and moved the code from the repository_helper to the repository_controller
* Added tests for the repository_controller and repository_helperJose Ivan Vargas2017-03-061-0/+20
| | | | | | | | Added specs for the deploy_keys_presenter and added a new method in the presenter called #key_available? Fixed some minor UX inconsistencies and added a concern to handle redirection
* Added a variable_controller_spec test to test for flash messages on the ↵Jose Ivan Vargas2017-02-061-0/+0
| | | | #create action
* Fixed tests, renamed files and methodsJose Ivan Vargas2017-02-061-1/+1
|
* Removed options from the gear button in the projects and consolidated into oneJose Ivan Vargas2017-02-061-0/+20
| | | | Added test for the CiCdPipelinesController
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
|
* Corrected code style and titlesJose Ivan Vargas2017-01-181-2/+2
|
* Fixed more testsJose Ivan Vargas2017-01-181-1/+1
|
* Fixed spinach feature tests for the services and hooks controllersJose Ivan Vargas2017-01-181-0/+20
| | | | Added a test for the integrations controller
* Added tests for the MembersController and corrected some more testsJose Ivan Vargas2017-01-031-0/+14