Skip to content
Snippets Groups Projects
  1. Mar 19, 2020
  2. Mar 16, 2020
  3. Mar 03, 2020
  4. Feb 27, 2020
  5. Jan 27, 2020
  6. Jan 20, 2020
  7. Jan 16, 2020
  8. Dec 05, 2019
  9. Nov 05, 2019
  10. Oct 31, 2019
  11. Oct 23, 2019
  12. Oct 17, 2019
  13. Sep 13, 2019
  14. Aug 20, 2019
  15. Apr 25, 2019
    • Francisco Javier López's avatar
      Added list_pages method to avoid loading all wiki pages content · dde69bfb
      Francisco Javier López authored
      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
  16. Apr 04, 2019
  17. Mar 26, 2019
    • Bob Van Landuyt's avatar
      Allow multiple repositories per project · d36415b7
      Bob Van Landuyt authored
      This changes the repository type from a binary `wiki?` to a type. So
      we can have more than 2 repository types.
      
      Now everywhere we called `.wiki?` and expected a boolean, we check
      that type.
      d36415b7
  18. Mar 17, 2019
  19. Feb 06, 2019
  20. Sep 21, 2018
  21. Sep 18, 2018
  22. Sep 17, 2018
  23. Jul 24, 2018
    • Stan Hu's avatar
      Use limit parameter to retrieve Wikis from Gitaly · c8ff6b7c
      Stan Hu authored
      Without this parameter, every load of a Wiki page will load all the Wiki pages
      in the repository for the sidebar. This is a significant performance penalty
      that can significant slow the display of all Wiki pages.
      
      Relates to #40101
      c8ff6b7c
  24. Jul 12, 2018
  25. Jul 09, 2018
  26. Jun 04, 2018
  27. Apr 25, 2018
  28. Apr 18, 2018
  29. Mar 26, 2018
  30. Mar 14, 2018
    • Zeger-Jan van de Weg's avatar
      Change Gitlab::Shell#add_namespace to #create_namespace · 77f0906e
      Zeger-Jan van de Weg authored
      Prior to this change, this method was called add_namespace, which broke
      the CRUD convention and made it harder to grep for what I was looking
      for. Given the change was a find and replace kind of fix, this was
      changed without opening an issue and on another feature branch.
      
      If more dynamic calls are made to add_namespace, these could've been
      missed which might lead to incorrect bahaviour. However, going through
      the commit log it seems thats not the case.
      Unverified
      77f0906e
  31. Feb 05, 2018
  32. Jan 30, 2018
  33. Nov 17, 2017
  34. Nov 15, 2017
  35. Nov 03, 2017
  36. Oct 03, 2017
  37. Sep 29, 2017
  38. Aug 03, 2017
  39. Aug 01, 2017
Loading