summaryrefslogtreecommitdiff
path: root/app/models/concerns/subscribable.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix N+1 for notification recipients in subscribersSean McGivern2018-10-041-3/+5
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Load participants asyncEric Eastwood2017-10-311-0/+2
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-9/+9
* Allow users to subscribe to a group label at group or project levelDouglas Barbosa Alexandre2016-11-171-4/+23
* Allow subscriptions to be created without a projectDouglas Barbosa Alexandre2016-11-171-6/+15
* Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-17/+15
* Refactoring Subscribable concern to accept a projectDouglas Barbosa Alexandre2016-11-171-16/+22
* Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-0/+6
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-12/+13
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-151-0/+43