- 15 Jul, 2018 1 commit
-
-
Stan Hu authored
-
- 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 9 commits
-
-
Rubén Dávila authored
-
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 4 commits
-
-
Brett Walker authored
-
James Lopez authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 05 Jul, 2018 1 commit
-
-
Jan Provaznik authored
-
- 04 Jul, 2018 3 commits
-
-
Jan Provaznik authored
This assures that old cache is not used if we change format of cached data.
-
Bob Van Landuyt authored
This adds Keyset pagination to GraphQL lists. PoC for that is pipelines on merge requests and projects. When paginating a list, the base-64 encoded id of the ordering field (in most cases the primary key) can be passed in the `before` or `after` GraphQL argument.
-
Shinya Maeda authored
-
- 03 Jul, 2018 2 commits
-
-
Jan Provaznik authored
-
Stan Hu authored
-