Skip to content
Snippets Groups Projects
  1. Jan 14, 2020
  2. Nov 17, 2019
  3. Oct 31, 2019
  4. Oct 23, 2019
  5. Aug 20, 2019
  6. Jul 23, 2019
  7. Jul 18, 2019
  8. 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
  9. Apr 04, 2019
  10. Mar 27, 2019
  11. Oct 17, 2018
  12. Sep 26, 2018
    • gfyoung's avatar
      Enable even more frozen string in app/controllers · 12ee2753
      gfyoung authored
      Enables frozen string for some vestigial files as
      well as the following:
      
      * app/controllers/projects/**/*.rb
      * app/controllers/sherlock/**/*.rb
      * app/controllers/snippets/**/*.rb
      * app/controllers/users/**/*.rb
      
      Partially addresses #47424.
      12ee2753
  13. Jul 31, 2018
  14. 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
  15. Jul 09, 2018
  16. Jun 25, 2018
  17. May 29, 2018
  18. Apr 18, 2018
  19. Mar 26, 2018
  20. Mar 22, 2018
    • Joshua Sooter's avatar
      Added support for custom wiki sidebar using _sidebar.md in the wiki root. If... · 4333fbf2
      Joshua Sooter authored
      Added support for custom wiki sidebar using _sidebar.md in the wiki root. If _sidebar.md exists it will be parsed and rendered otherwise the default sidebar file list  will display
      
      deleted _sidebar_custom.html.haml and modified _sidebar.html.haml to check for sidebar_page and render it or the default wiki page list. Also removed white space.
      
      fix indent in show.html.haml
      
      restore newline at end of ile
      
      Add a newline at the end of changelogs/custom_wiki_sidebar.yml
      4333fbf2
  21. Feb 05, 2018
  22. Jan 22, 2018
  23. Nov 17, 2017
  24. Nov 16, 2017
  25. Oct 11, 2017
  26. Oct 03, 2017
  27. Jul 05, 2017
  28. Jun 06, 2017
  29. May 04, 2017
    • Rares Sfirlogea's avatar
      Display slash commands outcome when previewing Markdown · 45e4c665
      Rares Sfirlogea authored
      Remove slash commands from Markdown preview and display their outcome next to
      the text field.
      Introduce new "explanation" block to our slash commands DSL.
      Introduce optional "parse_params" block to slash commands DSL that allows to
      process a parameter before it is passed to "explanation" or "command" blocks.
      Pass path for previewing Markdown as "data" attribute instead of setting
      a variable on "window".
      45e4c665
  30. Apr 26, 2017
  31. Mar 26, 2017
  32. Mar 20, 2017
  33. Mar 13, 2017
  34. Mar 08, 2017
  35. Feb 14, 2017
  36. Feb 07, 2017
  37. Dec 31, 2016
Loading