Skip to content
Snippets Groups Projects
  1. Aug 17, 2018
  2. Jul 25, 2018
  3. Jun 05, 2018
  4. May 29, 2018
  5. Apr 26, 2018
  6. Apr 20, 2018
  7. Apr 17, 2018
  8. Apr 13, 2018
  9. Apr 12, 2018
  10. Apr 11, 2018
  11. Apr 10, 2018
  12. Apr 09, 2018
  13. Mar 28, 2018
  14. Mar 05, 2018
  15. Feb 08, 2018
  16. Oct 26, 2017
  17. Oct 04, 2017
  18. Sep 25, 2017
  19. Aug 18, 2017
  20. Jul 07, 2017
  21. Jul 05, 2017
  22. Apr 06, 2017
  23. Mar 29, 2017
  24. 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
  25. Feb 15, 2017
  26. Feb 14, 2017
  27. Jan 31, 2017
  28. Jan 30, 2017
  29. 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
  30. Dec 11, 2016
  31. Nov 03, 2016
Loading