Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-25Does not create a todo when commenting on commit or project snippetDouglas Barbosa Alexandre
2016-02-20Rename Tasks to TodosDouglas Barbosa Alexandre
2016-02-20Create or mark task pending as soon the action happensDouglas Barbosa Alexandre
2016-02-20Mark pending tasks for the current user as done when he edit a noteDouglas Barbosa Alexandre
2016-02-20Mark pending tasks for the note author as done when he left a noteDouglas Barbosa Alexandre
2016-01-28[WIP] Background process note logic for #3948Josh Frye
2015-12-03Move note emoji-award implementation to note model (feature envy)Grzegorz Bizon
2015-12-03Support award-emoji notes only when it a comment for an issueGrzegorz Bizon
2015-11-20Fix for EmojiValery Sizov
2015-11-19adressing commentsValery Sizov
2015-11-19better regexpValery Sizov
2015-11-19award emojiValery Sizov
2015-10-28Use issue editor as cross reference comment author when issue is edited with ↵Douwe Maan
a new mention.
2015-10-12Fix cross-references originating from notesDouwe Maan
2015-07-31Reset correct event cacheDouwe Maan
2015-07-30Show who last edited a comment if it wasn't the original authorDouwe Maan
2015-06-22Replace remaining references to `Note.create_cross_reference_note`Robert Speicher
2015-05-22Add support for Webhook note eventsStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/6745
2015-04-24Link cross-project cross-reference notes to correct project.Douwe Maan
2015-03-06Added comment notification events to HipChat and Slack services.Stan Hu
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
2014-12-25Implemented notes (body) patching in API.uran
2014-06-17Remove NotesObserverDmitriy Zaporozhets
2014-02-25Move services for collecting items to FindersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-20Make sure note.system is false if created by userDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-16Move all Context classes into ServicesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>