- 10 Apr, 2018 10 commits
-
-
Filipa Lacerda authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Filipa Lacerda authored
Fix conflicts for app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue
-
Stan Hu authored
-
Douwe Maan authored
Change all in-product trial references from Premium/EE to Ultimate See merge request gitlab-org/gitlab-ee!5258
-
Jeremy Watson authored
-
GitLab Bot authored
# Conflicts: # CHANGELOG.md # app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue # app/models/issue.rb # app/models/project.rb [ci skip]
-
Stan Hu authored
CE upstream - 2018-04-09 12:27 UTC See merge request gitlab-org/gitlab-ee!5299
-
Robert Speicher authored
Migrate features/project/project.feature to RSpec and reorganize several Project feature specs See merge request gitlab-org/gitlab-ce!18223
-
- 09 Apr, 2018 30 commits
-
-
Robert Speicher authored
[EE] Migrate features/project/project.feature to RSpec and reorganize several Project feature specs See merge request gitlab-org/gitlab-ee!5272
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Michael Kozono authored
-
Mayra Cabrera authored
[ci skip]
-
Mayra Cabrera authored
[ci skip]
-
Mayra Cabrera authored
[ci skip]
-
Robert Speicher authored
Expose the target commit ID through the tag API See merge request gitlab-org/gitlab-ce!18248
-
Yorick Peterse authored
Use Goldiloader for handling N+1 queries See merge request gitlab-org/gitlab-ce!18217
-
Yorick Peterse authored
Use Goldiloader for handling N+1 queries See merge request gitlab-org/gitlab-ee!5297
-
Rémy Coutable authored
Bump Ruby to 2.3.7 and git to 2.17.0 in CI image See merge request gitlab-org/gitlab-ce!18244
-
Phil Hughes authored
Resolve "Cannot read property 'commit_path' of null" See merge request gitlab-org/gitlab-ee!5277
-
Filipa Lacerda authored
-
Phil Hughes authored
Resolve "Cannot read property 'commit_path' of null" Closes #44296 See merge request gitlab-org/gitlab-ce!18231
-
Victor Wu authored
Jira dev panel docs minor numbered list adjustment See merge request gitlab-org/gitlab-ee!5283
-
Douwe Maan authored
Use gitlab-shell 7.1.2 See merge request gitlab-org/gitlab-ce!18258
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
Jacob Vosmaer authored
-
Stan Hu authored
-
Tim Zallmann authored
Update GitLab SVGs version See merge request gitlab-org/gitlab-ce!18250
-
GitLab Bot authored
# Conflicts: # app/assets/javascripts/boards/components/board.js [ci skip]
-
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.
-
Yorick Peterse authored
Goldiloader (https://github.com/salsify/goldiloader) can eager load associations automatically. This removes the need for adding "includes" calls in a variety of different places. This also comes with the added benefit of not having to eager load data if it's not used.
-
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.
-
Dmitriy Zaporozhets authored
CE upstream - 2018-04-09 09:27 UTC See merge request gitlab-org/gitlab-ee!5293
-
Sean McGivern authored
[Rails5] Fix `can't modify frozen Array` errors See merge request gitlab-org/gitlab-ce!18239
-