-
- Downloads
Introduce source to pipeline entity
Showing
- app/controllers/projects/pipelines_controller.rb 1 addition, 1 deletionapp/controllers/projects/pipelines_controller.rb
- app/models/ci/pipeline.rb 11 additions, 4 deletionsapp/models/ci/pipeline.rb
- app/models/project.rb 0 additions, 5 deletionsapp/models/project.rb
- app/serializers/pipeline_entity.rb 1 addition, 1 deletionapp/serializers/pipeline_entity.rb
- app/services/ci/create_pipeline_service.rb 2 additions, 1 deletionapp/services/ci/create_pipeline_service.rb
- app/services/ci/create_trigger_request_service.rb 1 addition, 1 deletionapp/services/ci/create_trigger_request_service.rb
- app/services/git_push_service.rb 1 addition, 1 deletionapp/services/git_push_service.rb
- app/services/git_tag_push_service.rb 1 addition, 1 deletionapp/services/git_tag_push_service.rb
- app/workers/pipeline_schedule_worker.rb 1 addition, 1 deletionapp/workers/pipeline_schedule_worker.rb
- changelogs/unreleased/introduce-source-to-pipelines.yml 4 additions, 0 deletionschangelogs/unreleased/introduce-source-to-pipelines.yml
- db/fixtures/development/14_pipelines.rb 1 addition, 1 deletiondb/fixtures/development/14_pipelines.rb
- db/fixtures/development/17_cycle_analytics.rb 1 addition, 1 deletiondb/fixtures/development/17_cycle_analytics.rb
- db/migrate/20170524125940_add_source_to_ci_pipeline.rb 9 additions, 0 deletionsdb/migrate/20170524125940_add_source_to_ci_pipeline.rb
- db/schema.rb 2 additions, 1 deletiondb/schema.rb
- features/steps/project/pages.rb 1 addition, 1 deletionfeatures/steps/project/pages.rb
- lib/api/commit_statuses.rb 8 additions, 1 deletionlib/api/commit_statuses.rb
- lib/api/pipelines.rb 1 addition, 1 deletionlib/api/pipelines.rb
- spec/factories/ci/pipelines.rb 1 addition, 0 deletionsspec/factories/ci/pipelines.rb
- spec/features/projects/pipelines/pipelines_spec.rb 2 additions, 0 deletionsspec/features/projects/pipelines/pipelines_spec.rb
- spec/lib/gitlab/import_export/safe_model_attributes.yml 1 addition, 0 deletionsspec/lib/gitlab/import_export/safe_model_attributes.yml
Please register or sign in to comment