summaryrefslogtreecommitdiff
path: root/app/models/note.rb
Commit message (Expand)AuthorAgeFilesLines
* Make discussion mail References all notes in the discussiontc-correct-email-in-reply-toToon Claes2017-12-131-4/+5
* Make mail notifications of discussion notes In-Reply-To of each otherToon Claes2017-12-131-0/+9
* Return the noteable in Note#touch_noteablenoteable-touch-return-objectYorick Peterse2017-12-121-0/+3
* cache the Note#commit methodmicael.bergeron2017-12-071-8/+6
* add support for commit (in mr) to reference filtermicael.bergeron2017-12-071-0/+4
* Allow commenting on individual commits inside an MRDouwe Maan2017-12-071-1/+5
* Throttle the number of UPDATEs triggered by touchYorick Peterse2017-12-061-1/+35
* Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-271-1/+1
* Use Gitlab::SQL::Pattern where appropriateDouwe Maan2017-11-241-0/+5
* add `#with_metadata` scope to remove a N+1 from the notes' APImicael.bergeron2017-11-211-0/+1
* reverting to the simpler approachmicael.bergeron2017-11-161-1/+13
* CE port of code changed for epicsjk-epic-changes-ce-portJarka Kadlecova2017-11-021-2/+6
* Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin2017-10-171-1/+1
* Commenting on image diffsFelipe Artur2017-10-071-4/+12
* add controller specmicael.bergeron2017-09-061-7/+4
* rework the contributor badgemicael.bergeron2017-09-061-0/+5
* round of fixes after code reviewmicael.bergeron2017-09-061-3/+11
* WIP: refactor the first-contributor to Issuablemicael.bergeron2017-09-061-1/+24
* Fix specsDouwe Maan2017-08-301-1/+1
* Prefer polymorphism over `is_a?`Douwe Maan2017-08-171-3/+3
* Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-101-10/+10
|\
| * Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-10/+10
* | Expire ETag cache on note when award emoji changesSean McGivern2017-07-211-11/+11
|/
* Cache Note#notable for commits and fix testsrequest-store-wrapLin Jen-Shin2017-07-181-1/+1
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-2/+2
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-3/+3
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-1/+1
* Added Cop to blacklist polymorphic associationsYorick Peterse2017-06-071-1/+1
* Merge remote-tracking branch 'origin/master' into fix-realtime-edited-text-fo...Luke "Jared" Bennett2017-06-021-1/+1
|\
| * Move includes call to scopedm-discussions-n-plus-1Douwe Maan2017-05-311-1/+1
* | Port fix-realtime-edited-text-for-issues 9-2-stable fix to master.Luke "Jared" Bennett2017-05-311-0/+1
|/
* 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