summaryrefslogtreecommitdiff
path: root/spec/presenters/projects/settings
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-2/+43
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-5/+56
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-251-0/+2
|
* Speed up loading and filtering deploy keys and their projectsNick Thomas2019-08-051-8/+0
| | | | | | | | | | This commit changes how we eager-load projects, routes, and namespaces required by the deploy keys endpoint, getting a 10x improvement in my local testing. The endpoint still doesn't scale in-general, but going from ~13 seconds to dump a 63K result to generating the same thing in ~1.6 seconds seems like a good improvement to me.
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Implement ability to update deploy keysAlexander Randa2017-06-021-4/+0
|
* Added test case for the avaiable project keysJose Ivan Vargas2017-03-061-4/+11
|
* Renamed the redirect_request concern to repository_settings_redirectJose Ivan Vargas2017-03-061-1/+1
| | | | Also fixed naming of a test in the deploy_keys_presenter
* Added tests for the repository_controller and repository_helperJose Ivan Vargas2017-03-061-6/+37
| | | | | | | | 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
* Introduced the deploy keys presenterGrzegorz Bizon2017-03-061-0/+28