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 (Collapse)Author
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
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
2015-12-09Tag model specsDouwe Maan
2015-06-22Fix Style/Blocks cop violationsRobert Speicher
2015-06-10"expect { }.not_to raise_error" no longer takes a specific classRobert Speicher
2015-04-03Allow admin to create public deploy keys that are accessible to any project.Douwe Maan
2015-03-17Delete deploy key when last connection to a project is destroyed.Douwe Maan
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-04-09Re-annotate modelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-06-19AnnotatedDmitriy Zaporozhets
2013-05-06Model specs for DeployKeysDmitriy Zaporozhets