Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. Sep 23, 2018
    • gfyoung's avatar
      Enable more frozen string in app/controllers/ · be42c050
      gfyoung authored
      Enables frozen string for the following:
      
      * app/controllers/dashboard/**/*.rb
      * app/controllers/explore/**/*.rb
      * app/controllers/google_api/**/*.rb
      * app/controllers/groups/**/*.rb
      * app/controllers/import/**/*.rb
      * app/controllers/instance_statistics/**/*.rb
      * app/controllers/ldap/**/*.rb
      * app/controllers/oauth/**/*.rb
      * app/controllers/profiles/**/*.rb
      
      Partially addresses #47424.
      be42c050
  3. Apr 28, 2018
  4. Feb 27, 2018
  5. Feb 22, 2018
  6. Aug 15, 2017
  7. 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
  8. May 05, 2017
  9. 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
  10. Apr 05, 2017
  11. Dec 08, 2016
  12. Mar 20, 2016
  13. Mar 18, 2016
  14. Nov 16, 2015
  15. Jul 31, 2015
  16. May 01, 2015
  17. Apr 30, 2015
  18. Apr 14, 2015
  19. Mar 15, 2015
  20. Mar 12, 2015
Loading