summaryrefslogtreecommitdiff
path: root/app/services/notes
Commit message (Collapse)AuthorAgeFilesLines
* Backport Note#commands_changes from EEbackport-commands-paramsDouwe Maan2016-11-241-0/+2
|
* Backport some changes done from Time Tracking feature in EE.ee-870-backportRuben Davila2016-11-181-1/+1
|
* Does not raise error when Note not found when processing NewNoteWorkerOswaldo Ferreira2016-11-111-2/+5
| | | | - Also remove unnecessary param
* Fix authored vote from notesbarthc2016-10-241-2/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Ensure we have a user before checking for their permission in ↵Rémy Coutable2016-09-201-0/+1
| | | | | | Notes::SlashCommandsService Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix note form hint showing slash commands supported for commitsRémy Coutable2016-09-201-9/+11
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'master' into 4273-slash-commandsDouwe Maan2016-08-161-1/+1
|\ | | | | | | | | # Conflicts: # app/services/issues/create_service.rb
| * Simplify the name for data builder, feedback:Lin Jen-Shin2016-08-121-1/+1
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13671791
| * Move those builders to their own namespace, feedback:Lin Jen-Shin2016-08-041-1/+1
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13540099
* | Fixed specs and fixes based on failing specsDouwe Maan2016-08-162-12/+30
| |
* | Force notes poll after commands have been executedDouwe Maan2016-08-121-1/+1
| |
* | Refactor slash command definitionDouwe Maan2016-08-122-8/+9
| |
* | Simplify the slash commands DSL to store action blocks instead of creating ↵Rémy Coutable2016-08-132-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | methods Other improvements: - Ensure slash commands autocomplete doesn't break when noteable_type is not given - Slash commands: improve autocomplete behavior and /due command - We don't display slash commands for note edit forms. - Add tests for reply by email with slash commands - Be sure to execute slash commands after the note creation in Notes::CreateService Signed-off-by: Rémy Coutable <remy@rymai.me>
* | New Notes::SlashCommandsService serviceRémy Coutable2016-08-132-40/+25
| | | | | | | | | | | | Check for update_issuable permission in Notes::SlashCommandsService Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Support slash commands in noteable description and notesRémy Coutable2016-08-131-1/+49
|/ | | | | | | | | | | | | | | | | | | | | | | | | Some important things to note: - commands are removed from noteable.description / note.note - commands are translated to params so that they are treated as normal params in noteable Creation services - the logic is not in the models but in the Creation services, which is the right place for advanced logic that has nothing to do with what models should be responsible of! - UI/JS needs to be updated to handle notes which consist of commands only - the `/merge` command is not handled yet Other improvements: - Don't process commands in commit notes and display a flash is note is only commands - Add autocomplete for slash commands - Add description and params to slash command DSL methods - Ensure replying by email with a commands-only note works - Use :subscription_event instead of calling noteable.subscribe - Support :todo_event in IssuableBaseService Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix not normalized emoji pathsdixpac2016-07-141-1/+0
| | | | | | * There where path where +1 was stored as +1 not as thumbsup that was causing problems such as showing thumbsup icon 2 time. I fixed this to always normalize and store +1 as tumbsup
* Automatically update diff note positions when MR is pushed toDouwe Maan2016-07-061-0/+30
|
* Incorportate feedbackZ.J. van de Weg2016-06-011-1/+1
|
* Merge branch 'master' into awardablesZJ van de Weg2016-05-301-11/+0
|\
| * Remove reduntant note validation from create serviceGrzegorz Bizon2016-05-291-11/+0
| |
* | Fix latests concernsZJ van de Weg2016-05-181-2/+4
| |
* | Fix tests and wrong choices during mergeZeger-Jan van de Weg2016-05-121-1/+1
| |
* | Incorporate feedbackZeger-Jan van de Weg2016-05-111-1/+1
| |
* | Merge branch 'master' into awardablesZeger-Jan van de Weg2016-05-111-0/+11
|\ \ | |/
| * Prevent privilege escalation via notes APIRobert Speicher2016-04-261-0/+11
| | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15577
* | Create table for award emojiZeger-Jan van de Weg2016-05-062-1/+6
|/
* Delete notes via APIRobert Schilling2016-04-121-0/+8
|
* Does not create a todo when commenting on commit or project snippetDouglas Barbosa Alexandre2016-02-241-1/+0
|
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-202-2/+2
|
* Create or mark task pending as soon the action happensDouglas Barbosa Alexandre2016-02-202-2/+1
|
* Mark pending tasks for the current user as done when he edit a noteDouglas Barbosa Alexandre2016-02-201-0/+4
|
* Mark pending tasks for the note author as done when he left a noteDouglas Barbosa Alexandre2016-02-201-2/+2
|
* [WIP] Background process note logic for #3948Josh Frye2016-01-282-17/+32
|
* Move note emoji-award implementation to note model (feature envy)Grzegorz Bizon2015-12-031-24/+0
|
* Support award-emoji notes only when it a comment for an issueGrzegorz Bizon2015-12-031-6/+17
|
* 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>