summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/pipeline/chain/command.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-11-191-1/+3
* CE port for pipelines for external pull requestsce-detect-github-pull-requestsFabio Pitino2019-09-051-1/+1
* Allow use of legacy triggers with feature flagFabio Pitino2019-07-151-0/+6
* Run rubocop -a on CE filessh-upgrade-rubocop-0.68.0-ceStan Hu2019-05-051-1/+0
* Create detached merge request pipelinespersist-fulll-ref-path-for-mr-pipelinesShinya Maeda2019-03-291-0/+7
* Backport allow_mirror_update for Chain::CommandYorick Peterse2019-03-121-1/+1
* Persist source sha and target sha for merge pipelinesShinya Maeda2019-02-271-1/+1
* Move ChatOps to CoreJames Fargher2019-02-201-1/+2
* Merge branch '18667-handle-push-opts' into 'master'Douwe Maan2019-01-021-1/+1
|\
| * Add support for Git push options, specifically ci.skipJonathon Reinhart2018-12-311-1/+1
* | Implement Command#ambiguous_ref?Matija Čupić2018-12-081-0/+6
* | Reintroduce Command#protected_ref?Matija Čupić2018-12-081-0/+6
* | Prevent creating pipelines with ambiguous refsMatija Čupić2018-12-081-6/+0
* | Use full ref when possible to avoid ambiguityMatija Čupić2018-12-081-1/+1
|/
* Merge request pipelinesShinya Maeda2018-12-051-1/+1
* Enable frozen string for lib/gitlab/cigfyoung2018-10-261-1/+4
* Extend Gitlab::Ci::Pipeline::Chain::Command with variables_attributesMatija Čupić2018-04-181-1/+1
* [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-081-1/+1
* Add Chain::Command specsfix/gb/fix-pipeline-build-chain-tag-evaluationKamil Trzcinski2017-12-081-1/+1
* Fix a bug of before_sha being inproperly evaluated to `checkout_sha`Kamil Trzcinski2017-12-081-5/+1
* Implement and use Gitlab::Ci::Pipeline::Chain::CommandKamil Trzcinski2017-12-081-0/+65