Skip to content
Snippets Groups Projects
  1. Aug 17, 2018
  2. Jul 12, 2018
  3. Jun 06, 2018
  4. May 29, 2018
  5. Apr 13, 2018
  6. Apr 12, 2018
  7. Apr 11, 2018
  8. Apr 10, 2018
  9. Apr 09, 2018
  10. Mar 05, 2018
  11. Dec 20, 2017
  12. Oct 04, 2017
  13. Sep 25, 2017
  14. Aug 18, 2017
  15. Aug 01, 2017
  16. Jul 06, 2017
  17. Apr 06, 2017
  18. Dec 31, 2016
  19. Dec 21, 2016
    • Markus Koller's avatar
      Add more storage statistics · 3ef4f74b
      Markus Koller authored
      This adds counters for build artifacts and LFS objects, and moves
      the preexisting repository_size and commit_count from the projects
      table into a new project_statistics table.
      
      The counters are displayed in the administration area for projects
      and groups, and also available through the API for admins (on */all)
      and normal users (on */owned)
      
      The statistics are updated through ProjectCacheWorker, which can now
      do more granular updates with the new :statistics argument.
      Verified
      3ef4f74b
  20. Dec 13, 2016
  21. Dec 11, 2016
  22. Nov 18, 2016
  23. Nov 03, 2016
  24. Nov 01, 2016
  25. Oct 07, 2016
    • Nick Thomas's avatar
      Enable CacheMarkdownField for the remaining models · 99205515
      Nick Thomas authored
      This commit alters views for the following models to use the markdown cache if
      present:
      
      * AbuseReport
      * Appearance
      * ApplicationSetting
      * BroadcastMessage
      * Group
      * Issue
      * Label
      * MergeRequest
      * Milestone
      * Project
      
      At the same time, calls to `escape_once` have been moved into the `single_line`
      Banzai pipeline, so they can't be missed out by accident and the work is done
      at save, rather than render, time.
      99205515
  26. Sep 15, 2016
  27. Jul 20, 2016
  28. Jul 14, 2016
  29. Jul 11, 2016
Loading