- 30 Mar, 2017 14 commits
-
-
Robert Speicher authored
Merge branch '1811-very-poor-performance-creating-merge-request-regression-in-9-0-often-hits-60-seconds-timeout-on-small-requests' into 'master' Resolve "Very poor performance creating merge request, regression in 9.0 - often hits 60 seconds timeout on small requests" Closes #1811 See merge request !1522
-
Rémy Coutable authored
Use `:empty_project` in worker, view, task, serializer, policy, migration, and mailer specs See merge request !1524
-
Sean McGivern authored
CE -> EE port: cleanup application settings spec ee See merge request !1498
-
Achilleas Pipinellis authored
Update database source documentation for 9.6 compatibility Closes #1746 See merge request !1543
-
Sean McGivern authored
A new MR won't have an author necessarily, so use the current user in that case.
-
Sean McGivern authored
Instead of performing `git log` for each file that's changed, do it for all files at once. This stops git having to load large packfiles once for each file in an MR. This is always a suggestion, so the change in behaviour should be fine. Increase the number of commits counted by squaring it, to allow for the fewer calls to `git log`.
-
Sean McGivern authored
This is analogous to `git log -- foo bar baz`, but not the same as `Gitlab::Git::Repository#log(path: 'foo bar baz')`, which would run `git log -- 'foo bar baz'`.
-
Gabriel Mazetto authored
-
Sean McGivern authored
adds timeout option to push mirrors Closes #1907 See merge request !1439
-
Sean McGivern authored
CE -> EE port: System notes meta data See merge request !1526
-
Toon Claes authored
Ensure empty string & non-numeric values also result in an error.
-
Toon Claes authored
The ApplicationSetting#restricted_visibility_levels= now takes care of converting string formatted levels to integers.
-
Toon Claes authored
EE already includes specs for the ApplicationSettingsController, so ensure future changes will be easier to merge to EE.
-
DJ Mountney authored
-
- 29 Mar, 2017 20 commits
-
-
Jacob Schatz authored
Port of '23674-simplify-milestone-summary' to EE See merge request !1511
-
Mike Greiling authored
-
Annabel Dunstone Gray authored
Fix custom protected branch pattern jumping scroll position to top -- EE merge edition Closes gitlab-ce#30149 See merge request !1523
-
DJ Mountney authored
[ci skip]
-
DJ Mountney authored
[ci skip]
-
Annabel Dunstone Gray authored
Port of scrollable-secondary-tabs to EE See merge request !1534
-
Tiago Botelho authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Jarka Kadlecova authored
-
Phil Hughes authored
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
-
Stan Hu authored
As per GitLab 9.0 LFS is supported in GEO See merge request !1530
-
Lee Matos authored
-
- 28 Mar, 2017 6 commits
-
-
Grzegorz Bizon authored
Include JavaScript test coverage in coverage badge See merge request !1501
-
Rémy Coutable authored
Port of "API: Make the /notes endpoint work with noteable iid instead of id" to EE Closes #1875 See merge request !1518
-
winniehell authored
-
Rémy Coutable authored
Merge branch '1961-number-of-required-approvals-must-not-be-reset-when-changing-assignee' into 'master' Resolve "Number of required approvals MUST NOT be reset when changing assignee" Closes #1961 See merge request !1515
-
Rémy Coutable authored
CE Upstream - Monday Closes gitlab-ce#29897 See merge request !1517
-
Eric Eastwood authored
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/30149 Use more semantic `<button>` element and prevent the form from submitting. Conflicts: app/assets/javascripts/protected_branches/protected_branch_dropdown.js app/assets/stylesheets/framework/dropdowns.scss app/assets/stylesheets/pages/projects.scss
-