1. 27 7月, 2020 1 次提交
  2. 17 7月, 2020 1 次提交
  3. 25 6月, 2020 1 次提交
  4. 20 6月, 2020 1 次提交
  5. 10 6月, 2020 1 次提交
  6. 13 5月, 2020 2 次提交
  7. 25 3月, 2020 1 次提交
  8. 10 9月, 2019 1 次提交
    • J
      Add event presenter · f4945879
      Jan Provaznik 提交于
      This presenter will be used in an upcoming MR which adds
      rendering of epic events on group activity page.
      f4945879
  9. 13 5月, 2019 1 次提交
  10. 11 12月, 2018 1 次提交
    • G
      Reduce N+1 from Activity Dashboard and Banzai · 4f5abe43
      Gabriel Mazetto 提交于
      There is a combination of few strategies implemented here:
      
      1. Few relations were eager loaded
      2. Changed few polymorphic routes to specific ones so we don't have to
         use `#becomes(Namespace)` which doesn't preserve association cache
      4f5abe43
  11. 06 11月, 2018 4 次提交
  12. 07 9月, 2018 2 次提交
  13. 05 9月, 2018 1 次提交
  14. 12 5月, 2018 1 次提交
  15. 07 11月, 2017 1 次提交
  16. 04 10月, 2017 1 次提交
  17. 23 8月, 2017 1 次提交
  18. 21 8月, 2017 1 次提交
  19. 18 8月, 2017 1 次提交
  20. 06 7月, 2017 1 次提交
  21. 12 5月, 2017 1 次提交
  22. 11 5月, 2017 1 次提交
  23. 28 4月, 2017 1 次提交
    • J
      Improve text on todo list when the todo action comes from yourself · 60e9405b
      Jacopo 提交于
      Improved todo message when an issue is assigned to yourself.
      - The new message when an user assign to himself an issue or a mr is: "You
      assigned issue xx to yourself"
      - The new message when an user adds a todo to himself is: "You added a
      todo for issue xx"
      - The new message when and user mention himself is: "You mentioned
      yourself on issue xx"
      - The new message when an user directly address himself is: "You
      directly addressed yourself on issue xx"
      - The new message when an user mark himself as an approver is: "You set
      yourself as an approver for merge request xx"
      60e9405b
  24. 13 4月, 2017 1 次提交
  25. 15 3月, 2017 1 次提交
  26. 07 3月, 2017 1 次提交
  27. 09 12月, 2016 1 次提交
    • R
      remove unnecessary issues event filter on comments tab · 4af62042
      Rydkin Maxim 提交于
      fix features_visibility_spec.rb
      
      remove strange part of spec
      
      fix conditions of comments tab disappearing and fix spec
      
      generate changelog
      
      rewrite spec for more coplex check step-by-step
      
      move conditional logic into helper and fix changelog
      
      fix indentation in helper
      4af62042
  28. 16 11月, 2016 1 次提交
  29. 01 11月, 2016 3 次提交
  30. 18 10月, 2016 1 次提交
    • N
      Stop event_commit_title from escaping its output · 4012c695
      Nick Thomas 提交于
      Return a non-html-safe, unescaped String instead of ActiveSupport::SafeBuffer
      to preserve safety when the output is misused. Currently there's oly one user,
      which does the right thing.
      
      Closes #23311
      4012c695
  31. 03 6月, 2016 2 次提交
  32. 24 5月, 2016 1 次提交