summaryrefslogtreecommitdiff
path: root/app/models/subscription.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
| | | | Partially addresses #47424.
* Added Cop to blacklist polymorphic associationsYorick Peterse2017-06-071-1/+1
| | | | | | | | One should really use a separate table instead of using polymorphic associations. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11168 for more information.
* Allow subscriptions to be created without a projectDouglas Barbosa Alexandre2016-11-171-4/+2
|
* Add unique index to subscriptions on subscribable and user and projectDouglas Barbosa Alexandre2016-11-171-2/+2
|
* Add project_id to subscriptionsDouglas Barbosa Alexandre2016-11-171-0/+3
|
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-13/+0
| | | | | | | | | In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
* Annotate the modelsZeger-Jan van de Weg2016-05-061-1/+1
|
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-1/+1
| | | | | | | 1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
* testsValery Sizov2015-03-161-0/+13
|
* fix specsValery Sizov2015-03-161-1/+2
|
* rename table subscribe; make it polymorficValery Sizov2015-03-161-0/+7