Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Does not raise error when Note not found when processing NewNoteWorker | Oswaldo Ferreira | 2016-11-11 | 1 | -4/+33 |
| | | | | - Also remove unnecessary param | ||||
* | Ensure we have a user before checking for their permission in ↵ | Rémy Coutable | 2016-09-20 | 1 | -0/+69 |
| | | | | | | Notes::SlashCommandsService Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Remove unneeded aliases | Douwe Maan | 2016-08-18 | 1 | -4/+4 |
| | |||||
* | Fixed specs and fixes based on failing specs | Douwe Maan | 2016-08-16 | 2 | -12/+23 |
| | |||||
* | New Notes::SlashCommandsService service | Rémy Coutable | 2016-08-13 | 2 | -9/+143 |
| | | | | | | 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 | -7/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | Avoid `describe`-ing symbols in specsrs-describe-symbols | Robert Speicher | 2016-07-12 | 2 | -2/+2 |
| | |||||
* | Add comment with diff to DiffPositionUpdateService specnew-diff-notes | Douwe Maan | 2016-07-07 | 1 | -0/+104 |
| | |||||
* | Add tests for DiffPositionUpdateService | Douwe Maan | 2016-07-06 | 1 | -0/+71 |
| | |||||
* | Fix latests concerns | ZJ van de Weg | 2016-05-18 | 1 | -1/+1 |
| | |||||
* | Fix tests and wrong choices during merge | Zeger-Jan van de Weg | 2016-05-12 | 1 | -0/+12 |
| | |||||
* | Add tests on Awardables and Award Emoji | Zeger-Jan van de Weg | 2016-05-10 | 1 | -12/+8 |
| | |||||
* | Adapt tests to new testing guidelines | Robert Schilling | 2016-04-12 | 1 | -5/+4 |
| | |||||
* | Fix code review issues | Robert Schilling | 2016-04-12 | 1 | -4/+5 |
| | |||||
* | Delete notes via API | Robert Schilling | 2016-04-12 | 1 | -0/+15 |
| | |||||
* | Rename Tasks to Todos | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -6/+6 |
| | |||||
* | Create or mark task pending as soon the action happens | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -1/+1 |
| | |||||
* | Create a pending task when a user is mentioned when edit a issue/mr/note | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -3/+3 |
| | |||||
* | Mark pending tasks for the current user as done when he edit a note | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -0/+45 |
| | |||||
* | Mark pending tasks for the note author as done when he left a note | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -0/+1 |
| | |||||
* | Fix Rubocop errornote-background-job | Josh Frye | 2016-01-28 | 1 | -3/+3 |
| | |||||
* | Update tests | Josh Frye | 2016-01-28 | 2 | -3/+27 |
| | |||||
* | Tag service specs | Douwe Maan | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | fox testsemoji_votes | Valery Sizov | 2015-11-19 | 1 | -25/+25 |
| | |||||
* | added specs | Valery Sizov | 2015-11-19 | 1 | -0/+34 |
| | |||||
* | Fix Style/TrailingBlankLines cop violations | Robert Speicher | 2015-06-22 | 1 | -1/+0 |
| | |||||
* | Add support for Webhook note events | Stan Hu | 2015-05-21 | 1 | -0/+2 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745 | ||||
* | Updated rspec to rspec 3.x syntax | Jeroen van Baarsen | 2015-02-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Fix signup and project visibility | Dmitriy Zaporozhets | 2014-06-30 | 1 | -1/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove NotesObserver | Dmitriy Zaporozhets | 2014-06-17 | 1 | -0/+27 |