summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/pipeline
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-11-1912-79/+327
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-223-1/+94
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-134-0/+8
* Passing job:rules downstream and E2E specs for job:rules configurationdrew2019-09-091-1/+1
* CE port for pipelines for external pull requestsce-detect-github-pull-requestsFabio Pitino2019-09-052-1/+2
* Persist `needs:` validation as config errorpersist-needs-errorKamil Trzciński2019-09-042-2/+7
* Merge branch 'security-add-job-activity-limit-ce' into 'master'GitLab Release Tools Bot2019-08-291-0/+21
|\
| * Add active_jobs_limit to plans tableFabio Pitino2019-08-211-0/+21
* | Ensure CI matching operator receives an objectMarius Bobin2019-08-212-2/+4
|/
* 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-134-20/+47
|/
* Make needs: to require previous jobsmake-needs-strong-connectionKamil Trzciński2019-08-022-12/+38
* Merge branch 'remove-support-for-legacy-pipeline-triggers' into 'master'Kamil Trzciński2019-07-162-0/+10
|\
| * Allow use of legacy triggers with feature flagFabio Pitino2019-07-152-0/+10
* | Removing ci_variables_complex_expressions feature flag and deprecated code br...remove-complex-expressions-feature-flagdrew cimino2019-07-123-57/+10
|/
* Enabled complex ci variable expression statements by defaultdefault-enable-complex-ci-variables-expressionsdrew cimino2019-06-203-3/+3
* Return boolean from Lexeme::Matches#evaluateboolean-values-from-matches-operatordrew cimino2019-06-141-16/+0
* Disable CI variable complex expressions by defaultdrew cimino2019-06-134-4/+4
* && and || operators for CI Pipeline expressions.drew cimino2019-06-0412-56/+204
* Fix typos in the whole gitlab-ce projectYoginth2019-05-202-4/+4
* Run rubocop -a on CE filessh-upgrade-rubocop-0.68.0-ceStan Hu2019-05-052-2/+1
* Support negative matchesKamil Trzciński2019-04-234-2/+74
* Use Gitlab::PushOptions for `ci.skip` push optionLuke Duncalfe2019-04-091-2/+2
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitl...jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-021-2/+2
|\
| * Merge branch 'security-use-untrusted-regexp' into 'master'GitLab Release Tools Bot2019-04-021-2/+2
| |\
| | * Make CI refs matching to to use UntrustedRegexpKamil Trzciński2019-03-151-2/+2
* | | Create detached merge request pipelinespersist-fulll-ref-path-for-mr-pipelinesShinya Maeda2019-03-293-1/+10
|/ /
* | Backport allow_mirror_update for Chain::CommandYorick Peterse2019-03-121-1/+1
|/
* Persist source sha and target sha for merge pipelinesShinya Maeda2019-02-272-1/+3
* Move ChatOps to CoreJames Fargher2019-02-202-2/+9
* Reduce the diff with EE in Ci::CreatePipelineServiceRémy Coutable2019-02-043-0/+61
* Add a new relation between a stage and related bridgesGrzegorz Bizon2019-01-251-1/+1
* Make it possible to fabricate CI/CD bridge jobsGrzegorz Bizon2019-01-252-2/+16
* Assign pipeline protected attribute in PopulateMatija Čupić2019-01-212-19/+4
* Move assignment to protected to separate stepMatija Čupić2019-01-183-3/+19
* Prevent checking protected_ref? for ambiguous refsMatija Čupić2019-01-161-0/+2
* Merge branch '18667-handle-push-opts' into 'master'Douwe Maan2019-01-022-2/+7
|\
| * Add support for Git push options, specifically ci.skipJonathon Reinhart2018-12-312-2/+7
* | Implement Command#ambiguous_ref?Matija Čupić2018-12-082-1/+7
* | Implement Repository#ambiguous_ref?Matija Čupić2018-12-081-1/+1
* | Move Project#resolve_ref to RepositoryMatija Čupić2018-12-081-1/+1
* | Reintroduce Command#protected_ref?Matija Čupić2018-12-084-6/+8
* | Use nil instead of raising AmbiguousRefMatija Čupić2018-12-081-3/+1
* | Prevent creating pipelines with ambiguous refsMatija Čupić2018-12-085-8/+12
* | Use full ref when possible to avoid ambiguityMatija Čupić2018-12-081-1/+1
|/
* Merge request pipelinesShinya Maeda2018-12-052-1/+2
* Squashed commit of the following:Shinya Maeda2018-11-061-16/+1