- 02 Jun, 2018 1 commit
-
-
Dennis Tang authored
-
- 31 May, 2018 39 commits
-
-
Dennis Tang authored
# Conflicts: # app/views/projects/_merge_request_merge_method_settings.html.haml
-
Annabel Gray authored
Remove form-horizontal class where applicable Closes #46744 See merge request gitlab-org/gitlab-ce!19262
-
Annabel Gray authored
Fix checkbox/radio button structure Closes #46766 and #46719 See merge request gitlab-org/gitlab-ce!19254
-
Clement Ho authored
-
Jose authored
-
Annabel Gray authored
Fix snippets embed form Closes #46948 See merge request gitlab-org/gitlab-ce!19219
-
Clement Ho authored
-
Rémy Coutable authored
Make ActiveRecordSubscriber rails 5 compatible Closes #44702 See merge request gitlab-org/gitlab-ce!19276
-
Douwe Maan authored
Add merge requests list endpoint for groups Closes #45082 See merge request gitlab-org/gitlab-ce!18915
-
Felipe Artur authored
-
Grzegorz Bizon authored
Fixes redudant script failure message Closes #46552 and #44271 See merge request gitlab-org/gitlab-ce!19138
-
Grzegorz Bizon authored
Take two for MR metrics population background migration See merge request gitlab-org/gitlab-ce!19097
-
Mike Greiling authored
Add yarn clean step, to delete production compiled assets See merge request gitlab-org/gitlab-ce!19212
-
Dennis Tang authored
-
Clement Ho authored
Fix active tab styling Closes #46799 See merge request gitlab-org/gitlab-ce!19264
-
Annabel Gray authored
-
Clement Ho authored
Add link to hack for styling Capybara HTML dumps See merge request gitlab-org/gitlab-ce!19205
-
Winnie Hellmann authored
-
Douwe Maan authored
Export assigned issues in iCalendar feed Closes #44184 See merge request gitlab-org/gitlab-ce!17783
-
Imre Farkas authored
-
Jarka Kadlecová authored
-
Jasper Maes authored
-
Jacob Vosmaer authored
-
Jan Provaznik authored
the current syntax doesn't work properly in Rails 5, the resulting query looks like: HAVING "events"."project_id" IN (0) instead of: HAVING "events"."project_id" IN (SELECT "projects"."id" FROM... Also we should not use ActiveRecord internal methods. In this case we can filter projects in WHERE clause instead of doing this in HAVING clause. Usage of WHERE should be also more efficient because grouping is then done on much smaller subset of records.
-
Jan Provaznik authored
`.exists` should not be used because it's an internal ActiveRecord method, but we can easily generate the same sql query with `EXISTS`.
-
Jacob Vosmaer authored
-
Kim "BKC" Carlbäcker authored
-
Sam Beckham authored
-
Lukas Eipert authored
-
Oswaldo Ferreira authored
-
Brett Walker authored
-
Jan Provaznik authored
Use cattr_accessor directly inside the defined class, otherwise in Rails 5 this accessor returns nil.
-
Francisco Javier López authored
-
Filipa Lacerda authored
-
Douwe Maan authored
-
Nick Thomas authored
Eliminate cached N+1 queries for projects in Issue API See merge request gitlab-org/gitlab-ce!19269
-
Dennis Tang authored
-
Dennis Tang authored
-
Dennis Tang authored
-