Skip to content
Snippets Groups Projects
  1. Mar 23, 2020
  2. Feb 14, 2020
  3. Dec 20, 2019
  4. Dec 13, 2019
  5. Dec 10, 2019
  6. Oct 31, 2019
  7. Sep 18, 2019
  8. Aug 13, 2019
  9. Aug 08, 2019
  10. Jul 29, 2019
  11. Mar 04, 2019
  12. Feb 13, 2019
  13. Feb 06, 2019
  14. Dec 13, 2018
  15. Nov 09, 2018
  16. Nov 07, 2018
  17. Nov 06, 2018
  18. Jul 17, 2018
  19. Sep 19, 2017
  20. Jun 15, 2017
  21. Apr 05, 2017
  22. Feb 28, 2017
  23. Jan 18, 2017
  24. Jan 11, 2017
  25. Dec 26, 2016
  26. Nov 24, 2016
  27. Nov 19, 2016
  28. Nov 12, 2016
  29. Oct 24, 2016
  30. Aug 16, 2016
  31. Aug 13, 2016
  32. Aug 12, 2016
    • Rémy Coutable's avatar
      Simplify the slash commands DSL to store action blocks instead of creating methods · f393f2dd
      Rémy Coutable authored
      
      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: default avatarRémy Coutable <remy@rymai.me>
      Verified
      f393f2dd
    • Rémy Coutable's avatar
      New Notes::SlashCommandsService service · 7cc4ab14
      Rémy Coutable authored
      
      Check for update_issuable permission in Notes::SlashCommandsService
      
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      7cc4ab14
    • Rémy Coutable's avatar
      Support slash commands in noteable description and notes · 0eea8c88
      Rémy Coutable authored
      
      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: default avatarRémy Coutable <remy@rymai.me>
      0eea8c88
  33. Jul 14, 2016
    • dixpac's avatar
      Fix not normalized emoji paths · e21492b8
      dixpac authored
      * 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
      e21492b8
  34. Jun 03, 2016
  35. May 29, 2016
Loading