Skip to content
Snippets Groups Projects
  1. Mar 19, 2020
  2. Mar 12, 2020
  3. Mar 03, 2020
  4. Mar 02, 2020
  5. Feb 13, 2020
  6. Dec 17, 2019
  7. Nov 05, 2019
  8. Oct 31, 2019
  9. Oct 23, 2019
  10. Oct 22, 2019
    • Luke Duncalfe's avatar
      Pass all wiki markup formats through pipelines · 49a78d41
      Luke Duncalfe authored
      Previously, when the wiki page format was anything other than `markdown`
      or `asciidoc` the formatted content would be returned though a Gitaly
      call. Gitaly in turn would delegate formatting to the gitlab-gollum-lib
      gem, which in turn would delegate that to various gems (like RDoc for
      `rdoc`) and then apply some very liberal sanitization.
      
      It was too liberal!
      
      This change brings our wiki content formatting in line with how we
      format other markdown at GitLab, so we have a SSOT for sanitization.
      
      https://gitlab.com/gitlab-org/gitlab/issues/30540
      49a78d41
  11. Sep 26, 2019
  12. Apr 12, 2019
  13. Apr 04, 2019
  14. Mar 06, 2019
  15. Nov 28, 2018
  16. Nov 09, 2018
  17. Nov 07, 2018
  18. Oct 17, 2018
  19. Oct 02, 2018
    • Alejandro Rodríguez's avatar
      Remove Gitlab::Git::Repository#rugged and Gollum code · a99bf447
      Alejandro Rodríguez authored
      Cleanup code, and refactor tests that still use Rugged. After this, there should
      be no Rugged code that access the instance's repositories on non-test
      environments. There is still some rugged code for other tasks like the
      repository import task, but since it doesn't access any repository storage path
      it can stay.
      a99bf447
  20. Sep 21, 2018
  21. Jul 26, 2018
  22. Jul 09, 2018
  23. Jun 20, 2018
  24. Apr 18, 2018
  25. Feb 05, 2018
  26. Jan 30, 2018
  27. Nov 17, 2017
  28. Oct 03, 2017
  29. Aug 30, 2017
  30. Aug 03, 2017
  31. Jul 27, 2017
  32. Jul 23, 2017
  33. Jun 21, 2017
  34. Mar 20, 2017
  35. Mar 16, 2017
  36. Mar 08, 2017
  37. Feb 23, 2017
Loading