GitLab Bot
d7b136d547
Add latest changes from gitlab-org/gitlab@master
2020-05-28 21:08:22 +00:00
Andreas Brandl
b9af5066ea
Refactor and remove #prepare_relation method
...
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65054
2019-07-29 12:47:06 +02:00
Kamil Trzciński
650f40865e
Forbid the use of #reload
and prefer #reset
...
The `#reload` makes to load all objects into memory,
and the main purpose of `#reload` is to drop the association cache.
The `#reset` seems to solve exactly that case.
2019-04-15 13:05:14 +02:00
George Tsiolis
733ae94921
Fix typos in comments and specs
2018-11-01 08:59:20 +02:00
Yorick Peterse
2039c8280d
Disable existing offenses for the CodeReuse cops
...
This whitelists all existing offenses for the various CodeReuse cops, of
which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11 17:32:00 +02:00
Yorick Peterse
9606dbbb03
Whitelist existing destroy_all offenses
...
This whitelists all existing places where we use "destroy_all".
2018-08-16 17:29:37 +02:00
gfyoung
fbde835404
Enable more frozen string in app/services/**/*.rb
...
Partially addresses #47424 .
2018-07-17 15:19:40 -07:00
Francisco Javier López
f20912df03
Extend API for importing a project export with overwrite support
2018-04-06 15:23:49 +00:00