-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch '43603-ci-lint-support' into 'master'
Resolve "/ci/lint should support include keyword in config file" Closes #43603 See merge request gitlab-org/gitlab-ce!17729
No related branches found
No related tags found
Showing
- app/assets/javascripts/pages/projects/ci/lints/ci_lint_editor.js 0 additions, 0 deletions...ets/javascripts/pages/projects/ci/lints/ci_lint_editor.js
- app/assets/javascripts/pages/projects/ci/lints/new/index.js 0 additions, 0 deletionsapp/assets/javascripts/pages/projects/ci/lints/new/index.js
- app/assets/javascripts/pages/projects/ci/lints/show/index.js 0 additions, 0 deletionsapp/assets/javascripts/pages/projects/ci/lints/show/index.js
- app/assets/stylesheets/pages/lint.scss 0 additions, 21 deletionsapp/assets/stylesheets/pages/lint.scss
- app/assets/stylesheets/pages/projects.scss 22 additions, 0 deletionsapp/assets/stylesheets/pages/projects.scss
- app/controllers/ci/lints_controller.rb 0 additions, 15 deletionsapp/controllers/ci/lints_controller.rb
- app/controllers/projects/ci/lints_controller.rb 27 additions, 0 deletionsapp/controllers/projects/ci/lints_controller.rb
- app/controllers/projects/settings/ci_cd_controller.rb 3 additions, 3 deletionsapp/controllers/projects/settings/ci_cd_controller.rb
- app/views/ci/lints/show.html.haml 9 additions, 27 deletionsapp/views/ci/lints/show.html.haml
- app/views/projects/ci/lints/_create.html.haml 0 additions, 0 deletionsapp/views/projects/ci/lints/_create.html.haml
- app/views/projects/ci/lints/show.html.haml 27 additions, 0 deletionsapp/views/projects/ci/lints/show.html.haml
- app/views/projects/pipelines/index.html.haml 1 addition, 1 deletionapp/views/projects/pipelines/index.html.haml
- changelogs/unreleased/43603-ci-lint-support.yml 5 additions, 0 deletionschangelogs/unreleased/43603-ci-lint-support.yml
- config/routes/ci.rb 1 addition, 1 deletionconfig/routes/ci.rb
- config/routes/project.rb 4 additions, 0 deletionsconfig/routes/project.rb
- doc/ci/quick_start/README.md 2 additions, 2 deletionsdoc/ci/quick_start/README.md
- doc/ci/yaml/README.md 3 additions, 2 deletionsdoc/ci/yaml/README.md
- lib/gitlab/ci/config.rb 2 additions, 1 deletionlib/gitlab/ci/config.rb
- lib/gitlab/ci/yaml_processor.rb 4 additions, 4 deletionslib/gitlab/ci/yaml_processor.rb
- spec/controllers/projects/ci/lints_controller_spec.rb 123 additions, 0 deletionsspec/controllers/projects/ci/lints_controller_spec.rb
File moved
File moved
File moved
File moved
app/views/projects/ci/lints/show.html.haml
0 → 100644
Please register or sign in to comment