summaryrefslogtreecommitdiff
path: root/app/models/deploy_key.rb
Commit message (Collapse)AuthorAgeFilesLines
* Don't notify user for deploy keys, feedback:Lin Jen-Shin2016-11-181-0/+6
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_18517263
* Introduce has_access_to? so that we could reuse itLin Jen-Shin2016-11-161-1/+5
| | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_18439108
* Add more tests and fix write to project checkLin Jen-Shin2016-11-111-0/+4
|
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-15/+0
| | | | | | | | | In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
* Annotate the modelsZeger-Jan van de Weg2016-05-061-3/+3
|
* Re-annotate modelsStan Hu2015-05-031-1/+1
|
* Clean up code.Douwe Maan2015-04-031-1/+12
|
* Allow admin to create public deploy keys that are accessible to any project.Douwe Maan2015-04-031-0/+7
|
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* ReannotateDmitriy Zaporozhets2013-08-211-8/+8
|
* AnnotatedDmitriy Zaporozhets2013-06-191-0/+14
|
* Feature: Deploy keys between projectsDmitriy Zaporozhets2013-05-061-0/+2
|
* Create DeployKey & DeployKeysProject models. Bulding many to many relation ↵Dmitriy Zaporozhets2013-05-061-0/+4
between deploy keys and projects