- Jul 30, 2018
-
-
Douglas Barbosa Alexandre authored
We should sort by title because name is only an alias for the title attribute on the milestone model.
-
- Jul 26, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- Jul 06, 2018
-
-
blackst0ne authored
-
- May 11, 2018
-
-
Shinya Maeda authored
-
- May 08, 2018
-
-
Shinya Maeda authored
-
- Apr 20, 2018
-
-
Andreas Brandl authored
-
- Apr 18, 2018
-
-
Yorick Peterse authored
This reverts the addition of the "goldiloader" Gem and all use of it. While this Gem is very promising it's causing a variety of problems on GitLab.com due to it eager-loading too much data in places where we don't expect/can handle this. At least for the time being this means we have to go back to manually fixing N+1 query problems, but at least those should not cause a negative impact on availability.
-
- Apr 09, 2018
-
-
Sean McGivern authored
Goldiloader is great, but has several issues with has_many :through relations: * https://github.com/salsify/goldiloader/issues/12 * https://github.com/salsify/goldiloader/issues/14 * https://github.com/salsify/goldiloader/issues/18 Rather than try to figure out which applies in each case, we should just do the drudge work of manually disabling autoloading for all relations of this type. We can always use regular preloading for specific cases, but this way we avoid generating invalid queries through Goldiloader's magic.
-
- Apr 05, 2018
-
-
Felipe Artur authored
-
- Apr 04, 2018
-
-
blackst0ne authored
-
- Mar 16, 2018
-
-
Andreas Brandl authored
-
- Dec 05, 2017
-
-
Felipe Artur authored
-
- Nov 27, 2017
-
-
Douwe Maan authored
-
- Nov 24, 2017
-
-
Douwe Maan authored
-
- Nov 23, 2017
-
-
Jarka Kadlecova authored
-
- Nov 18, 2017
-
-
Xurxo Méndez Pérez authored
-
- Nov 13, 2017
-
-
- Nov 11, 2017
-
-
George Andrinopoulos authored
-
George Andrinopoulos authored
-
George Andrinopoulos authored
-
- Sep 20, 2017
-
-
Grzegorz Bizon authored
-
- Aug 29, 2017
-
-
Maxim Rydkin authored
-
Maxim Rydkin authored
-
- Aug 07, 2017
-
-
Sean McGivern authored
Group milestones can only be referred to by name, not IID. They also do not support cross-project references.
-
- Jul 07, 2017
-
-
Felipe Artur authored
-
- Jul 06, 2017
-
-
Yorick Peterse authored
This is allowed for existing instances so we don't end up 76 offenses right away, but for new code one should _only_ use this if they _have_ to remove non database data. Even then it's usually better to do this in a service class as this gives you more control over how to remove the data (e.g. in bulk).
-
- Jun 21, 2017
-
-
Grzegorz Bizon authored
-
- Jun 16, 2017
-
-
Felipe Artur authored
-
Felipe Artur authored
-
Felipe Artur authored
-
- May 29, 2017
-
-
Valery Sizov authored
-
- May 04, 2017
-
-
Valery Sizov authored
-
- Apr 07, 2017
-
-
Jacopo authored
Removed `Milestone#is_empty?` because is not used anymore in the codebase
-
- Apr 02, 2017
-
-
mhasbini authored
-
- Mar 24, 2017
-
-
George Andrinopoulos authored
-
- Mar 15, 2017
-
-
Sean McGivern authored
-
- Feb 23, 2017
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-