gitlab-org--gitlab-foss/app/services/ci
Shinya Maeda c2e0e689f3 Validate the existence of archived traces before removing live trace
Often live traces are removed even though the archived trace
doesn't exist. This commit checkes the existence strictly.
2019-07-23 17:26:08 +07:00
..
archive_trace_service.rb Validate the existence of archived traces before removing live trace 2019-07-23 17:26:08 +07:00
compare_reports_base_service.rb Limit amount of JUnit tests returned 2019-07-03 22:27:14 +02:00
compare_test_reports_service.rb
create_pipeline_schedule_service.rb
create_pipeline_service.rb Refactor pipeline errors_message 2019-07-04 09:53:40 +07:00
destroy_expired_job_artifacts_service.rb
destroy_pipeline_service.rb Properly expire all pipeline caches when pipeline is deleted 2019-04-15 08:10:10 -07:00
ensure_stage_service.rb
expire_pipeline_cache_service.rb Properly expire all pipeline caches when pipeline is deleted 2019-04-15 08:10:10 -07:00
extract_sections_from_build_trace_service.rb
pipeline_schedule_service.rb Revert concurrent pipeline schedule creation 2019-06-18 21:56:11 +07:00
pipeline_trigger_service.rb
play_build_service.rb
play_manual_stage_service.rb Adds a way to start multiple manual jobs in stage 2019-05-02 18:27:35 +00:00
prepare_build_service.rb Rescue and log errors raised when preparing builds 2019-04-15 12:44:00 +10:00
process_build_service.rb
process_pipeline_service.rb Upgrade to Rails 5.2 2019-07-12 10:15:31 +08:00
register_job_service.rb Adds 15m bucket for CI job queue 2019-07-09 22:53:32 +00:00
retry_build_service.rb
retry_pipeline_service.rb
run_scheduled_build_service.rb
stop_environments_service.rb Fix environment automatic on_stop trigger 2019-04-30 21:15:39 +07:00
update_build_queue_service.rb
update_runner_service.rb