- Jan 24, 2018
-
-
Ahmad Sherif authored
Closes gitaly#929
-
- Jan 22, 2018
-
-
Alejandro Rodríguez authored
-
Kim "BKC" Carlbäcker authored
-
- Jan 19, 2018
-
-
Kim "BKC" Carlbäcker authored
-
Kim "BKC" Carlbäcker authored
-
- Jan 18, 2018
-
-
Kim "BKC" Carlbäcker authored
-
-
- Jan 17, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jan 11, 2018
-
-
-
Ahmad Sherif authored
Closes gitaly#851
-
- Jan 10, 2018
-
-
Ahmad Sherif authored
Closes gitaly#863
-
Ahmad Sherif authored
Closes gitaly#866
-
- Jan 09, 2018
-
-
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
-
- Jan 04, 2018
-
-
Ahmad Sherif authored
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
- Dec 28, 2017
-
-
Alejandro Rodríguez authored
-
- Dec 27, 2017
-
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
Ahmad Sherif authored
-
- Dec 22, 2017
-
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Dec 20, 2017
-
-
Kim Carlbäcker authored
This reverts merge request !15712
-
- Dec 14, 2017
-
-
Nick Thomas authored
By importing this Ruby code into gitlab-rails (and gitaly-ruby), we avoid 200ms of startup time for each gitlab_projects subprocess we are eliminating. By not having a gitlab_projects subprocess between gitlab-rails / sidekiq and any git subprocesses (e.g. for fork_project, fetch_remote, etc, calls), we can also manage these git processes more cleanly, and avoid sending SIGKILL to them
-
- Dec 13, 2017
-
-
Ahmad Sherif authored
Closes gitaly#808
-
- Dec 12, 2017
-
-
Kim "BKC" Carlbäcker authored
-
- Dec 08, 2017
-
-
- Dec 07, 2017
-
-
Zeger-Jan van de Weg authored
-
- Dec 06, 2017
-
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
This also allows us to simplify the naming since we can make some fetching methods private.
-
- Dec 05, 2017
-
-
Ahmad Sherif authored
Closes gitaly#780
-
- Dec 04, 2017
-
-
Alejandro Rodríguez authored
-
Ahmad Sherif authored
Closes gitaly#737
-
Kim "BKC" Carlbäcker authored
-