- 11 Dec, 2018 8 commits
-
-
GitLab Bot authored
-
🤖 GitLab Bot 🤖 authored
CE upstream - 2018-12-11 08:21 UTC See merge request gitlab-org/gitlab-ee!8782
-
Douwe Maan authored
Fix some N+1 queries related to Admin Dashboard, User Dashboards and Activity Stream Closes #55106 See merge request gitlab-org/gitlab-ce!23034
-
Grzegorz Bizon authored
Revert "Merge branch '28682-can-merge-branch-before-build-is-started' into 'master'" See merge request gitlab-org/gitlab-ce!23715
-
GitLab Bot authored
-
Phil Hughes authored
Fix MR discussion counts being off Closes #55138 See merge request gitlab-org/gitlab-ce!23710
-
Stan Hu authored
This reverts commit 793be43b, reversing changes made to 8d0b4872. For projects not using any CI, enabling merge only when pipeline succeeds caused merge requests to be in unmergeable state, which caused significant confusion. See https://gitlab.com/gitlab-org/gitlab-ce/issues/55144 for more details.
-
🤖 GitLab Bot 🤖 authored
CE upstream - 2018-12-10 23:21 UTC See merge request gitlab-org/gitlab-ee!8780
-
- 10 Dec, 2018 32 commits
-
-
GitLab Bot authored
-
🤖 GitLab Bot 🤖 authored
CE upstream - 2018-12-10 22:21 UTC Closes gitlab-ce#55034 See merge request gitlab-org/gitlab-ee!8778
-
Robert Speicher authored
Update the .gitignore See merge request gitlab-org/gitlab-ce!23706
-
Paul Slaughter authored
**What was the issue?** Notes can be unresolved, but not resolvable. Without this, the unresolvedDiscussionsCount was inflated. **References** https://gitlab.com/gitlab-org/gitlab-ce/issues/55138
-
Robert Speicher authored
Update License info for 11.6 feature freeze See merge request gitlab-org/gitlab-ce!23707
-
Mark Lapierre authored
[QA] Extend create_merge_request_spec to set assignee to MR See merge request gitlab-org/gitlab-ce!23488
-
GitLab Bot authored
-
Robert Speicher authored
Upgrade to workhorse 7.6.0: See merge request gitlab-org/gitlab-ce!23694
-
Andrew Newdigate authored
-
Robert Speicher authored
Avoid caching BroadcastMessage as an ActiveRecord object Closes #55034 See merge request gitlab-org/gitlab-ce!23662
-
Alex Hanselka authored
-
🤖 GitLab Bot 🤖 authored
CE upstream - 2018-12-10 20:21 UTC Closes gitlab-org/release/framework#21 See merge request gitlab-org/gitlab-ee!8777
-
Alex Hanselka authored
-
Gabriel Mazetto authored
There is a combination of few strategies implemented here: 1. Few relations were eager loaded 2. Changed few polymorphic routes to specific ones so we don't have to use `#becomes(Namespace)` which doesn't preserve association cache
-
Robert Speicher authored
Improve feature proposal template for improved product thinking See merge request gitlab-org/gitlab-ee!8504
-
GitLab Bot authored
-
Stan Hu authored
Add Rails.version to the Geo cache keys See merge request gitlab-org/gitlab-ee!8775
-
Robert Speicher authored
Bump sentry-raven gem to 2.7.4 See merge request gitlab-org/gitlab-ce!23699
-
Robert Speicher authored
CE upstream - 2018-12-10 16:21 UTC Closes gitlab-ce#55079 and gitaly#1425 See merge request gitlab-org/gitlab-ee!8774
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Annabel Dunstone Gray authored
Fix profile_header bottom margin, #51807. Closes #51807 See merge request gitlab-org/gitlab-ce!23168
-
Annabel Dunstone Gray authored
Resolve "Main navbar is broken in certain viewport widths" Closes #49713 See merge request gitlab-org/gitlab-ce!23348
-
Douglas Barbosa Alexandre authored
-
Douwe Maan authored
Sends only one notification per batch review Closes #4326 See merge request gitlab-org/gitlab-ee!8442
-
Tiago Botelho authored
-
Rémy Coutable authored
Don't allow Danger to fail in CI any more Closes gitlab-org/release/framework#21 See merge request gitlab-org/gitlab-ce!23695
-
Douwe Maan authored
Fix a frozen string error in lib/gitlab/utils.rb Closes #55116 See merge request gitlab-org/gitlab-ce!23690
-
Stan Hu authored
Contains only minor fixes from 2.7.2: https://github.com/getsentry/raven-ruby/releases
-
Gabriel Mazetto authored
By defining the correct route helper path instead of relying on the polymorphic route, we don't invalidate the eager-loaded relations. This change removes remaining N+1 queries
-
Gabriel Mazetto authored
This removes remaining N+1 queries
-