- 20 Jul, 2016 6 commits
-
-
Lin Jen-Shin authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Lin Jen-Shin authored
So we no longer join anything, just find the latest pipeline and load builds from there to avoid mixing builds. Thanks Kamil for the help and tests.
-
Kamil Trzcinski authored
-
- 19 Jul, 2016 8 commits
-
-
Kamil Trzcinski authored
-
Connor Shea authored
-
Connor Shea authored
-
Lin Jen-Shin authored
This was extracted from !5142 and implementing part of #4255. We split it from !5142 because we want to ship it in 8.10 while !5142 was not ready yet.
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 18 Jul, 2016 6 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
Manual actions are accessible from: - Pipelines - Builds - Environments - Deployments
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
ubudzisz authored
add git-commit-title-method into tests
-
- 16 Jul, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 15 Jul, 2016 2 commits
-
-
Douwe Maan authored
-
Kamil Trzcinski authored
-
- 07 Jul, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 04 Jul, 2016 2 commits
-
-
Lin Jen-Shin authored
Feedback from: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4964#note_12867273
-
Douwe Maan authored
-
- 30 Jun, 2016 2 commits
-
-
Lin Jen-Shin authored
-
Grzegorz Bizon authored
This method now should return false if build is not completed. If build is running then it is not retryable, therefore `Ci::Build#retryable?` returned wrong value. This commit changes this behavior
-
- 29 Jun, 2016 1 commit
-
- 28 Jun, 2016 4 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
We store the sizes as a hash from path to bytes like: ``` ruby {'ci_artifacts.txt' => 27, 'other_artifacts_0.1.2/another-subdirectory/banana_sample.gif' => 71759, 'other_artifacts_0.1.2/doc_sample.txt' => 1314, 'rails_sample.jpg' => 35255, 'tests_encoding/utf8 test dir ✓/regular_file_2' => 7} ``` So that it's easier to access than reading gzip file again.
-
James Lopez authored
-
- 25 Jun, 2016 2 commits
-
-
Simon Welsh authored
-
Simon Welsh authored
-
- 23 Jun, 2016 1 commit
-
-
James Lopez authored
-
- 21 Jun, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Kamil Trzcinski authored
-
- 20 Jun, 2016 1 commit
-
-
Lin Jen-Shin authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4093#note_12563922 For clarification and consistency
-