-
- Downloads
Merge branch 'when-syntax' into 'master'
Implement when syntax in .gitlab-ci.yml See merge request !1606
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/models/ci/build.rb 1 addition, 4 deletionsapp/models/ci/build.rb
- app/models/ci/commit.rb 17 additions, 35 deletionsapp/models/ci/commit.rb
- app/models/commit_status.rb 1 addition, 1 deletionapp/models/commit_status.rb
- app/services/ci/create_builds_service.rb 13 additions, 1 deletionapp/services/ci/create_builds_service.rb
- doc/ci/yaml/README.md 51 additions, 1 deletiondoc/ci/yaml/README.md
- lib/ci/gitlab_ci_yaml_processor.rb 6 additions, 1 deletionlib/ci/gitlab_ci_yaml_processor.rb
- lib/ci/status.rb 21 additions, 0 deletionslib/ci/status.rb
- spec/lib/ci/gitlab_ci_yaml_processor_spec.rb 28 additions, 3 deletionsspec/lib/ci/gitlab_ci_yaml_processor_spec.rb
- spec/models/ci/commit_spec.rb 144 additions, 80 deletionsspec/models/ci/commit_spec.rb
lib/ci/status.rb
0 → 100644
Please register or sign in to comment