summaryrefslogtreecommitdiff
path: root/app/models/concerns/resolvable_discussion.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Revert the addition of goldiloaderYorick Peterse2018-04-181-1/+1
* Use Goldiloader for handling N+1 queriesYorick Peterse2018-04-091-1/+1
* Properly cleaning up memoized valuesLin Jen-Shin2018-01-121-3/+5
* Introduce PredicateMemoization cop and fix offensesLin Jen-Shin2018-01-121-5/+14
* Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-3/+3
* Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-1/+0
* WIPLin Jen-Shin2017-11-061-13/+5
* Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-191-1/+5
* Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
* Resolve outdated diff discussions on pushSean McGivern2017-09-061-0/+1
* Refactor resolvability checks based on typeDouwe Maan2017-04-061-5/+2
* Address review commentsDouwe Maan2017-04-051-0/+25
* Address review commentsDouwe Maan2017-04-051-6/+8
* Extract commonalities between DiffDiscussion and LegacyDiffDiscussionDouwe Maan2017-04-051-0/+79