1. 15 1月, 2019 1 次提交
  2. 03 1月, 2019 1 次提交
    • S
      Add markdown buttons to file editor · 066a99b6
      Sam Bigelow 提交于
      Currently, we have markdown files in many places (e.g. comments, new
      issues, etc.). This Merge Request detects if the file being edited is a
      markdown file and adds markdown buttons and their functionality to the
      single file editor (Not the web IDE)
      066a99b6
  3. 14 12月, 2018 1 次提交
  4. 13 12月, 2018 1 次提交
  5. 08 12月, 2018 1 次提交
  6. 21 11月, 2018 1 次提交
  7. 19 10月, 2018 1 次提交
  8. 11 9月, 2018 1 次提交
  9. 15 8月, 2018 1 次提交
  10. 14 6月, 2018 1 次提交
  11. 01 5月, 2018 1 次提交
  12. 09 4月, 2018 1 次提交
  13. 08 1月, 2018 1 次提交
  14. 21 12月, 2017 1 次提交
  15. 19 12月, 2017 2 次提交
  16. 19 11月, 2017 1 次提交
  17. 06 11月, 2017 1 次提交
  18. 03 11月, 2017 1 次提交
  19. 16 8月, 2017 1 次提交
  20. 01 8月, 2017 1 次提交
  21. 12 7月, 2017 1 次提交
  22. 17 6月, 2017 1 次提交
  23. 27 4月, 2017 1 次提交
  24. 07 3月, 2017 1 次提交
  25. 03 2月, 2017 1 次提交
  26. 05 1月, 2017 1 次提交
  27. 14 12月, 2016 2 次提交
  28. 02 12月, 2016 1 次提交
  29. 30 11月, 2016 1 次提交
  30. 19 11月, 2016 1 次提交
  31. 16 11月, 2016 1 次提交
    • N
      shows user avatar in mention autocomplete in editor · eaef9453
      Nur Rony 提交于
      adds entry in CHANGELOG
      
      no uninitialized variable and unnecessary if statement
      
      formatting issue in CHANGELOG
      
      resolves scss lint warings
      
      cleanup: unnecessary css classes
      
      adds css class that cleaned up by mistake
      
      replaces snake_case variables name with camelCase
      
      removes unnecessary css class and adds white color border for avatar
      
      moves changelog entry from 8.13 to 8.14
      
      remove bottom margin from avatar-inline
      
      resolves lint warnings
      
      rebased and moves changelog entry to 8.14
      
      fixes avatar shifting on hover
      
      adds entry at top of 8.14 section in CHANGELOG.md
      
      calls sanitization for gl.utils
      
      syncing changelog with master and created changelog files using cli
      
      changes changelog title
      eaef9453
  32. 09 10月, 2016 1 次提交
  33. 13 8月, 2016 1 次提交
    • R
      Support slash commands in noteable description and notes · 0eea8c88
      Rémy Coutable 提交于
      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: NRémy Coutable <remy@rymai.me>
      0eea8c88
  34. 21 7月, 2016 1 次提交
  35. 23 6月, 2016 1 次提交
  36. 18 6月, 2016 1 次提交
  37. 17 6月, 2016 2 次提交