Skip to content
Snippets Groups Projects
  1. Sep 12, 2019
  2. Sep 03, 2019
  3. May 06, 2019
    • E'zeki&el Kigbo's avatar
      Minor review fixes · b736a9f0
      E'zeki&el Kigbo authored
      Externalize strings
      
      Simplify locals passed through views
      
      Ensure we can still filter when logged out
      
      Cleanup conditional rendering for explore filters
      Unverified
      b736a9f0
  4. Sep 19, 2018
  5. Apr 20, 2018
  6. Apr 17, 2018
  7. Oct 26, 2017
  8. Oct 04, 2017
  9. Sep 25, 2017
  10. 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
  11. Feb 15, 2017
  12. Feb 14, 2017
  13. Jan 31, 2017
  14. Jan 30, 2017
  15. 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
  16. Dec 11, 2016
  17. Nov 03, 2016
  18. Nov 01, 2016
  19. 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
  20. Jul 14, 2016
  21. Jul 08, 2016
  22. Jul 07, 2016
  23. Jun 30, 2016
  24. Jun 16, 2016
  25. Jun 15, 2016
  26. Apr 12, 2016
  27. Apr 06, 2016
  28. Apr 04, 2016
  29. Jan 28, 2016
  30. Jan 22, 2016
  31. Aug 19, 2015
  32. Apr 30, 2015
  33. Apr 26, 2015
  34. Mar 14, 2015
  35. Mar 07, 2015
  36. Feb 25, 2015
Loading