gitlab-org--gitlab-foss/app/services
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
..
application_settings
applications
auth Fix typos in comments and specs 2018-11-01 08:59:20 +02:00
badges
boards Fixed label removal from issue 2018-11-05 06:22:19 -08:00
chat_names
ci Disable audit event logging for pipeline destruction 2019-01-10 01:30:41 -08:00
clusters Rename `ClusterPlatformConfigureWorker` 2018-12-21 13:17:13 +00:00
commits Add releases API 2018-12-31 12:05:56 +09:00
concerns
deploy_keys Make Projects::DeployKeysController EE-ready 2018-12-19 18:02:01 +01:00
deploy_tokens
discussions
emails
error_tracking Service for calling Sentry issues api 2019-01-09 21:04:27 +00:00
events
files Commits API: Preserve file content in move operations if unspecified 2018-11-28 11:50:05 +00:00
gpg_keys
groups Merge branch 'security-todos_not_redacted_for_guests' into 'master' 2019-01-02 09:32:40 +00:00
issuable Run CommonSystemNotesService on issuable create 2018-12-18 08:36:56 +08:00
issues Remove caching of CSV file 2019-01-07 11:21:30 +08:00
keys Fix typos in comments and specs 2018-11-01 08:59:20 +02:00
labels Fix deprecation: Passing ActiveRecord::Base objects to sanitize_sql_hash_for_assignment 2018-12-13 21:48:43 +01:00
lfs
mattermost
members Delete confidential issue todos for guests 2018-12-14 10:38:52 -02:00
merge_requests Refactor the logic of updating head pipelines 2019-01-04 19:36:45 +09:00
milestones Add email for milestone change 2018-11-02 16:29:32 +00:00
notes Use parent instead of project 2019-01-08 02:30:37 +08:00
projects Merge branch '53966-hashed-storage-read-only' into 'master' 2019-01-08 00:07:02 +00:00
prometheus
protected_branches
protected_tags
quick_actions Use parent instead of project 2019-01-08 02:30:37 +08:00
releases Add unique constraint to release and url 2019-01-04 22:17:03 +09:00
resource_events
search Whitelist none method from ActiveRecord::Querying 2018-10-31 15:46:36 -03:00
submodules Add submodule update API endpoint 2018-11-07 14:03:30 +01:00
suggestions Allow suggesting single line changes in diffs 2018-12-13 19:17:19 +00:00
tags Add spec for Release API 2018-12-31 14:35:57 +09:00
test_hooks Rename project's pipelines relation 2018-12-05 14:39:15 +00:00
todos/destroy Rails5: Passing a class as a value in an Active Record query is deprecated 2018-11-17 16:14:36 +01:00
users Rename GroupHierarchy into ObjectHierarchy 2018-12-19 15:24:29 +01:00
wiki_pages
wikis
access_token_validation_service.rb Add config to disable impersonation 2018-11-29 09:37:16 +01:00
after_branch_delete_service.rb
akismet_service.rb
audit_event_service.rb
base_count_service.rb
base_renderer.rb
base_service.rb
cohorts_service.rb
compare_service.rb
create_branch_service.rb
create_snippet_service.rb
delete_branch_service.rb
delete_merged_branches_service.rb
event_create_service.rb
git_push_service.rb Add support for Git push options, specifically ci.skip 2018-12-31 13:57:53 -05:00
git_tag_push_service.rb Add support for Git push options, specifically ci.skip 2018-12-31 13:57:53 -05:00
gravatar_service.rb
ham_service.rb
import_export_clean_up_service.rb
issuable_base_service.rb Run CommonSystemNotesService on issuable create 2018-12-18 08:36:56 +08:00
merge_request_metrics_service.rb
metrics_service.rb
note_summary.rb
notification_recipient_service.rb Send a notification email on mirror update errors 2018-12-11 23:08:17 -03:00
notification_service.rb Bump Ruby on Rails to 5.0.7.1 2018-12-21 23:32:25 +11:00
preview_markdown_service.rb Allow suggesting single line changes in diffs 2018-12-13 19:17:19 +00:00
push_event_payload_service.rb
repair_ldap_blocked_user_service.rb
repository_archive_clean_up_service.rb
reset_project_cache_service.rb
search_service.rb
spam_check_service.rb
spam_service.rb
submit_usage_ping_service.rb
system_hooks_service.rb
system_note_service.rb Creates /create_merge_request quickaction 2018-11-14 15:16:19 +01:00
todo_service.rb
update_deployment_service.rb Squashed commit of the following: 2018-11-06 10:54:27 +09:00
update_snippet_service.rb
upload_service.rb Refactor upload service to return uploader 2019-01-07 11:16:58 +08:00
user_agent_detail_service.rb
user_project_access_changed_service.rb
validate_new_branch_service.rb
verify_pages_domain_service.rb
web_hook_service.rb