summaryrefslogtreecommitdiff
path: root/app/models/deploy_keys_project.rb
Commit message (Expand)AuthorAgeFilesLines
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan2018-01-161-2/+8
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-11/+0
* Clean up code.Douwe Maan2015-04-031-4/+2
* Allow admin to create public deploy keys that are accessible to any project.Douwe Maan2015-04-031-1/+5
* Delete deploy key when last connection to a project is destroyed.Douwe Maan2015-03-171-0/+8
* Use strong params for 5 more modelsDmitriy Zaporozhets2014-06-261-3/+0
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-2/+2
* AnnotatedDmitriy Zaporozhets2013-06-191-0/+11
* Create DeployKey & DeployKeysProject models. Bulding many to many relation be...Dmitriy Zaporozhets2013-05-061-0/+11