-
- Downloads
Merge branch 'ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g' into 'master'
Merge CI into CE First step of #2164. - [x] Merge latest CE master - [x] Make application start - [x] Re-use gitlab sessions (remove CI oauth part) - [x] Get rid of gitlab_ci.yml config - [x] Make tests start - [x] Make most CI features works - [x] Make tests green - [x] Write migration documentation - [x] Add CI builds to CE backup See merge request !1204
No related branches found
No related tags found
Showing
- app/models/project_services/jira_service.rb 1 addition, 1 deletionapp/models/project_services/jira_service.rb
- app/models/user.rb 9 additions, 0 deletionsapp/models/user.rb
- app/services/ci/create_commit_service.rb 50 additions, 0 deletionsapp/services/ci/create_commit_service.rb
- app/services/ci/create_project_service.rb 35 additions, 0 deletionsapp/services/ci/create_project_service.rb
- app/services/ci/create_trigger_request_service.rb 17 additions, 0 deletionsapp/services/ci/create_trigger_request_service.rb
- app/services/ci/event_service.rb 31 additions, 0 deletionsapp/services/ci/event_service.rb
- app/services/ci/image_for_build_service.rb 31 additions, 0 deletionsapp/services/ci/image_for_build_service.rb
- app/services/ci/register_build_service.rb 40 additions, 0 deletionsapp/services/ci/register_build_service.rb
- app/services/ci/test_hook_service.rb 7 additions, 0 deletionsapp/services/ci/test_hook_service.rb
- app/services/ci/web_hook_service.rb 36 additions, 0 deletionsapp/services/ci/web_hook_service.rb
- app/views/ci/admin/application_settings/_form.html.haml 24 additions, 0 deletionsapp/views/ci/admin/application_settings/_form.html.haml
- app/views/ci/admin/application_settings/show.html.haml 3 additions, 0 deletionsapp/views/ci/admin/application_settings/show.html.haml
- app/views/ci/admin/builds/_build.html.haml 32 additions, 0 deletionsapp/views/ci/admin/builds/_build.html.haml
- app/views/ci/admin/builds/index.html.haml 28 additions, 0 deletionsapp/views/ci/admin/builds/index.html.haml
- app/views/ci/admin/events/index.html.haml 17 additions, 0 deletionsapp/views/ci/admin/events/index.html.haml
- app/views/ci/admin/projects/_project.html.haml 28 additions, 0 deletionsapp/views/ci/admin/projects/_project.html.haml
- app/views/ci/admin/projects/index.html.haml 15 additions, 0 deletionsapp/views/ci/admin/projects/index.html.haml
- app/views/ci/admin/runner_projects/index.html.haml 57 additions, 0 deletionsapp/views/ci/admin/runner_projects/index.html.haml
- app/views/ci/admin/runners/_runner.html.haml 48 additions, 0 deletionsapp/views/ci/admin/runners/_runner.html.haml
- app/views/ci/admin/runners/index.html.haml 52 additions, 0 deletionsapp/views/ci/admin/runners/index.html.haml
app/services/ci/create_commit_service.rb
0 → 100644
app/services/ci/create_project_service.rb
0 → 100644
app/services/ci/event_service.rb
0 → 100644
app/services/ci/image_for_build_service.rb
0 → 100644
app/services/ci/register_build_service.rb
0 → 100644
app/services/ci/test_hook_service.rb
0 → 100644
app/services/ci/web_hook_service.rb
0 → 100644
app/views/ci/admin/builds/_build.html.haml
0 → 100644
app/views/ci/admin/builds/index.html.haml
0 → 100644
app/views/ci/admin/events/index.html.haml
0 → 100644
app/views/ci/admin/projects/index.html.haml
0 → 100644
app/views/ci/admin/runners/_runner.html.haml
0 → 100644
app/views/ci/admin/runners/index.html.haml
0 → 100644
Please register or sign in to comment