- 31 May, 2018 23 commits
-
-
Dennis Tang 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
-
Dennis Tang authored
-
Dennis Tang authored
-
Dennis Tang authored
-
Dennis Tang authored
-
Dennis Tang authored
# Conflicts: # app/controllers/projects/clusters/gcp_controller.rb # app/views/projects/clusters/gcp/_form.html.haml # app/views/projects/clusters/gcp/login.html.haml
-
Achilleas Pipinellis authored
Improve structure of snippets documentation See merge request gitlab-org/gitlab-ce!19234
-
Andreas Kämmerle authored
-
Achilleas Pipinellis authored
Add Wiki and Snippets to project feature overview See merge request gitlab-org/gitlab-ce!19235
-
- 30 May, 2018 17 commits
-
-
Mayra Cabrera authored
[ci skip]
-
Clement Ho authored
Update "col-xs" usage to bootstrap4 Closes #47002 See merge request gitlab-org/gitlab-ce!19256
-
Paul Slaughter authored
-
Robert Speicher authored
Make Repository#blob_data_at a public method See merge request gitlab-org/gitlab-ce!19259
-
Robert Speicher authored
Add missing usage_ping_enabled to API settings See merge request gitlab-org/gitlab-ce!19263
-
Filipa Lacerda authored
Fix after sign-in with Google button Closes #45551 See merge request gitlab-org/gitlab-ce!19249
-
Stan Hu authored
Identified while resolving conflicts in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5906
-
Mike Greiling authored
Upgrade eslint 3 -> 4 Closes #40476 See merge request gitlab-org/gitlab-ce!19182
-
Clement Ho authored
Line profiling modal width Closes #46999 See merge request gitlab-org/gitlab-ce!19253
-
Stan Hu authored
This reduces conflicts with EE, where it is public because it is called in ee/lib/gitlab/ci/external/file/local.rb.
-
Takuya Noguchi authored
-
Clement Ho authored
Resolve "BS4: Import project page is missing margins and wells" Closes #46879 See merge request gitlab-org/gitlab-ce!19215
-
Robert Speicher authored
Remove version lock on awesome_print dependency See merge request gitlab-org/gitlab-ce!19232
-
Robert Speicher authored
Only preload member records for the relevant projects/groups/user in projects API See merge request gitlab-org/gitlab-ce!18945
-
Sean McGivern authored
Replace grape-route-helpers with our own grape-path-helpers Closes #45718 See merge request gitlab-org/gitlab-ce!19240
-
Douwe Maan authored
-
Douwe Maan authored
Simplify spec: `2.times.each` -> `2.times` See merge request gitlab-org/gitlab-ce!19242
-