summaryrefslogtreecommitdiff
path: root/app/services/notes
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Emojinotes_fix_stablenotes_fixValery Sizov2015-11-201-2/+2
|
* adressing commentsValery Sizov2015-11-191-2/+2
|
* better regexpValery Sizov2015-11-191-1/+1
|
* award emojiValery Sizov2015-11-191-2/+15
|
* Use issue editor as cross reference comment author when issue is edited with ↵edit-new-cross-referencesDouwe Maan2015-10-281-1/+1
| | | | a new mention.
* Fix cross-references originating from notesDouwe Maan2015-10-122-8/+2
|
* Reset correct event cacheDouwe Maan2015-07-311-1/+1
|
* Show who last edited a comment if it wasn't the original authorDouwe Maan2015-07-301-15/+4
|
* Replace remaining references to `Note.create_cross_reference_note`Robert Speicher2015-06-222-2/+2
|
* Add support for Webhook note eventsStan Hu2015-05-211-1/+1
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745
* Link cross-project cross-reference notes to correct project.Douwe Maan2015-04-242-3/+2
|
* Added comment notification events to HipChat and Slack services.Stan Hu2015-03-061-0/+12
| | | | | | | | | Supports four different event types all bundled under the "note" event type: - comments on a commit - comments on an issue - comments on a merge request - comments on a code snippet
* Implemented notes (body) patching in API.uran2014-12-251-0/+25
|
* Remove NotesObserverDmitriy Zaporozhets2014-06-171-2/+17
|
* Move services for collecting items to FindersDmitriy Zaporozhets2014-02-251-20/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make sure note.system is false if created by userDmitriy Zaporozhets2014-02-201-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move all Context classes into ServicesDmitriy Zaporozhets2014-01-162-0/+30
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>