Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4877e993
Commit
4877e993
authored
Jul 31, 2018
by
Jan Provaznik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added comment about inactive model/service
parent
2738f75f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
app/models/concerns/label_eventable.rb
app/models/concerns/label_eventable.rb
+2
-0
app/models/resource_label_event.rb
app/models/resource_label_event.rb
+2
-0
app/services/resource_events/change_labels_service.rb
app/services/resource_events/change_labels_service.rb
+2
-0
No files found.
app/models/concerns/label_eventable.rb
View file @
4877e993
...
...
@@ -4,6 +4,8 @@
#
# Contains functionality related to objects that support adding/removing labels.
#
# This concern is not used yet, it will be used for:
# https://gitlab.com/gitlab-org/gitlab-ce/issues/48483
module
LabelEventable
extend
ActiveSupport
::
Concern
...
...
app/models/resource_label_event.rb
View file @
4877e993
# frozen_string_literal: true
# This model is not used yet, it will be used for:
# https://gitlab.com/gitlab-org/gitlab-ce/issues/48483
class
ResourceLabelEvent
<
ActiveRecord
::
Base
prepend
EE
::
ResourceLabelEvent
...
...
app/services/resource_events/change_labels_service.rb
View file @
4877e993
# frozen_string_literal: true
# This service is not used yet, it will be used for:
# https://gitlab.com/gitlab-org/gitlab-ce/issues/48483
module
ResourceEvents
class
ChangeLabelsService
prepend
EE
::
ResourceEvents
::
ChangeLabelsService
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment