- 20 Jan, 2017 1 commit
-
-
Kamil Trzciński authored
Reduce DB-load for build-queues by storing last_update in Redis See merge request !8084
-
- 21 Dec, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 19 Dec, 2016 4 commits
-
-
Lin Jen-Shin authored
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/builds/7617209
-
- 14 Dec, 2016 1 commit
-
-
Lin Jen-Shin authored
Closes #25309
-
- 28 Nov, 2016 1 commit
-
-
Livier authored
Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec
-
- 21 Nov, 2016 2 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 16 Nov, 2016 1 commit
-
-
Tomasz Maczukin authored
-
- 15 Nov, 2016 1 commit
-
-
Tomasz Maczukin authored
-
- 01 Nov, 2016 1 commit
-
-
Valery Sizov authored
-
- 03 Oct, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 19 Sep, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 15 Sep, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 13 Sep, 2016 3 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 07 Sep, 2016 5 commits
-
-
Katarzyna Kobierska authored
-
Katarzyna Kobierska authored
-
Katarzyna Kobierska authored
-
Katarzyna Kobierska authored
-
Katarzyna Kobierska authored
-
- 06 Sep, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 05 Sep, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 11 Aug, 2016 1 commit
-
-
Kamil Trzcinski authored
This change simplifies a Pipeline processing by introducing a special new status: created. This status is used for all builds that are created for a pipeline. We are then processing next stages and queueing some of the builds (created -> pending) or skipping them (created -> skipped). This makes it possible to simplify and solve a few ordering problems with how previously builds were scheduled. This also allows us to visualise a full pipeline (with created builds). This also removes an after_touch used for updating a pipeline state parameters. Right now in various places we explicitly call a reload_status! on pipeline to force it to be updated and saved.
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 26 Jul, 2016 1 commit
-
-
Katarzyna Kobierska authored
-
- 19 Jul, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 04 Jul, 2016 3 commits
-
-
Lin Jen-Shin authored
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4964/diffs#note_12867416 Guidelines: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/testing.md#general-guidelines > Use `context` to test branching logic.
-
- 01 Jul, 2016 1 commit
-
- 30 Jun, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 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.
-
Lin Jen-Shin authored
-