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
2017-04-04Merge branch '29492-useless-queries' into 'master'Sean McGivern
remove useless queries with false conditions (e.g 1=0) Closes #29492 See merge request !10141
2017-04-04Remove useless queries with false conditions (e.g 1=0)mhasbini
2017-04-03Don't use FFaker in factories, use sequences insteadRémy Coutable
FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-24Use Namespace#full_path instead of #path where appropriateDouwe Maan
2017-02-23Fix code for copsDouwe Maan
2017-02-23Enable Style/ConditionalAssignmentDouwe Maan
2017-02-09Gather issuable metadata to avoid n+ queries on index viewFelipe Artur