- 09 Apr, 2018 32 commits
-
-
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>
-
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
-
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" Closes #44296 See merge request gitlab-org/gitlab-ce!18231
-
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
-
Tim Zallmann authored
Update GitLab SVGs version See merge request gitlab-org/gitlab-ce!18250
-
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.
-
Sean McGivern authored
[Rails5] Fix `can't modify frozen Array` errors See merge request gitlab-org/gitlab-ce!18239
-
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.
-
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
-
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
-
Phil Hughes authored
-
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 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
-
Dylan Griffith authored
-
Dylan Griffith authored
Use project_authorizations instead of members to calculate manageable CI projects to speed up query (#41981)
-
Dylan Griffith authored
-
- 08 Apr, 2018 8 commits
-
-
Andrew Beresford authored
This is useful for annotated tags, where the deferenced target is not the same as the tag object. At the moment there is no way to differentiate the two through the tag API. This change adds a "target" property and leaves the existing "commit" property alone so that existing behaviour is not altered.
-
Stan Hu authored
The legacy endpoint requires no reference and defaults to the root ref. Closes #45154
-
Douwe Maan authored
Add user documentation for badges Closes #41174 and #41176 See merge request gitlab-org/gitlab-ce!18200
-
Winnie Hellmann authored
-
Douwe Maan authored
Projects and groups badges settings UI Closes #41174 and #41176 See merge request gitlab-org/gitlab-ce!17114
-
Francisco Javier López authored
-
Fabian Schneider authored
-
Stan Hu authored
An untested code path was triggering an Exception because Fixnum doesn't have `one?` implemented in Rails, while arrays and collections do. Closes #45152
-