-
- 下载
Merge branch 'build-statuses' into 'master'
Detailed build statuses ## What does this MR do? Implements detailed statuses for `Ci::Builds` and `CommitStatus`. It also adds a new icon for manual build. ## Screenshots  ## What are the relevant issue numbers? See #24273, closes #22642 See merge request !7989
显示
- app/helpers/ci_status_helper.rb 1 个添加, 19 个删除app/helpers/ci_status_helper.rb
- app/models/ci/build.rb 13 个添加, 2 个删除app/models/ci/build.rb
- app/models/ci/pipeline.rb 4 个添加, 2 个删除app/models/ci/pipeline.rb
- app/models/ci/stage.rb 4 个添加, 2 个删除app/models/ci/stage.rb
- app/models/commit_status.rb 6 个添加, 0 个删除app/models/commit_status.rb
- app/views/admin/runners/show.html.haml 1 个添加, 1 个删除app/views/admin/runners/show.html.haml
- app/views/ci/status/_badge.html.haml 10 个添加, 0 个删除app/views/ci/status/_badge.html.haml
- app/views/projects/builds/_header.html.haml 1 个添加, 1 个删除app/views/projects/builds/_header.html.haml
- app/views/projects/ci/builds/_build.html.haml 1 个添加, 4 个删除app/views/projects/ci/builds/_build.html.haml
- app/views/projects/ci/pipelines/_pipeline.html.haml 1 个添加, 4 个删除app/views/projects/ci/pipelines/_pipeline.html.haml
- app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml 1 个添加, 4 个删除.../generic_commit_statuses/_generic_commit_status.html.haml
- app/views/projects/pipelines/_info.html.haml 1 个添加, 1 个删除app/views/projects/pipelines/_info.html.haml
- app/views/projects/stage/_graph.html.haml 1 个添加, 1 个删除app/views/projects/stage/_graph.html.haml
- app/views/shared/icons/_icon_status_manual.svg 1 个添加, 0 个删除app/views/shared/icons/_icon_status_manual.svg
- lib/gitlab/allowable.rb 7 个添加, 0 个删除lib/gitlab/allowable.rb
- lib/gitlab/ci/status/build/cancelable.rb 37 个添加, 0 个删除lib/gitlab/ci/status/build/cancelable.rb
- lib/gitlab/ci/status/build/common.rb 19 个添加, 0 个删除lib/gitlab/ci/status/build/common.rb
- lib/gitlab/ci/status/build/factory.rb 18 个添加, 0 个删除lib/gitlab/ci/status/build/factory.rb
- lib/gitlab/ci/status/build/play.rb 53 个添加, 0 个删除lib/gitlab/ci/status/build/play.rb
- lib/gitlab/ci/status/build/retryable.rb 37 个添加, 0 个删除lib/gitlab/ci/status/build/retryable.rb
app/views/ci/status/_badge.html.haml
0 → 100644
lib/gitlab/allowable.rb
0 → 100644
lib/gitlab/ci/status/build/cancelable.rb
0 → 100644
lib/gitlab/ci/status/build/common.rb
0 → 100644
lib/gitlab/ci/status/build/factory.rb
0 → 100644
lib/gitlab/ci/status/build/play.rb
0 → 100644
lib/gitlab/ci/status/build/retryable.rb
0 → 100644
想要评论请 注册 或 登录