Skip to content
Snippets Groups Projects
  1. Dec 13, 2019
  2. Dec 10, 2019
  3. Oct 31, 2019
  4. Sep 18, 2019
  5. Aug 13, 2019
  6. Aug 08, 2019
  7. Jul 29, 2019
  8. Mar 04, 2019
  9. Feb 13, 2019
  10. Feb 06, 2019
  11. Dec 13, 2018
  12. Nov 09, 2018
  13. Nov 07, 2018
  14. Nov 06, 2018
  15. Jul 17, 2018
  16. Sep 19, 2017
  17. Jun 15, 2017
  18. Apr 05, 2017
  19. Feb 28, 2017
  20. Jan 18, 2017
  21. Jan 11, 2017
  22. Dec 26, 2016
  23. Nov 24, 2016
  24. Nov 19, 2016
  25. Nov 12, 2016
  26. Oct 24, 2016
  27. Aug 16, 2016
  28. Aug 13, 2016
  29. 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
  30. 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
  31. Jun 03, 2016
  32. May 29, 2016
  33. May 18, 2016
  34. May 12, 2016
  35. May 11, 2016
Loading