- 11 Jul, 2017 30 commits
-
-
Kamil Trzciński authored
Do not show pipeline schedule button for non-member Closes #34907 See merge request !12757
-
Filipa Lacerda authored
Fixed badge alignment in new project sidebar in FireFox See merge request !12777
-
Achilleas Pipinellis authored
Update 9.4 update instructions to include changes made to 9.3 instructions See merge request !12781
-
Rémy Coutable authored
Don't reload ActiveRecord objects when building note URLs Closes #34882 See merge request !12780
-
Achilleas Pipinellis authored
Update source installation instructions for 9.4 See merge request !12779
-
Rémy Coutable authored
Update CI templates for 9.4 See merge request !12784
-
Phil Hughes authored
Fix welcome page action items alignment Closes #34933 See merge request !12778
-
Kushal Pandya authored
-
James Edwards-Jones authored
-
Sean McGivern authored
When we build a note URL, and we have the note loaded already, there are two cases: 1. The `noteable` is already loaded. In that case, this is faster as it doesn't build a new AR object from the query. 2. The `noteable` is not already loaded. In that case, this change is no worse than the previous code.
-
Sean McGivern authored
Revert "Merge branch '34902-bump-knapsack-to-1-14-0' into 'master'" Closes #34942 See merge request !12783
-
Yorick Peterse authored
Disabled prepared statements in test See merge request !12773
-
Rémy Coutable authored
This reverts merge request !12753
-
Grzegorz Bizon authored
Reduce parallelization of Spinach jobs and increase the RSpec ones Closes #34911 See merge request !12760
-
James Edwards-Jones authored
-
James Edwards-Jones authored
-
Rémy Coutable authored
Don't attempt to warm the Capybara cache outside of CI See merge request !12761
-
Sean McGivern authored
Remove the need to use health check token by adding ability to whitelist hosts Closes #33949 See merge request !12612
-
Filipa Lacerda authored
Increase z index of mini pipeline dropdown Closes #34909 See merge request !12767
-
Sean McGivern authored
Paginate the merge requests API earlier to avoid eager loading every merge request See merge request !12764
-
Rémy Coutable authored
Fix spec/helpers/award_emoji_helper_spec.rb by using `iid` instead of `id` Closes gitlab-ee#2890 See merge request !12770
-
Rémy Coutable authored
Bump knapsack to 1.14.0 Closes #34902 See merge request !12753
-
Phil Hughes authored
-
Stan Hu authored
Repair Regression caused by - !11573 See merge request !12775
-
Paul Charlton authored
some changes introduced by 4daa6da5, 26b6e299, 17898ce0 were regressed during today's merge conflict resolution of !11573. This commit serves to reapply those changes. /cc: @rspeicher @stanhu @mikegreiling
-
Stan Hu authored
Some tests may test migrations and change the types of columns. If this happens, Rails may cache a statement that will cause PostgreSQL to fail with the message, "cached plan must not change result type": https://github.com/rails/rails/issues/12330 This happened in https://gitlab.com/gitlab-org/gitlab-ee/issues/2890#note_34636077.
-
Robert Speicher authored
Support multiple Redis instances based on queue type See merge request !11573
-
Paul Charlton authored
-
Takuya Noguchi authored
-
Stan Hu authored
Closes gitlab-org/gitlab-ee#2890
-
- 10 Jul, 2017 10 commits
-
-
Annabel Dunstone Gray authored
-
Stan Hu authored
Catch redis address error Closes omnibus-gitlab#2545 See merge request !12542
-
Stan Hu authored
-
DJ Mountney authored
# Conflicts: # lib/gitlab/current_settings.rb
-
Mike Greiling authored
Fix milestones destroy service See merge request !12762
-
Stan Hu authored
doc:installation add note about disable-gems for gitlab-shell See merge request !12765
-
Takuya Noguchi authored
-
Jason Plum authored
See https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1707#note_34351820 Adding notation about speeding up `gitlab-shell` by disabling RubyGems
-
Stan Hu authored
Fixes a performance regression introduced in !12732
-
Felipe Artur authored
-