BigW Consortium Gitlab

  1. 31 Dec, 2016 2 commits
  2. 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.
  3. 13 Dec, 2016 1 commit
  4. 11 Dec, 2016 1 commit
  5. 18 Nov, 2016 1 commit
  6. 03 Nov, 2016 1 commit
  7. 01 Nov, 2016 1 commit
  8. 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.
  9. 15 Sep, 2016 3 commits
  10. 20 Jul, 2016 1 commit
  11. 14 Jul, 2016 4 commits
  12. 11 Jul, 2016 1 commit
  13. 08 Jul, 2016 1 commit
  14. 07 Jul, 2016 2 commits
  15. 01 Jul, 2016 1 commit
  16. 30 Jun, 2016 1 commit
  17. 20 Jun, 2016 1 commit
  18. 16 Jun, 2016 2 commits
  19. 15 Jun, 2016 1 commit
  20. 14 Jun, 2016 1 commit
  21. 05 Apr, 2016 1 commit
    • Standardize the way we check for and display form errors · 7a2370f7
      Robert Speicher authored
      - Some views had a "Close" button. We've removed this, because we don't
        want users accidentally hiding the validation errors and not knowing
        what needs to be fixed.
      - Some views used `li`, some used `p`, some used `span`. We've
        standardized on `li`.
      - Some views only showed the first error. We've standardized on showing
        all of them.
      - Some views added an `#error_explanation` div, which we've made
        standard.
  22. 04 Apr, 2016 2 commits
  23. 21 Mar, 2016 1 commit
  24. 11 Mar, 2016 1 commit
  25. 28 Jan, 2016 1 commit
  26. 26 Jan, 2016 1 commit
  27. 08 Jan, 2016 1 commit
  28. 07 Jan, 2016 1 commit
  29. 01 Jan, 2016 1 commit
  30. 28 Jul, 2015 1 commit
  31. 16 Jun, 2015 1 commit