An error occurred fetching the project authors.
- 19 Dec, 2016 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
with symbols. Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8088#note_20234245
-
- 16 Dec, 2016 1 commit
-
-
Adam Niedzielski authored
This commit introduces the concept of deployment variables - variables that are collected from deployment services and passed to CI runner during a deployment build. Deployment services specify the variables by overriding "predefined_variables" method. This commit also configures variables for KubernetesService
-
- 15 Dec, 2016 2 commits
-
-
Nick Thomas authored
-
Lin Jen-Shin authored
So that this would be more consistent with the other variables, which all of them are string based. Closes #25554
-
- 14 Dec, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 13 Dec, 2016 4 commits
-
-
Nick Thomas authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 01 Dec, 2016 1 commit
-
-
Adam Niedzielski authored
when we care only about the number of commits We do not have to instantiate all objects in this case.
-
- 17 Nov, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 16 Nov, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 03 Oct, 2016 1 commit
-
-
Lin Jen-Shin authored
which merges previous exclude_ignored_jobs and failed_but_allowed, so that we don't treat ignored a special case in HasStatus.
-
- 19 Sep, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 09 Sep, 2016 1 commit
-
-
Sergey Gnuskov authored
-
- 24 Aug, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 16 Aug, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 12 Aug, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski 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
-
- 03 Aug, 2016 1 commit
-
- 02 Aug, 2016 1 commit
-
-
Lin Jen-Shin authored
Closes #20115
-
- 29 Jul, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 26 Jul, 2016 1 commit
-
-
Katarzyna Kobierska authored
-
- 21 Jul, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 20 Jul, 2016 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 19 Jul, 2016 9 commits
-
-
Kamil Trzcinski authored
-
Lin Jen-Shin authored
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5347/diffs#note_13173336 let! is not very flexible but I guess it's fine since this is not in top-level anyway.
-
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
-