-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'ux/suppress-ci-yml-warning' into 'master'
Suppress warning about missing `.gitlab-ci.yml` if builds are disabled When user disables GitLab Ci Service in project's settings then warning about missing `.gitlab-ci.yml` file should be supressed. This a matter of user experience as stated in #3761 (closes #3761). cc @ayufan See merge request !2014
Showing
- CHANGELOG 3 additions, 0 deletionsCHANGELOG
- app/helpers/ci_status_helper.rb 1 addition, 1 deletionapp/helpers/ci_status_helper.rb
- app/models/ci/commit.rb 10 additions, 0 deletionsapp/models/ci/commit.rb
- app/views/projects/commit/_commit_box.html.haml 1 addition, 1 deletionapp/views/projects/commit/_commit_box.html.haml
- app/views/projects/commits/_commit.html.haml 2 additions, 2 deletionsapp/views/projects/commits/_commit.html.haml
- features/project/commits/commits.feature 2 additions, 1 deletionfeatures/project/commits/commits.feature
- features/steps/project/commits/commits.rb 4 additions, 0 deletionsfeatures/steps/project/commits/commits.rb
- spec/features/commits_spec.rb 77 additions, 34 deletionsspec/features/commits_spec.rb
- spec/support/stub_gitlab_calls.rb 4 additions, 0 deletionsspec/support/stub_gitlab_calls.rb
Loading
Please register or sign in to comment