BigW Consortium Gitlab

  1. 30 Jan, 2017 1 commit
  2. 27 Jan, 2017 1 commit
  3. 24 Jan, 2017 1 commit
  4. 06 Jan, 2017 1 commit
  5. 31 Dec, 2016 2 commits
  6. 29 Dec, 2016 1 commit
  7. 26 Dec, 2016 1 commit
  8. 21 Dec, 2016 1 commit
    • 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.
  9. 16 Dec, 2016 1 commit
  10. 12 Dec, 2016 3 commits
  11. 07 Dec, 2016 1 commit
  12. 23 Nov, 2016 1 commit
  13. 18 Nov, 2016 1 commit
  14. 10 Nov, 2016 2 commits
  15. 03 Nov, 2016 2 commits
  16. 02 Nov, 2016 2 commits
  17. 01 Nov, 2016 3 commits
  18. 24 Oct, 2016 2 commits
  19. 19 Oct, 2016 6 commits
  20. 07 Oct, 2016 1 commit
    • 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.
  21. 05 Oct, 2016 1 commit
  22. 15 Sep, 2016 2 commits
  23. 14 Sep, 2016 1 commit
  24. 13 Sep, 2016 2 commits