gitlab-org--gitlab-foss/app/services
Callum Dryden 9124310f28
Differentiate the expire from leave event
At the moment we cannot see weather a user left a project due to their
membership expiring of if they themselves opted to leave the project.
This adds a new event type that allows us to make this differentiation.
Note that is not really feasable to go back and reliably fix up the
previous events. As a result the events for previous expire removals
will remain the same however events of this nature going forward will be
correctly represented.
2016-10-20 00:26:45 +00:00
..
auth
boards
ci
commits
files
groups
issuable
issues
labels
members
merge_requests
milestones
notes
oauth2
projects
protected_branches
search
slash_commands
wiki_pages
akismet_service.rb
audit_event_service.rb
base_service.rb
compare_service.rb
create_branch_service.rb
create_deployment_service.rb
create_release_service.rb
create_snippet_service.rb
create_tag_service.rb
delete_branch_service.rb
delete_tag_service.rb
delete_user_service.rb
destroy_group_service.rb
event_create_service.rb Differentiate the expire from leave event 2016-10-20 00:26:45 +00:00
git_hooks_service.rb
git_push_service.rb
git_tag_push_service.rb
gravatar_service.rb
ham_service.rb
import_export_clean_up_service.rb
issuable_base_service.rb
notification_service.rb
repair_ldap_blocked_user_service.rb
repository_archive_clean_up_service.rb
spam_service.rb
system_hooks_service.rb
system_note_service.rb
test_hook_service.rb
todo_service.rb
update_release_service.rb
update_snippet_service.rb
user_agent_detail_service.rb