Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-30Use self.ignored_columns += instead of =Stan Hu
2019-08-29Remove dependency on IgnorableColumn concerndineshpanda
2019-08-05Speed up loading and filtering deploy keys and their projectsNick Thomas
2019-08-05Stop using pluck to get deploy keys for a userNick Thomas
2018-09-18Fix rubocop Style/ZeroLengthPredicateSemyon Pupkov
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-04-18Revert the addition of goldiloaderYorick Peterse
2018-04-09Add cop for has_many :through without disabled autoloadingSean McGivern
2018-03-28Fall back on ghost user when deploy key user is not setDouwe Maan
2018-01-17Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan
2017-09-15created services for keyshaseeb
2017-07-06Added Cop to blacklist the use of `dependent:`Yorick Peterse
2016-11-17Don't notify user for deploy keys, feedback:Lin Jen-Shin
2016-11-16Introduce has_access_to? so that we could reuse itLin Jen-Shin
2016-11-11Add more tests and fix write to project checkLin Jen-Shin
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate the modelsZeger-Jan van de Weg
2015-05-03Re-annotate modelsStan Hu
2015-04-03Clean up code.Douwe Maan
2015-04-03Allow admin to create public deploy keys that are accessible to any project.Douwe Maan
2014-04-09Re-annotate modelsDmitriy Zaporozhets
2013-08-21ReannotateDmitriy Zaporozhets
2013-06-19AnnotatedDmitriy Zaporozhets
2013-05-06Feature: Deploy keys between projectsDmitriy Zaporozhets
2013-05-06Create DeployKey & DeployKeysProject models. Bulding many to many relation be...Dmitriy Zaporozhets