Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. May 29, 2019
  3. Apr 15, 2019
  4. Mar 21, 2019
  5. Mar 19, 2019
  6. Sep 19, 2018
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      gfyoung authored
      Enables frozen string for the following:
      
      * app/controllers/*.rb
      * app/controllers/admin/**/*.rb
      * app/controllers/boards/**/*.rb
      * app/controllers/ci/**/*.rb
      * app/controllers/concerns/**/*.rb
      
      Partially addresses #47424.
      73322a0e
  7. Sep 11, 2018
  8. Dec 12, 2017
  9. Aug 24, 2017
  10. Jul 24, 2017
  11. Jul 05, 2017
  12. Apr 06, 2017
    • Jacopo's avatar
      ProjectsFinder should handle more options · b996a82f
      Jacopo authored
      Extended ProjectFinder in order to handle the following options:
       - current_user - which user use
       - project_ids_relation: int[] - project ids to use
       - params:
         -  trending: boolean
         -  non_public: boolean
         -  starred: boolean
         -  sort: string
         -  visibility_level: int
         -  tags: string[]
         -  personal: boolean
         -  search: string
         -  non_archived: boolean
      
      GroupProjectsFinder now inherits from ProjectsFinder.
      Changed the code in order to use the new available options.
      b996a82f
  13. 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
  14. Feb 03, 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. Sep 28, 2016
  17. Jul 08, 2016
  18. Jul 07, 2016
  19. Jul 01, 2016
  20. Apr 13, 2016
  21. Apr 12, 2016
  22. Apr 06, 2016
  23. Apr 04, 2016
  24. Mar 20, 2016
  25. Mar 19, 2016
  26. Aug 19, 2015
  27. Jul 11, 2015
  28. Jun 09, 2015
  29. Apr 20, 2015
  30. Mar 12, 2015
  31. Feb 14, 2015
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  32. Oct 21, 2014
  33. Oct 19, 2014
  34. Sep 14, 2014
  35. Jun 19, 2014
  36. Jun 03, 2014
Loading