- 15 Jul, 2018 1 commit
-
-
Stan Hu authored
-
- 13 Jul, 2018 3 commits
- 12 Jul, 2018 4 commits
-
-
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 authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer (GitLab) authored
-
- 11 Jul, 2018 7 commits
-
-
Nick Thomas authored
-
Mark Chao authored
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
It allows user to automatically import multiple repositories with nested structure by uploading a manifest xml file. AOSP project was used as an example during development of this feature. Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 Jul, 2018 7 commits
-
-
Stan Hu authored
Before 6c7755ab7db9, we relied on `Addressable::URI` to parse the username/password in a URL, but this failed when credentials contained special characters. However, this introduced a regression where the parsing would incorrectly truncate the password if the password had a colon. Closes #49080
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Sean McGivern authored
This reverts commit 15ec6a13eb4d839d252315bf5b0a50d28351cb5f.
-
- 09 Jul, 2018 10 commits
-
-
Rubén Dávila authored
-
Stan Hu authored
Attempting to view an annotated tag in the TreeController would result in `NoMethodError: undefined method 'tree'` when Rugged was in use. `Blob#find_by_rugged` assumes that the ref is a true. Using the commit ID ensures that the right ref is being used. Note that in 11.1, `Blob#find` no longer uses Rugged, so this is only a bug in 11.0. Closes gitlab-org/gitlab-ce#47797
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Kamil Trzciński authored
-
Kamil Trzciński authored
Previously we would pull the file, now, we just stream-it as needed from Object Storage
-
Jan Provaznik authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer (GitLab) authored
-
Alejandro Rodríguez authored
-
- 08 Jul, 2018 1 commit
-
-
Jasper Maes authored
-
- 07 Jul, 2018 1 commit
-
-
Brett Walker authored
-
- 06 Jul, 2018 5 commits
-
-
Brett Walker authored
-
Brett Walker authored
-
James Lopez authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 05 Jul, 2018 1 commit
-
-
Jan Provaznik authored
-