summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/pipeline/seed/build.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-161-2/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-101-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-171-21/+17
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-141-0/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-1/+3
* Passing job:rules downstream and E2E specs for job:rules configurationdrew2019-09-091-1/+1
* Introducing new Syntax for Ci::Build inclusion rulesdrew2019-08-201-14/+53
* Merge branch 'mc/feature/pipeline-tracking-config-ce' into 'master'Kamil Trzciński2019-08-161-1/+4
|\
| * Port changes from EEmc/feature/pipeline-tracking-config-ceMatija Čupić2019-08-041-1/+4
* | Add `ci_dag_limit_needs` feature flaglimit-amount-of-needsKamil Trzciński2019-08-141-1/+19
* | Require `needs:` to be presentrequire-needs-to-be-presentKamil Trzciński2019-08-131-17/+29
|/
* Make needs: to require previous jobsmake-needs-strong-connectionKamil Trzciński2019-08-021-3/+28
* Make it possible to fabricate CI/CD bridge jobsGrzegorz Bizon2019-01-251-1/+9
* Enable frozen string for lib/gitlab/cigfyoung2018-10-261-0/+2
* Simplify how we set pipeline builds user on creationGrzegorz Bizon2018-03-231-8/+1
* Integrate build seeds with variables expressions policyGrzegorz Bizon2018-03-231-7/+10
* Move policy related specs our of YAML processor testsGrzegorz Bizon2018-03-221-3/+3
* Fix rubocop offense in pipeline build seed classGrzegorz Bizon2018-03-221-13/+11
* Evaluate only/except policies outside of YAML processorGrzegorz Bizon2018-03-211-0/+15
* Make it easier to test pipeline stage seedsGrzegorz Bizon2018-03-211-0/+4
* Support building all pipeline resource before savingGrzegorz Bizon2018-03-211-5/+12
* Introduce pipeline build seedsGrzegorz Bizon2018-03-211-0/+28