BigW Consortium Gitlab

  1. 26 Oct, 2017 1 commit
  2. 04 Oct, 2017 1 commit
  3. 25 Sep, 2017 1 commit
  4. 18 Aug, 2017 1 commit
  5. 07 Jul, 2017 2 commits
  6. 05 Jul, 2017 1 commit
  7. 06 Apr, 2017 1 commit
  8. 29 Mar, 2017 1 commit
  9. 03 Mar, 2017 2 commits
    • Refactor projects filtering by name · 5bb6a85b
      Dmitriy Zaporozhets authored
      Reuse same search form and behavior for dashboard#projects, group#projects
      and admin#projects. Repsect all other options like sorting, personal
      filter when search projects by name. Create FilterableList JS class to
      handle identical behaviour of projects and groups lists.
      
      This change also makes filtering and sorting availabe on explore#projects
      and explore#groups no matter if you are logged in or not.
      Signed-off-by: 's avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
    • Fixes filtering by name reseting archive filter · ed1f1104
      Phil Hughes authored
      Previously the search form just wasn't including any params that had previously been set, so when you filtered by name, it would reset all the params & therefore ignoring the archived param
      
      Closes #28007
  10. 15 Feb, 2017 1 commit
  11. 14 Feb, 2017 1 commit
  12. 31 Jan, 2017 1 commit
  13. 30 Jan, 2017 1 commit
  14. 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.
  15. 11 Dec, 2016 1 commit
  16. 03 Nov, 2016 1 commit
  17. 01 Nov, 2016 1 commit
  18. 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.
  19. 15 Sep, 2016 2 commits
  20. 30 Aug, 2016 2 commits
  21. 14 Jul, 2016 1 commit
  22. 11 Jul, 2016 1 commit
  23. 08 Jul, 2016 1 commit
  24. 07 Jul, 2016 3 commits
  25. 01 Jul, 2016 1 commit
  26. 30 Jun, 2016 1 commit
  27. 20 Jun, 2016 1 commit
  28. 16 Jun, 2016 2 commits
  29. 15 Jun, 2016 1 commit
  30. 14 Jun, 2016 1 commit
  31. 14 Apr, 2016 1 commit
  32. 13 Apr, 2016 1 commit
  33. 12 Apr, 2016 1 commit