summaryrefslogtreecommitdiff
path: root/spec/services/notes/create_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixed specs and fixes based on failing specsDouwe Maan2016-08-161-1/+1
|
* New Notes::SlashCommandsService serviceRémy Coutable2016-08-131-9/+14
| | | | | | 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-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-symbolsRobert Speicher2016-07-121-1/+1
|
* Fix latests concernsZJ van de Weg2016-05-181-1/+1
|
* Fix tests and wrong choices during mergeZeger-Jan van de Weg2016-05-121-0/+12
|
* Add tests on Awardables and Award EmojiZeger-Jan van de Weg2016-05-101-12/+8
|
* Update testsJosh Frye2016-01-281-3/+1
|
* Tag service specsDouwe Maan2015-12-091-1/+1
|
* fox testsemoji_votesValery Sizov2015-11-191-25/+25
|
* added specsValery Sizov2015-11-191-0/+34
|
* Fix Style/TrailingBlankLines cop violationsRobert Speicher2015-06-221-1/+0
|
* Add support for Webhook note eventsStan Hu2015-05-211-0/+2
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-2/+2
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix signup and project visibilityDmitriy Zaporozhets2014-06-301-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove NotesObserverDmitriy Zaporozhets2014-06-171-0/+27