BigW Consortium Gitlab

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