- Jul 31, 2018
-
-
Alejandro Rodríguez authored
-
- Jul 24, 2018
-
-
Stan Hu authored
Without this parameter, every load of a Wiki page will load all the Wiki pages in the repository for the sidebar. This is a significant performance penalty that can significant slow the display of all Wiki pages. Relates to #40101
-
- Jul 19, 2018
-
-
Alejandro Rodríguez authored
-
- Jul 18, 2018
-
-
Alejandro Rodríguez authored
-
Zeger-Jan van de Weg authored
After trying to remove the whole method in 8f69014af2902d8d53fe931268bec60f6858f160, this is a more gentle approach to the method. :) Prior to this change, new commit detection wasn't implemented in Gitaly, this was done through: https://gitlab.com/gitlab-org/gitaly/merge_requests/779 As the new implemented got moved around a bit, the whole RevList class got removed. Part of https://gitlab.com/gitlab-org/gitaly/issues/1233
-
Jacob Vosmaer (GitLab) authored
-
- Jul 16, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 12, 2018
-
-
Stan Hu authored
A process that spews a lot of output to stderr or stdout could stall out due to the pipe buffer being full. As described in https://bugs.ruby-lang.org/issues/9082, we can use the trick used in Ruby's capture3 function to read the pipes in separate threads. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/6895
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
- Jul 11, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 09, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
-
- Jul 06, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 03, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
-
- Jun 28, 2018
-
-
Zeger-Jan van de Weg authored
Prior to this change, most the commits counted were done through Gitaly. This removes the last point where this wasn't the case. This makes the `rugged_count_commits` method obsolete, with its tests. Closes https://gitlab.com/gitlab-org/gitaly/issues/315
- Jun 27, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jun 25, 2018
-
-
Zeger-Jan van de Weg authored
This specific one isn't used on most machines, therefor low risk. Closes https://gitlab.com/gitlab-org/gitaly/issues/944
-
- Jun 21, 2018
-
- Jun 19, 2018
-
-
Zeger-Jan van de Weg authored
Closes gitlab-org/gitaly#348
-
Zeger-Jan van de Weg authored
Migration: https://gitlab.com/gitlab-org/gitaly/issues/1026 Conflicts: lib/gitlab/git/repository.rb
- Jun 18, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jun 14, 2018
-
-
Zeger-Jan van de Weg authored
Migration: https://gitlab.com/gitlab-org/gitaly/issues/220
- Jun 13, 2018
-
-
Zeger-Jan van de Weg authored
Batching commits for performance improvements, might lead to empty batches being used. This isn't the case yet, but to guard against this in future cases, a guard clause is added.
- Jun 12, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
-
- Jun 11, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jun 06, 2018
-
-
Francisco Javier López authored
-
-