summaryrefslogtreecommitdiff
path: root/app/models/note.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs-note-active-spec' into 'master'Robert Speicher2016-03-141-12/+21
|\
| * Add unit specs for `Note#active?`rs-note-active-specRobert Speicher2016-03-111-12/+21
* | Disallow blank (non-null) values for a Note's `line_code` attributers-disallow-blank-line-codeRobert Speicher2016-03-111-1/+6
|/
* Removed arel_table receiver from search methodsYorick Peterse2016-03-111-1/+1
* Use ILIKE/LIKE for searching notesYorick Peterse2016-03-111-1/+11
* Merge branch 'rs-note-delegates-mentionable'Douwe Maan2016-03-071-10/+1
|\
| * Delegate a Note's Mentionable methods to its noteable objectrs-note-delegates-mentionableRobert Speicher2016-03-051-10/+1
* | Merge branch 'rs-note-reuse-for-methods' into 'master' Douwe Maan2016-03-071-2/+2
|\ \
| * | Make better use of the `Note#for_*?` methodsrs-note-reuse-for-methodsRobert Speicher2016-03-051-2/+2
| |/
* | Remove `Note#system?` "override"rs-note-model-cleanupRobert Speicher2016-03-051-4/+0
* | Remove `Note#noteable_type_name`Robert Speicher2016-03-051-4/+0
|/
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-14/+12
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-1/+1
* Use destroy, in case we ever have before_destroy callbacks on TaskDouglas Barbosa Alexandre2016-02-201-1/+1
* Create a pending task when a user is mentioned on a noteDouglas Barbosa Alexandre2016-02-201-0/+2
* Improve #set_award! on the Note model12792-emoji-as-text-diff-commentZeger-Jan van de Weg2016-02-191-4/+1
* Emoji reponses on diffs aren't award emojiZeger-Jan van de Weg2016-02-191-0/+4
* Make sure non-highlighted diffs are still escapedunescaped-diffsDouwe Maan2016-01-221-2/+6
* Update Issue/MR everytime a Note is saved/destroyed.Rubén Dávila2016-01-191-1/+1
* Move complex view condition to a model methodRémy Coutable2016-01-131-0/+4
* note votes methids implementationupvote_count_to_apiValery Sizov2015-12-291-2/+2
* Revert upvotes and downvotes params to MR APIValery Sizov2015-12-281-2/+0
* revert back vote buttons to issue and MR pagesValery Sizov2015-12-251-1/+8
* Banzai::XFilter -> Banzai::Filter::XFilterDouwe Maan2015-12-151-2/+2
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-2/+2
* emoji aliases problemValery Sizov2015-12-111-1/+2
* Merge remote-tracking branch 'origin/emoji_edit_disallow'Dmitriy Zaporozhets2015-12-101-1/+1
|\
| * Don't allow to edit award emoji commentsemoji_edit_disallowValery Sizov2015-12-101-1/+1
* | Merge branch 'master' into tmp-reference-pipeline-and-cachingtmp-reference-pipeline-and-cachingDouwe Maan2015-12-101-0/+1
|\ \ | |/
| * Update annotationsStan Hu2015-12-081-0/+1
* | Merge branch 'master' into reference-pipeline-and-cachingreference-pipeline-and-cachingDouwe Maan2015-12-081-1/+1
|\ \ | |/
| * Add custom LineCodeValidatorRobert Speicher2015-12-071-1/+1
* | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-071-0/+30
|\ \ | |/
| * Simplify `contains_emoji_only?` method in `Note`fix/award-emoji-conflict-in-notesGrzegorz Bizon2015-12-071-2/+1
| * Refactor note awards to reuse `emoji_pattern` and improve validatorGrzegorz Bizon2015-12-051-18/+14
| * Make method `supports_award?` public in `Note`Grzegorz Bizon2015-12-031-2/+2
| * Support emoji awards also in merge requestsGrzegorz Bizon2015-12-031-3/+4
| * Move note emoji-award implementation to note model (feature envy)Grzegorz Bizon2015-12-031-0/+33
| * Add validator for award-emoji noteGrzegorz Bizon2015-12-031-0/+1
* | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-12-021-38/+20
|\ \ | |/
| * Add upvote/downvote fields to merge request and note API to preserve compatib...fix-award-emoji-apiRobert Schilling2015-11-211-0/+10
| * adressing commentsValery Sizov2015-11-191-2/+3
| * added spinach testsValery Sizov2015-11-191-0/+1
| * addressing commentsValery Sizov2015-11-191-2/+2
| * award emojiValery Sizov2015-11-191-38/+8
* | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-10-211-0/+5
|\ \ | |/
| * Merge branch 'master' into rs-redactor-filterrs-redactor-filterDouwe Maan2015-10-161-0/+5
| |\
| | * Fixed Rubocop styling issuesYorick Peterse2015-10-151-1/+1
| | * Renamed Note.inc_associations to with_associationsYorick Peterse2015-10-151-1/+1
| | * Eager load project associations for notesYorick Peterse2015-10-151-1/+2