- 18 Jul, 2017 3 commits
-
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
Andrew Newdigate authored
-
- 14 Jul, 2017 3 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 13 Jul, 2017 2 commits
-
-
Jacob Vosmaer authored
-
Bob Van Landuyt authored
Otherwise some features would go untested in non-specific contexts I did need to disable the `gitlab_git_diff_size_limit_increase`-feature in some specs since we depend on diffs being expandable while the file we are testing on is smaller than the increased limit.
-
- 12 Jul, 2017 2 commits
-
-
Jacob Vosmaer authored
-
blackst0ne authored
-
- 07 Jul, 2017 2 commits
-
-
Jacob Vosmaer authored
-
Ahmad Sherif authored
Closes gitaly#355
-
- 05 Jul, 2017 3 commits
-
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Jacob Vosmaer authored
-
- 04 Jul, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 30 Jun, 2017 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 29 Jun, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 28 Jun, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 27 Jun, 2017 3 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 22 Jun, 2017 1 commit
-
-
Ahmad Sherif authored
-
- 21 Jun, 2017 2 commits
-
-
Ahmad Sherif authored
-
Grzegorz Bizon authored
-
- 16 Jun, 2017 2 commits
-
-
David Turner authored
Submodules have a name in the configuration, but this name is simply the path at which the submodule was initially checked in (by default -- the name is totally arbitrary). If a submodule is moved, it retains its original name, but its path changes. Since we discover submodules inside trees, we have their path but not necessarily their name. Make the submodules() function return the submodule hash indexed by path rather than name, so that renamed submodules can be looked up. Signed-off-by: David Turner <novalis@novalis.org>
-
Sean McGivern authored
This adds an ID-less table containing one row per file, per merge request diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised currently, with the advantage that we can easily query the attributes of this new table. It does not migrate existing data, so we have fallback code when the legacy st_diffs column is present instead. For a merge request diff to be valid, it should have at most one of: * Rows in this new table, with the correct merge_request_diff_id. * A non-NULL st_diffs column. It may have neither, if the diff is empty.
-
- 14 Jun, 2017 1 commit
-
-
Robert Speicher authored
-
- 08 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 06 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 02 Jun, 2017 2 commits
-
-
Sean McGivern authored
This is controlled with the feature flag gitlab_git_diff_size_limit_increase. Both of these limits were basically picked arbitrarily in the first place; disabling the feature flag reverts to the old limits.
-
Ahmad Sherif authored
-
- 01 Jun, 2017 1 commit
-
-
Bob Van Landuyt authored
-
- 31 May, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 30 May, 2017 2 commits
-
-
Douwe Maan authored
-
Bob Van Landuyt authored
-
- 29 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 23 May, 2017 1 commit
-
-
Jacob Vosmaer authored
-