summaryrefslogtreecommitdiff
path: root/app/models/note.rb
Commit message (Expand)AuthorAgeFilesLines
* Address reviewDouwe Maan2017-05-241-6/+1
* Fix specsdm-outdated-system-noteDouwe Maan2017-05-231-2/+5
* Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan2017-05-231-8/+9
* Add comment to notes aliasesblackst0ne2017-05-041-0/+2
* Add alias_attributes for notesblackst0ne2017-05-041-0/+3
* Add last_edited_at and last_edited_by attributesblackst0ne2017-05-041-0/+1
* Allow commenting on older versions of the diff and comparisons between diff v...dm-link-discussion-to-outdated-diffDouwe Maan2017-05-031-9/+13
* Display issuable state only in notes and issuable descriptionAdam Niedzielski2017-04-191-1/+1
* Merge branch '30457-expire-note-destroy' into 'master'Sean McGivern2017-04-121-0/+1
|\
| * Fix issue's note cache expiration after deletemhasbini2017-04-111-0/+1
* | Link to outdated diff in older MR version from outdated diff discussionDouwe Maan2017-04-081-2/+6
|/
* Fix bug where commit comment would not show up in the right discussion on the...Douwe Maan2017-04-071-2/+2
* Refactor resolvability checks based on typeDouwe Maan2017-04-061-5/+4
* Customize Start discussion message according to if the noteable can be resolv...Alfredo Sumaran2017-04-051-0/+4
* Remove and ignore notes.original_discussion_id columnDouwe Maan2017-04-051-0/+3
* Address review commentsDouwe Maan2017-04-051-1/+3
* Address review commentsDouwe Maan2017-04-051-7/+10
* Correctly display multiple separate discussions on the same diff lineDouwe Maan2017-04-051-3/+2
* Don't use original_discussion_idDouwe Maan2017-04-051-24/+3
* Extract commonalities between DiffDiscussion and LegacyDiffDiscussionDouwe Maan2017-04-051-8/+1
* Add specsDouwe Maan2017-04-051-5/+22
* Better notification emails for notes and (diff) discussionsDouwe Maan2017-04-051-1/+1
* Add option to start a new discussion on an MRDouwe Maan2017-04-051-38/+74
* Create metadata when creating system notesJarka Kadlecova2017-03-281-1/+1
* Add system_note_metadata modelJarka Kadlecova2017-03-281-1/+4
* Invalidate ETag cache when note changesAdam Niedzielski2017-03-011-0/+13
* add /award slash commandmhasbini2017-02-281-4/+0
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-5/+5
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-5/+5
* Gather issuable metadata to avoid n+ queries on index viewissue_25900_2Felipe Artur2017-02-091-0/+6
* address commentsJarka Kadlecova2017-01-251-1/+9
* Support notes without projectJarka Kadlecova2017-01-181-3/+8
* Merge branch 'jej-note-search-uses-finder' into 'security' Douwe Maan2016-12-151-17/+0
* Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-051-1/+1
* Merge branch 'events-cache-invalidation' into 'master' Douwe Maan2016-11-281-13/+0
|\
| * Remove event caching codeYorick Peterse2016-11-231-13/+0
* | Backport Note#commands_changes from EEbackport-commands-paramsDouwe Maan2016-11-241-0/+3
|/
* Does not raise error when Note not found when processing NewNoteWorkerOswaldo Ferreira2016-11-111-0/+1
* Use CacheMarkdownField for notesNick Thomas2016-10-071-1/+4
* Start Frontend work, fix routing problemZ.J. van de Weg2016-09-191-4/+0
* prevent authored awardable thumbs votesbarthc2016-08-281-0/+4
* Fix Error 500 resulting when loading network graphfix-network-graph-error-500Stan Hu2016-08-201-0/+2
* Improve performance of MR show pageDouwe Maan2016-08-181-1/+4
* Fix MR note discussion IDDouwe Maan2016-08-181-1/+3
* Fix class method definitionDouwe Maan2016-08-171-1/+1
* Store discussion_id on Note for faster discussion lookup.Douwe Maan2016-08-171-9/+26
* Merge branch 'master' into diff-line-comment-vuejsDouwe Maan2016-08-121-0/+1
|\
| * Added concern for a faster "cache_key" methodfaster-cache-keysYorick Peterse2016-08-081-0/+1
* | Show existing discussion when adding new comment on line with a hidden resolv...Douwe Maan2016-07-281-1/+0