1. 23 1月, 2019 1 次提交
  2. 21 1月, 2019 1 次提交
  3. 17 1月, 2019 1 次提交
  4. 11 1月, 2019 1 次提交
  5. 09 1月, 2019 1 次提交
  6. 21 12月, 2018 1 次提交
  7. 18 12月, 2018 1 次提交
  8. 14 12月, 2018 1 次提交
  9. 13 12月, 2018 1 次提交
  10. 12 12月, 2018 1 次提交
    • J
      Set URL rel attribute for broken URLs · 08bfec57
      Jan Provaznik 提交于
      It's possible that URI fails to parse a link, but browsers
      still recognize given URL as a link, we should make sure
      that 'rel' attribute is set also in this case.
      08bfec57
  11. 08 12月, 2018 3 次提交
  12. 29 11月, 2018 1 次提交
  13. 22 11月, 2018 1 次提交
  14. 17 11月, 2018 1 次提交
  15. 06 11月, 2018 1 次提交
  16. 01 11月, 2018 1 次提交
  17. 05 10月, 2018 1 次提交
    • M
      Banzai project ref- share context more aggresively · 7cb27556
      Mario de la Ossa 提交于
      Changes `Banzai::CrossProjectReference#parent_from_ref` to return the
      project in the context if the project's `full_path` matches the ref
      we're looking for, as it makes no sense to go to the database to find a
      Project we already have loaded.
      7cb27556
  18. 01 10月, 2018 1 次提交
    • J
      Preload project features in reference parser · 7f4452d4
      Jan Provaznik 提交于
      Preloading of project_features mitigates N+1 queries when checking
      references in other projects.
      
      When loading projects for resources referenced in comments it
      makes sense to include also associated project_features because
      in the following step (`can_read_reference?(user, projects[node],
      node)`) project features is used for checking permissions for the given
      project.
      7f4452d4
  19. 29 9月, 2018 1 次提交
  20. 25 9月, 2018 1 次提交
    • M
      Use `Gitlab::SafeRequestStore` in more places · a54a5d9f
      Michael Kozono 提交于
      Even if it doesn’t save lines of code, since people will tend to use
      code they’ve seen. And `SafeRequestStore` is safer since you
      don’t have to remember to check `RequestStore.active?`.
      a54a5d9f
  21. 12 9月, 2018 2 次提交
  22. 08 9月, 2018 1 次提交
  23. 07 9月, 2018 1 次提交
  24. 05 9月, 2018 1 次提交
  25. 04 9月, 2018 1 次提交
  26. 21 8月, 2018 1 次提交
  27. 10 8月, 2018 1 次提交
  28. 30 7月, 2018 1 次提交
  29. 25 7月, 2018 1 次提交
    • S
      Fix slow Markdown rendering · be495c6a
      Stan Hu 提交于
      The sanitize transformers were being duplicated each time the Markdown
      renderer was called, leading to expontential growth in rendering times.
      
      The problem was that although HTML::Pipeline::SanitizationFilter.WHITELIST
      is a frozen hash, the `:transformers` array can be modified. We need
      to do deep copy of this to avoid adding duplicates.
      
      Closes #49409
      be495c6a
  30. 23 7月, 2018 1 次提交
  31. 11 7月, 2018 1 次提交
  32. 07 7月, 2018 1 次提交
  33. 05 7月, 2018 2 次提交
  34. 04 7月, 2018 1 次提交
  35. 03 7月, 2018 2 次提交