-
- Downloads
There was an error fetching the commit references. Please try again later.
Show pipelines
Showing
- app/controllers/projects/builds_controller.rb 28 additions, 0 deletionsapp/controllers/projects/builds_controller.rb
- app/controllers/projects/ci_commits_controller.rb 61 additions, 2 deletionsapp/controllers/projects/ci_commits_controller.rb
- app/controllers/projects/commit_controller.rb 5 additions, 0 deletionsapp/controllers/projects/commit_controller.rb
- app/models/ability.rb 6 additions, 1 deletionapp/models/ability.rb
- app/models/ci/build.rb 4 additions, 0 deletionsapp/models/ci/build.rb
- app/models/ci/commit.rb 12 additions, 0 deletionsapp/models/ci/commit.rb
- app/models/commit_status.rb 1 addition, 1 deletionapp/models/commit_status.rb
- app/models/concerns/ci_status.rb 6 additions, 5 deletionsapp/models/concerns/ci_status.rb
- app/views/layouts/nav/_project.html.haml 4 additions, 5 deletionsapp/views/layouts/nav/_project.html.haml
- app/views/projects/ci/commits/_commit.html.haml 38 additions, 110 deletionsapp/views/projects/ci/commits/_commit.html.haml
- app/views/projects/ci_commits/_header_title.html.haml 1 addition, 1 deletionapp/views/projects/ci_commits/_header_title.html.haml
- app/views/projects/ci_commits/index.html.haml 25 additions, 11 deletionsapp/views/projects/ci_commits/index.html.haml
- app/views/projects/ci_commits/new.html.haml 25 additions, 0 deletionsapp/views/projects/ci_commits/new.html.haml
- app/views/projects/ci_commits/show.html.haml 0 additions, 216 deletionsapp/views/projects/ci_commits/show.html.haml
- config/routes.rb 7 additions, 1 deletionconfig/routes.rb
- db/migrate/20160331204039_add_action_to_ci_commit.rb 5 additions, 0 deletionsdb/migrate/20160331204039_add_action_to_ci_commit.rb
app/views/projects/ci_commits/new.html.haml
0 → 100644
Please register or sign in to comment