summaryrefslogtreecommitdiff
path: root/app/presenters/projects/settings
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-051-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-16/+46
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-1/+1
|
* Speed up loading and filtering deploy keys and their projectsNick Thomas2019-08-051-25/+15
| | | | | | | | | | 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.
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-1/+7
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* Enable frozen string in presenters and policiesrepo-forks/gitlab-ce-frozen-string-enable-app-presentersgfyoung2018-07-241-0/+2
| | | | | | | | | Enable frozen string in: * app/presenters * app/policies Partially addresses #47424.
* Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into ↵Douwe Maan2018-01-161-1/+1
| | | | | | | | | | | | 'security-10-3' [10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
* Implement ability to update deploy keysAlexander Randa2017-06-021-11/+3
|
* Project deploy keys json end pointJarka Kadlecova2017-03-241-0/+11
|
* Added delegations to comply with the new rubocop rulesJose Ivan Vargas2017-03-061-12/+3
| | | | | 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/+4
| | | | | | | | 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/+65