Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport Note#commands_changes from EEbackport-commands-params | Douwe Maan | 2016-11-24 | 1 | -0/+2 |
| | |||||
* | Backport some changes done from Time Tracking feature in EE.ee-870-backport | Ruben Davila | 2016-11-18 | 1 | -1/+1 |
| | |||||
* | Does not raise error when Note not found when processing NewNoteWorker | Oswaldo Ferreira | 2016-11-11 | 1 | -2/+5 |
| | | | | - Also remove unnecessary param | ||||
* | Fix authored vote from notes | barthc | 2016-10-24 | 1 | -2/+4 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Ensure we have a user before checking for their permission in ↵ | Rémy Coutable | 2016-09-20 | 1 | -0/+1 |
| | | | | | | Notes::SlashCommandsService Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix note form hint showing slash commands supported for commits | Rémy Coutable | 2016-09-20 | 1 | -9/+11 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'master' into 4273-slash-commands | Douwe Maan | 2016-08-16 | 1 | -1/+1 |
|\ | | | | | | | | | # Conflicts: # app/services/issues/create_service.rb | ||||
| * | Simplify the name for data builder, feedback: | Lin Jen-Shin | 2016-08-12 | 1 | -1/+1 |
| | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13671791 | ||||
| * | Move those builders to their own namespace, feedback: | Lin Jen-Shin | 2016-08-04 | 1 | -1/+1 |
| | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5620#note_13540099 | ||||
* | | Fixed specs and fixes based on failing specs | Douwe Maan | 2016-08-16 | 2 | -12/+30 |
| | | |||||
* | | Force notes poll after commands have been executed | Douwe Maan | 2016-08-12 | 1 | -1/+1 |
| | | |||||
* | | Refactor slash command definition | Douwe Maan | 2016-08-12 | 2 | -8/+9 |
| | | |||||
* | | Simplify the slash commands DSL to store action blocks instead of creating ↵ | Rémy Coutable | 2016-08-13 | 2 | -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 service | Rémy Coutable | 2016-08-13 | 2 | -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 notes | Rémy Coutable | 2016-08-13 | 1 | -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 paths | dixpac | 2016-07-14 | 1 | -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 to | Douwe Maan | 2016-07-06 | 1 | -0/+30 |
| | |||||
* | Incorportate feedback | Z.J. van de Weg | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into awardables | ZJ van de Weg | 2016-05-30 | 1 | -11/+0 |
|\ | |||||
| * | Remove reduntant note validation from create service | Grzegorz Bizon | 2016-05-29 | 1 | -11/+0 |
| | | |||||
* | | Fix latests concerns | ZJ van de Weg | 2016-05-18 | 1 | -2/+4 |
| | | |||||
* | | Fix tests and wrong choices during merge | Zeger-Jan van de Weg | 2016-05-12 | 1 | -1/+1 |
| | | |||||
* | | Incorporate feedback | Zeger-Jan van de Weg | 2016-05-11 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into awardables | Zeger-Jan van de Weg | 2016-05-11 | 1 | -0/+11 |
|\ \ | |/ | |||||
| * | Prevent privilege escalation via notes API | Robert Speicher | 2016-04-26 | 1 | -0/+11 |
| | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15577 | ||||
* | | Create table for award emoji | Zeger-Jan van de Weg | 2016-05-06 | 2 | -1/+6 |
|/ | |||||
* | Delete notes via API | Robert Schilling | 2016-04-12 | 1 | -0/+8 |
| | |||||
* | Does not create a todo when commenting on commit or project snippet | Douglas Barbosa Alexandre | 2016-02-24 | 1 | -1/+0 |
| | |||||
* | Rename Tasks to Todos | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -2/+2 |
| | |||||
* | Create or mark task pending as soon the action happens | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -2/+1 |
| | |||||
* | Mark pending tasks for the current user as done when he edit a note | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -0/+4 |
| | |||||
* | Mark pending tasks for the note author as done when he left a note | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -2/+2 |
| | |||||
* | [WIP] Background process note logic for #3948 | Josh Frye | 2016-01-28 | 2 | -17/+32 |
| | |||||
* | Move note emoji-award implementation to note model (feature envy) | Grzegorz Bizon | 2015-12-03 | 1 | -24/+0 |
| | |||||
* | Support award-emoji notes only when it a comment for an issue | Grzegorz Bizon | 2015-12-03 | 1 | -6/+17 |
| | |||||
* | Fix for Emojinotes_fix_stablenotes_fix | Valery Sizov | 2015-11-20 | 1 | -2/+2 |
| | |||||
* | adressing comments | Valery Sizov | 2015-11-19 | 1 | -2/+2 |
| | |||||
* | better regexp | Valery Sizov | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | award emoji | Valery Sizov | 2015-11-19 | 1 | -2/+15 |
| | |||||
* | Use issue editor as cross reference comment author when issue is edited with ↵edit-new-cross-references | Douwe Maan | 2015-10-28 | 1 | -1/+1 |
| | | | | a new mention. | ||||
* | Fix cross-references originating from notes | Douwe Maan | 2015-10-12 | 2 | -8/+2 |
| | |||||
* | Reset correct event cache | Douwe Maan | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | Show who last edited a comment if it wasn't the original author | Douwe Maan | 2015-07-30 | 1 | -15/+4 |
| | |||||
* | Replace remaining references to `Note.create_cross_reference_note` | Robert Speicher | 2015-06-22 | 2 | -2/+2 |
| | |||||
* | Add support for Webhook note events | Stan Hu | 2015-05-21 | 1 | -1/+1 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745 | ||||
* | Link cross-project cross-reference notes to correct project. | Douwe Maan | 2015-04-24 | 2 | -3/+2 |
| | |||||
* | Added comment notification events to HipChat and Slack services. | Stan Hu | 2015-03-06 | 1 | -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. | uran | 2014-12-25 | 1 | -0/+25 |
| | |||||
* | Remove NotesObserver | Dmitriy Zaporozhets | 2014-06-17 | 1 | -2/+17 |
| | |||||
* | Move services for collecting items to Finders | Dmitriy Zaporozhets | 2014-02-25 | 1 | -20/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |