summaryrefslogtreecommitdiff
path: root/app/models/note.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 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
| * Eager load note projects when viewing issuesYorick Peterse2015-10-151-1/+4
| * Eager load various issue/note associationsYorick Peterse2015-10-151-0/+1
* | Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-151-10/+3
|\ \ | |/
| * Fix cross-references originating from notesDouwe Maan2015-10-121-10/+3
| * Simplify code around (cross)-referencesDouwe Maan2015-10-121-1/+1
* | Participable doesn't need to know about MentionableDouwe Maan2015-10-141-2/+2
|/
* Simplify Note#editable?rs-update-noteRobert Speicher2015-09-301-1/+1
* Re-annotate modelsStan Hu2015-09-061-0/+1
* Case-insensetive search for commentscomment-case-insensetive-searchDmitriy Zaporozhets2015-08-191-1/+1
* api: add 'system', 'upvote', and 'downvote' fields to note queriesBen Boeckel2015-08-121-0/+4
* Merge branch 'master' into comment-updated-byDouwe Maan2015-08-061-1/+1
|\
| * Revert "Update noteable after a new note is added"revert_touchValery Sizov2015-08-051-1/+1
* | Show who last edited a comment if it wasn't the original authorDouwe Maan2015-07-301-0/+1
|/
* Rename `notice_added_references` to `create_new_cross_references!`rs-issue-1773Robert Speicher2015-07-131-1/+1
* Replace remaining references to `Note.create_cross_reference_note`Robert Speicher2015-06-221-5/+0
* Update noteable after a new note is addedJeroen van Baarsen2015-06-051-1/+1
* More SystemNoteService cleanuprs-to_referenceRobert Speicher2015-05-261-2/+2
* Check if `system` is truthy in `Note.cross_reference?`Robert Speicher2015-05-111-1/+1
* Add a SystemNoteService classRobert Speicher2015-05-111-209/+6
* Simplify `Note#upvote?` and `Note#downvote?`Robert Speicher2015-05-101-17/+11
* Fix small issues.Douwe Maan2015-04-241-4/+4
* Fix errors.Douwe Maan2015-04-241-2/+2
* Move participants method to shared Participable concern.Douwe Maan2015-04-241-0/+2
* Link cross-project cross-reference notes to correct project.Douwe Maan2015-04-241-35/+11
* Use project.commit convenience method.Douwe Maan2015-04-241-2/+2
* Merge branch 'rs-mentionable-examples-refactor' into 'master'Dmitriy Zaporozhets2015-04-231-2/+2
|\
| * Note#cross_reference_exists? should be checking the noteable_type alsoRobert Speicher2015-04-161-2/+2
* | Merge branch 'better-commit-mentions' into 'master'Dmitriy Zaporozhets2015-04-201-8/+0
|\ \ | |/ |/|
| * Clean up code around commit mentions.Douwe Maan2015-04-151-8/+0
* | Fix merge request comments on files with multiple commitsDominik Sander2015-04-151-1/+5
|/
* Support configurable attachment size via Application SettingsStan Hu2015-04-021-2/+8
* Don't include system notes in issue/MR comment count.notes-count-without-systemDouwe Maan2015-03-231-0/+1
* Fix cross references when usernames, milestones, or project names contain und...Stan Hu2015-03-191-10/+15
* Revert "Note: add default_scope { order(created_at: :asc, id: :asc) }"Dmitriy Zaporozhets2015-03-181-1/+0
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-181-0/+1
|\