Skip to content
Snippets Groups Projects
  1. Mar 28, 2018
  2. Mar 05, 2018
  3. Feb 08, 2018
  4. Oct 26, 2017
  5. Oct 04, 2017
  6. Sep 25, 2017
  7. Aug 18, 2017
  8. Jul 07, 2017
  9. Jul 05, 2017
  10. Apr 06, 2017
  11. Mar 29, 2017
  12. Mar 03, 2017
    • Dmitriy Zaporozhets's avatar
      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: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
      Verified
      5bb6a85b
    • Phil Hughes's avatar
      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
      ed1f1104
  13. Feb 15, 2017
  14. Feb 14, 2017
  15. Jan 31, 2017
  16. Jan 30, 2017
  17. 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
  18. Dec 11, 2016
  19. Nov 03, 2016
  20. Nov 01, 2016
  21. 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
  22. Sep 15, 2016
  23. Aug 30, 2016
  24. Jul 14, 2016
  25. Jul 11, 2016
  26. Jul 08, 2016
  27. Jul 07, 2016
  28. Jul 01, 2016
  29. Jun 30, 2016
  30. Jun 20, 2016
  31. Jun 16, 2016
  32. Jun 15, 2016
  33. Jun 14, 2016
Loading