1. 13 3月, 2020 1 次提交
  2. 03 3月, 2020 2 次提交
  3. 13 2月, 2020 1 次提交
  4. 07 2月, 2020 1 次提交
  5. 06 11月, 2019 1 次提交
  6. 01 11月, 2019 1 次提交
  7. 23 10月, 2019 2 次提交
  8. 24 7月, 2019 1 次提交
  9. 25 4月, 2019 1 次提交
    • F
      Added list_pages method to avoid loading all wiki pages content · dde69bfb
      Francisco Javier López 提交于
      Inside a wiki, when we show the sidebar or browse to the `pages`,
      all page contents are retrieved from Gitaly and that is a waste
      of resources, since no content from that pages are going to be
      showed.
      
      This MR introduces the method `ProjectWiki#list_pages`,
      which uses new wiki_list_pages RPC call to retrieve
      pages without content
      
      Also in the `WikisController` we're using the method to show
      pages in the sidebar and also on the `pages` page.
      dde69bfb
  10. 12 4月, 2019 1 次提交
    • I
      Fix grouping wiki pages by directory · cfb94bca
      Igor 提交于
      If a page has the same name as a directory
      the WikiPage#group_by_directory method can have
      a wrong behaviour
      
      This commit fixes it
      cfb94bca
  11. 05 4月, 2019 1 次提交
  12. 01 4月, 2019 1 次提交
  13. 20 11月, 2018 2 次提交
  14. 19 11月, 2018 1 次提交
  15. 07 11月, 2018 1 次提交
  16. 17 10月, 2018 1 次提交
  17. 03 10月, 2018 1 次提交
    • A
      Remove Gitlab::Git::Repository#rugged and Gollum code · a99bf447
      Alejandro Rodríguez 提交于
      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
  18. 17 7月, 2018 1 次提交
  19. 20 6月, 2018 2 次提交
  20. 07 5月, 2018 1 次提交
  21. 19 4月, 2018 1 次提交
  22. 08 2月, 2018 1 次提交
  23. 06 2月, 2018 1 次提交
  24. 31 1月, 2018 1 次提交
  25. 25 1月, 2018 1 次提交
  26. 22 1月, 2018 1 次提交
  27. 17 11月, 2017 1 次提交
  28. 31 10月, 2017 1 次提交
  29. 04 10月, 2017 1 次提交
  30. 31 8月, 2017 1 次提交
  31. 03 8月, 2017 2 次提交
  32. 27 7月, 2017 3 次提交
  33. 23 7月, 2017 1 次提交