- Jul 31, 2018
-
-
Alejandro Rodríguez authored
-
- Jul 27, 2018
-
-
Jacob Vosmaer (GitLab) 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
-
Zeger-Jan van de Weg authored
-
Jacob Vosmaer (GitLab) authored
-
- Jul 20, 2018
-
-
Alejandro Rodríguez authored
-
- Jul 19, 2018
-
-
Alejandro Rodríguez authored
-
Jacob Vosmaer (GitLab) authored
-
Zeger-Jan van de Weg authored
This old migration used Rugged to find a commit, while Gitaly is the prefered way now. By migrating this to Gitaly, Gitaly is now a required running component for this migration. Part of https://gitlab.com/gitlab-org/gitaly/issues/1106
-
- 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 17, 2018
-
-
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 10, 2018
-
-
Lin Jen-Shin authored
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Jacob Vosmaer (GitLab) authored
-
-
Alejandro Rodríguez authored
-
- Jul 06, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
This partially reverts commit 64dfe2cb.
-
- Jul 05, 2018
-
-
Jacob Vosmaer (GitLab) authored
This reverts merge request !20339
-
- Jul 04, 2018
-
-
- 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
-
Jacob Vosmaer (GitLab) authored
-
- Jun 26, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jun 25, 2018
-
-
Alejandro Rodríguez authored
This prepares this code for migration to Gitaly.
-
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
-