- Jul 31, 2018
-
-
Alejandro Rodríguez authored
-
- Jul 27, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 24, 2018
-
-
Zeger-Jan van de Weg authored
-
Jacob Vosmaer (GitLab) authored
-
- Jul 20, 2018
-
-
Alejandro Rodríguez authored
-
- Jul 19, 2018
-
-
Alejandro Rodríguez 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
-
-
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
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
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
-
- 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
-
- 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
-
Zeger-Jan van de Weg authored
-
- Jun 22, 2018
-
-
Zeger-Jan van de Weg authored
Has never been in OPT_OUT, dispite being ages old. The time where feature flags are still set by env vars. Closes https://gitlab.com/gitlab-org/gitaly/issues/221
-
Zeger-Jan van de Weg authored
Moved to the front on the line through: https://gitlab.com/gitlab-org/gitlab-ce/issues/47893 Closes: https://gitlab.com/gitlab-org/gitlab-ce/issues/47893 Closes: https://gitlab.com/gitlab-org/gitaly/issues/327
- Jun 21, 2018
-
- Jun 20, 2018
-
-
Mark Chao authored
This now can happen because can_be_merged? is called during MR merge_status transition to cannot_be_merged. It is possible branch_name is invalid.
-