- 10 Mar, 2017 7 commits
-
-
Douglas Barbosa Alexandre authored
-
Sean McGivern authored
Fix 500 when selecting a mirror user Closes gitlab-ce#29316 See merge request !1404
-
Achilleas Pipinellis authored
Add detailed explanation of merge options Closes #257 See merge request !1350
-
Sean McGivern authored
When selecting a mirror user, we do a permissions check, which means that `@users` is an array, not an ActiveRecord relation. We also can't use `Array#delete`, because it uses `Object#equal?`, while we need to be able to take advantage of ActiveRecord objects overriding `#eql?` and `#hash?` (as `Array#uniq` uses a hash internally).
-
Rémy Coutable authored
Add update doc for CE 9.0 to EE 9.0 See merge request !1394
-
Rémy Coutable authored
Update storage settings to allow extra values per shard See merge request !1362
-
DJ Mountney authored
-
- 09 Mar, 2017 4 commits
-
-
Douwe Maan authored
Add Upload count to usage data See merge request !1401
-
Robert Speicher authored
-
Rémy Coutable authored
CE upstream Closes gitaly#109 and gitlab-ce#28515 See merge request !1371
-
Rémy Coutable authored
# Conflicts: # doc/api/v3_to_v4.md
-
- 08 Mar, 2017 29 commits
-
-
DJ Mountney authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Port of 1381-present-commits-pagination-headers-correctly to EE See merge request !1357
-
Rémy Coutable authored
Resolve "Squash commits fails for branches named HEAD" Closes #1861 See merge request !1391
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Annabel Dunstone Gray authored
Port of 26202 change dropdown style slightly to EE See merge request !1380
-
Sean McGivern authored
-
Sean McGivern authored
This would print an ambiguous refs warning, so silence that with --quiet. HEAD in this context will refer to the 'current commit', not the ref with that name.
-
Douwe Maan authored
Porting IssueBoardSorting feature from CE See merge request !1388
-
Alfredo Sumaran authored
Code improvements See merge request !1385
-
Sean McGivern authored
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
-
Robert Speicher authored
Allow all parameters of group webhooks to be set through the UI Closes #1853 See merge request !1376
-
Valery Sizov authored
-
Valery Sizov authored
-
dimitrieh authored
-
Sean McGivern authored
This would fail after an AR connection was established by 8_metrics.rb (to load the application settings), because it would try to render a route. For now, just ignore the problem by not creating a link - the link is less useful in console output anyway.
-
Douglas Barbosa Alexandre authored
-
Rémy Coutable authored
Speed up MergeRequest::RefreshService spec by combining examples See merge request !1386
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
This reverts commit 685b0056.
-
Valery Sizov authored
-
Valery Sizov authored
-
Alfredo Sumaran authored
Fix edit last visual token See merge request !1383
-
Nick Thomas authored
-
Alfredo Sumaran authored
Fix filtered search visual token editing dropdown See merge request !1384
-
Stan Hu authored
-