- 30 May, 2018 5 commits
-
-
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.
-
Annabel Gray authored
Convert remaining pull-* to float-* Closes #46934 See merge request gitlab-org/gitlab-ce!19225
-
Annabel Gray authored
Fix snippet row Closes #46820 See merge request gitlab-org/gitlab-ce!19218
-
Clement Ho authored
Resolve ""well-list" is removed from Bootstrap 4" Closes #46877 See merge request gitlab-org/gitlab-ce!19207
-
Annabel Gray authored
Fix email verification badge Closes #46818 See merge request gitlab-org/gitlab-ce!19217
-
- 29 May, 2018 35 commits
-
-
Clement Ho authored
-
Robert Speicher authored
Bump rugged to 0.27.1 for security fixes See merge request gitlab-org/gitlab-ce!19222
-
Robert Speicher authored
Upgrade cache key to be clear that Debian Stretch is being used See merge request gitlab-org/gitlab-ce!19214
-
Stan Hu authored
-
Annabel Gray authored
Fix web IDE new entry modal form alignment Closes #46933 See merge request gitlab-org/gitlab-ce!19210
-
Annabel Dunstone Gray authored
-
Clement Ho authored
-
Clement Ho authored
-
Robert Speicher authored
[CE] Resolve "Extract EE specific files/lines for some controller specs" Closes #6045 See merge request gitlab-org/gitlab-ce!19089
-
Mayra Cabrera authored
-
Mayra Cabrera authored
[master] Arbitrary assignment of Project fields using "Import project" from a Gitlab tar.gz Closes #2678 See merge request gitlab/gitlabhq!2378
-
Mayra Cabrera authored
[master] Fix API to remove deploy key from project instead of deleting it entirely See merge request gitlab/gitlabhq!2379
-
Mayra Cabrera authored
Merge branch 'security-users-can-update-their-password-without-entering-current-password' into 'master' [Master] No longer allow password change without previous password being provided See merge request gitlab/gitlabhq!2383
-
Annabel Gray authored
Replace help-block with form-text.text-muted Closes #46745 See merge request gitlab-org/gitlab-ce!19206
-
Annabel Gray authored
Auto wrap job logs Closes #46705 See merge request gitlab-org/gitlab-ce!19209
-
Robert Speicher authored
Fix project destruction failing due to idle in transaction timeouts Closes #44610 See merge request gitlab-org/gitlab-ce!18609
-
Achilleas Pipinellis authored
Add documentation about variables usage in GitLab CI Closes #38325 See merge request gitlab-org/gitlab-ce!19075
-
Tomasz Maczukin authored
-
Stan Hu authored
This fixes build errors caused by a stale cache since the new Docker image upgraded from Debian Jessie to Stretch, which shipped an updated version of OpenSSL.
-
Clement Ho authored
-
Yorick Peterse authored
Throttle updates to Project#last_repository_updated_at. Closes #35364 See merge request gitlab-org/gitlab-ce!19183
-
Clement Ho authored
-
Douwe Maan authored
Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set when retrieved from cache Closes #46758 See merge request gitlab-org/gitlab-ce!19144
-
Clement Ho authored
Resolve "Visibility section alignment is broken" Closes #46885 See merge request gitlab-org/gitlab-ce!19204
-
Annabel Gray authored
Add bootstrap fixes that were in EE but were mismatching in CE See merge request gitlab-org/gitlab-ce!19155
-
Clement Ho authored
-
Annabel Dunstone Gray authored
-
Robert Speicher authored
Update rdoc to 6.0.4 Closes #46849 See merge request gitlab-org/gitlab-ce!19167
-
Clement Ho authored
-
Clement Ho authored
Fix branches panel at smaller screen sizes See merge request gitlab-org/gitlab-ce!19157
-
Clement Ho authored
Resolve "Merge request spinner spins forever after loading the diff" Closes #46852 See merge request gitlab-org/gitlab-ce!19188
-
Lukas Eipert authored
-
Annabel Dunstone Gray authored
-
Achilleas Pipinellis authored
ensure UIDs and GIDs match for HA setup Closes omnibus-gitlab#2138 See merge request gitlab-org/gitlab-ce!19054
-
Ben Bodenmiller authored
-