- 05 Jun, 2018 2 commits
-
-
-
Oswaldo Ferreira authored
This currently causes 500's errors when loading the MR page (Discussion) in a few scenarios. We were not considering detailed diff headers such as "--- a/doc/update/mysql_to_postgresql.md\n+++ b/doc/update/mysql_to_postgresql.md" to crop the diff. In order to address it, we're now using Gitlab::Diff::Parser, clean the diffs and builds Gitlab::Diff::Line objects we can iterate and filter on.
-
- 04 Jun, 2018 4 commits
-
-
Kamil Trzciński authored
-
Francisco Javier López authored
-
Kamil Trzciński authored
-
Shinya Maeda authored
-
- 02 Jun, 2018 2 commits
-
-
Stan Hu authored
There was a race condition in the spec where if the commit is created on disk within a second of the frozen `Timecop` time, the test fails. Closes #43981
-
Shinya Maeda authored
-
- 01 Jun, 2018 9 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer authored
-
Francisco Javier López authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Lin Jen-Shin authored
* Replace `require` or `require_relative` with `require_dependency` * Remove unneeded `autoload`
-
Shinya Maeda authored
-
- 31 May, 2018 1 commit
-
-
Imre Farkas authored
-
- 30 May, 2018 4 commits
-
-
Francisco Javier López authored
-
Kim "BKC" Carlbäcker authored
-
Oswaldo Ferreira authored
-
Shinya Maeda authored
-
- 29 May, 2018 1 commit
-
-
blackst0ne authored
-
- 28 May, 2018 3 commits
-
-
Stan Hu authored
This mimics the same thing the RailsQueueDuration does for Rails controller requests and will help diagnose issues with API delays. Closes #46601
-
Harrison Healey authored
-
Jacob Vosmaer (GitLab) authored
-
- 26 May, 2018 1 commit
-
-
Stan Hu authored
This commit does a number of things: 1. Reduces the number of queries needed by perform a single query to get all the tuples for the relevant rows. 2. Uses a transaction to query the tuple counts to ensure that the data is retrieved from the primary. Closes #46742
-
- 24 May, 2018 5 commits
-
-
Oswaldo Ferreira authored
We request Gitaly in a N+1 manner to build discussion diffs. Once the diffs are from different revisions, it's hard to make a single request to the service in order to build the whole response. With this change we solve this problem and simplify a lot fetching this piece of info.
-
Bob Van Landuyt authored
This will make it clearer to users which account is being used to make the API/git call. So they know which account needs to be used to accept the terms. Closes #46649
-
Stan Hu authored
-
Bart Libert authored
For these kind of issues, the "reporter" field is present but zero. In such a case, "fetch" will not return the default value, but it will return nil. Hence, importing fails, because the "username" field of nil is referenced Fixes issue #44381
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 23 May, 2018 3 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Olivier Gonzalez authored
-
Cameron Crockett authored
Updates from MR discussion 1. Added test for ReplyParser 2. Changed param to trim_reply with default set as true Removed keyword param in favor of normal options param updates for MR discussion Resolutions for code review comments more code review fixes
-
- 22 May, 2018 2 commits
-
-
Francisco Javier López authored
-
Shinya Maeda authored
-
- 21 May, 2018 1 commit
-
-
Andreas Brandl authored
Closes #45756.
-
- 19 May, 2018 1 commit
-
-
Sergey Sinev authored
Closes #45743
-
- 18 May, 2018 1 commit
-
-
Alex authored
-