- Jan 24, 2018
-
-
Ahmad Sherif authored
Closes gitaly#921
-
Ahmad Sherif authored
Closes gitaly#929
-
- Jan 22, 2018
-
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
Kim "BKC" Carlbäcker authored
-
- Jan 21, 2018
-
-
Stan Hu authored
Closes #42249
-
- Jan 19, 2018
-
-
Kim "BKC" Carlbäcker authored
-
Kim "BKC" Carlbäcker authored
-
- Jan 18, 2018
-
-
Kim "BKC" Carlbäcker authored
-
Jacob Vosmaer (GitLab) authored
-
-
- Jan 17, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jan 16, 2018
-
-
Serdar Dogruyol authored
-
James Edwards-Jones authored
-
- Jan 15, 2018
-
-
Ahmad Sherif authored
Closes gitaly#915
-
Ahmad Sherif authored
Closes gitaly#907
-
- Jan 11, 2018
-
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Closes gitaly#851
-
- Jan 10, 2018
-
-
Ahmad Sherif authored
Closes gitaly#863
-
Ahmad Sherif authored
Closes gitaly#866
-
- Jan 09, 2018
-
-
Zeger-Jan van de Weg authored
Migration is done through a small refactoring, which makes us call endpoins which are performing the same actions for namespaces. Tests are added to ensure only the project is removed that should be removed. Closes gitlab-org/gitaly#873
-
Kim "BKC" Carlbäcker authored
-
- Jan 07, 2018
-
-
Stan Hu authored
Due to the refactoring in !16082, `Blob#batch` no longer falls back to a default `blob_size_limit`. Since `Repository#batch_blobs` was using a default `nil` value, this would cause issues in the `Blob#find_by_rugged` method. This fix here is to be consistent and use a non-nil default value in `Repository#batch_blobs`. The problem was masked in development and tests because Gitaly is always enabled by default for all features. Closes #41735
-
- Jan 05, 2018
-
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
Lin Jen-Shin (godfat) authored
-
Zeger-Jan van de Weg authored
-
Jan Provaznik authored
When a project uses fast-forward merging strategy user has to rebase MRs to target branch before it can be merged. Now user can do rebase in UI by clicking 'Rebase' button instead of doing rebase locally. This feature was already present in EE, this is only backport of the feature to CE. Couple of changes: * removed rebase license check * renamed migration (changed timestamp) Closes #40301
-
- Jan 04, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
Ahmad Sherif authored
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
- Jan 03, 2018
-
-
Stan Hu authored
The previous implementation iterated across the entire patch set to determine the number of lines added, deleted, and changed. Rugged has a native method `Rugged::Diff#stat` that does this already, which appears to be a little faster and require less RAM than doing this ourselves. Improves performance in #41524
-
- Jan 02, 2018
-
-
Alejandro Rodríguez authored
- Add a Gitlab::Git::Conflict::Resolution class to encapsulate resolution data - Simplify conflict file collection assembly
-
Ahmad Sherif authored
Closes gitaly#825
-
Zeger-Jan van de Weg authored
Given the priorities shifted for the Gitaly team, this endpoint does not get a dedicated endpoint yet. To make it work in a cloud native environment the request needs to go to Gitaly, not rugged. This is achieved by rerouting to the generic TreeEntry endpoint.
-
- Dec 28, 2017
-
-
Alejandro Rodríguez authored
-
- Dec 27, 2017
-
-
Alejandro Rodríguez authored
-