- 10 Apr, 2018 6 commits
-
-
Jan Provaznik authored
-
Rémy Coutable authored
Port Ruby 2.3.7 changes to EE See merge request gitlab-org/gitlab-ee!5304
-
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
-
Stan Hu authored
Ruby 2.3.7 fails when attempting to set `auth_data`. Previous versions would not complain.
-
Stan Hu authored
CE upstream - 2018-04-09 12:27 UTC See merge request gitlab-org/gitlab-ee!5299
-
- 09 Apr, 2018 34 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>
-
Stan Hu authored
-
Michael Kozono authored
-
Mayra Cabrera authored
[ci skip]
-
Mayra Cabrera authored
[ci skip]
-
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
-
Yorick Peterse authored
Use Goldiloader for handling N+1 queries See merge request gitlab-org/gitlab-ee!5297
-
Phil Hughes authored
Resolve "Cannot read property 'commit_path' of null" See merge request gitlab-org/gitlab-ee!5277
-
Filipa Lacerda authored
-
Victor Wu authored
Jira dev panel docs minor numbered list adjustment See merge request gitlab-org/gitlab-ee!5283
-
Stan Hu authored
-
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.
-
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
-
Yorick Peterse authored
Resolve "Group owner cannot enable/disable specific-runners which was registered in a project under a subgroup" Closes #41981 See merge request gitlab-org/gitlab-ce!18009
-
Filipa Lacerda authored
Move BoardBlankState vue component See merge request gitlab-org/gitlab-ce!17666
-
Filipa Lacerda authored
Move BoardBlankState vue component See merge request gitlab-org/gitlab-ee!5208
-
Filipa Lacerda authored
-
Sean McGivern authored
Make email handler clearer Closes #37403 See merge request gitlab-org/gitlab-ce!17501
-
Riccardo Padovani authored
-
Grzegorz Bizon authored
Move FindLicense RPC to OPT OUT status See merge request gitlab-org/gitlab-ce!18228
-
GitLab Bot authored
# Conflicts: # app/assets/javascripts/boards/index.js [ci skip]
-
Rémy Coutable authored
[Rails5] Add `rails-controller-testing` gem See merge request gitlab-org/gitlab-ce!18242
-
Grzegorz Bizon authored
Fix undefined method `one?` when pushing to an existing merge request Closes #45152 See merge request gitlab-org/gitlab-ce!18243
-
blackst0ne authored
-
Phil Hughes authored
Remove modal store and mixins from global scope See merge request gitlab-org/gitlab-ee!5273
-
Phil Hughes authored
Remove modal boards code from global namepsace See merge request gitlab-org/gitlab-ce!18222
-
Sean McGivern authored
[Rails5] Add FALSE_VALUES constant to Service#boolean_accessor See merge request gitlab-org/gitlab-ce!18240
-
Phil Hughes authored
Resolve "Template selectors menu title mistakenly shown after toggling previewed changes" Closes #32617 See merge request gitlab-org/gitlab-ce!18118
-
Douwe Maan authored
Handle legacy repository archive requests with no ref given Closes #45154 See merge request gitlab-org/gitlab-ce!18246
-