gitlab-org--gitlab-foss/app/services/ci
Stan Hu 05f30ac6bb Disable audit event logging for pipeline destruction
AuditEventService isn't equipped to handle logging of the destruction of
entities such as CI pipelines. It's a project-level event that operates
on a pipeline. The current log doesn't even indicate that the pipeline
is being destroyed.

This is a CE backport of
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9105.  We're
removing the auditing call because it breaks the EE implementation.
2019-01-10 01:30:41 -08:00
..
archive_trace_service.rb Improve comments 2018-11-29 15:13:36 +09:00
compare_reports_base_service.rb Generalise test compare service 2018-12-11 11:39:22 +01:00
compare_test_reports_service.rb Generalise test compare service 2018-12-11 11:39:22 +01:00
create_pipeline_schedule_service.rb
create_pipeline_service.rb Add support for Git push options, specifically ci.skip 2018-12-31 13:57:53 -05:00
destroy_pipeline_service.rb Disable audit event logging for pipeline destruction 2019-01-10 01:30:41 -08:00
ensure_stage_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
extract_sections_from_build_trace_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
pipeline_trigger_service.rb
play_build_service.rb
process_build_service.rb enqueue in process_build_service 2018-10-02 17:08:14 +02:00
process_pipeline_service.rb Add Spec for ProcessPipelineService 2018-10-02 17:08:12 +02:00
register_job_service.rb Rename GroupHierarchy into ObjectHierarchy 2018-12-19 15:24:29 +01:00
retry_build_service.rb Add config_options|variables to BuildMetadata 2019-01-04 16:38:17 +01:00
retry_pipeline_service.rb
run_scheduled_build_service.rb Introduce enqueue_scheduled event 2018-10-02 17:04:04 +02:00
stop_environments_service.rb
update_build_queue_service.rb
update_runner_service.rb