gitlab-org--gitlab-foss/spec/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_spec.rb Fix coding offence 2018-11-29 16:16:04 +09:00
compare_test_reports_service_spec.rb Squashed commit of the following: 2018-08-07 23:03:48 +09:00
create_pipeline_service_spec.rb Refactor the logic of updating head pipelines 2019-01-04 19:36:45 +09:00
destroy_pipeline_service_spec.rb Disable audit event logging for pipeline destruction 2019-01-10 01:30:41 -08:00
ensure_stage_service_spec.rb Make exception in ensure stage service more descriptive 2018-02-06 10:02:33 +01:00
extract_sections_from_build_trace_service_spec.rb
pipeline_trigger_service_spec.rb
play_build_service_spec.rb
process_build_service_spec.rb Remove ci_enable_scheduled_build feature flag 2018-11-02 11:32:45 +00:00
process_pipeline_service_spec.rb Add config_options|variables to BuildMetadata 2019-01-04 16:38:17 +01:00
register_job_service_spec.rb Add config_options|variables to BuildMetadata 2019-01-04 16:38:17 +01:00
retry_build_service_spec.rb Encrypt CI/CD builds tokens 2018-12-07 10:42:47 +01:00
retry_pipeline_service_spec.rb Consider all matching MRs to determine if user can push 2019-01-02 15:31:34 +01:00
run_scheduled_build_service_spec.rb Remove ci_enable_scheduled_build feature flag 2018-11-02 11:32:45 +00:00
stop_environments_service_spec.rb Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
update_build_queue_service_spec.rb Fix specs api/runners_spec.rb, api/v3/runners_spec.rb update_build_queue_service_spec.rb 2018-05-31 10:56:41 +02:00
update_runner_service_spec.rb