Skip to content

Commit

Permalink
Merge pull request #6522 from hennevogel/bugfix/ple-classes
Browse files Browse the repository at this point in the history
Cleanup classes that create ProjectLogEntries
  • Loading branch information
hennevogel committed Dec 10, 2018
2 parents 5b466d3 + 6ba6f2a commit f9b4439
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/api/app/models/event.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
module Event
PROJECT_CLASSES = ['Event::CommentForProject',
'Event::CreateProject',
'Event::DeleteProject',
'Event::UndeleteProject',
'Event::UpdateProjectConfig',
'Event::UpdateProject'].freeze
PACKAGE_CLASSES = ['Event::BranchCommand',
Expand All @@ -16,6 +13,5 @@ module Event
'Event::ServiceSuccess',
'Event::UndeletePackage',
'Event::UpdatePackage',
'Event::Upload',
'Event::VersionChange'].freeze
end

0 comments on commit f9b4439

Please sign in to comment.