Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. Sep 10, 2019
  3. Aug 07, 2019
  4. Dec 13, 2018
  5. Nov 29, 2018
  6. Nov 23, 2018
  7. Oct 15, 2018
  8. Oct 04, 2018
  9. 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
  10. Jul 24, 2018
  11. Apr 08, 2018
  12. Feb 22, 2018
  13. Dec 07, 2017
  14. Nov 06, 2017
  15. Jul 18, 2017
  16. Jun 21, 2017
  17. Jun 12, 2017
  18. May 19, 2017
    • Michael Kozono's avatar
      Refactor to more robust implementation · 49697bc8
      Michael Kozono authored
      In order to avoid string manipulation or modify route params (to make them unambiguous for `url_for`), we are accepting a behavior change:
      
      When being redirected to the canonical path for a group, if you requested a group show path starting with `/groups/…` then you’ll now be redirected to the group at root `/…`.
      49697bc8
  19. May 10, 2017
  20. May 05, 2017
  21. 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
  22. Mar 18, 2017
  23. Feb 23, 2017
  24. Nov 17, 2016
  25. Nov 09, 2016
  26. Oct 15, 2016
  27. Sep 26, 2016
Loading