Skip to content
Snippets Groups Projects
  1. Feb 15, 2019
  2. Jan 24, 2019
    • Jacopo's avatar
      Adds milestone search · 22eb2e4c
      Jacopo authored
      Adds to search ILIKE search for milestones title in:
        - Milestones dashboard
        - Group milestones page
        - Project milestones page
      22eb2e4c
  3. Oct 26, 2018
  4. Oct 16, 2018
  5. Oct 04, 2018
  6. 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
  7. Sep 13, 2018
  8. Aug 03, 2018
  9. Jun 09, 2017
  10. Mar 10, 2017
  11. Jan 16, 2017
    • Adam Niedzielski's avatar
      Speed up dashboard milestone index by scoping IssuesFinder to user authorized projects · cf3be218
      Adam Niedzielski authored
      It improves performance in dashboard milestone index page by passing a
      hint to "IssuesFinder". "IssuesFinder" generates a more performant query
      when it is limited to authorized projects for user.
      In the dashboard we already limit the projects to these authorized for
      user (see "Dashboard::ApplicationController#projects"), so we can safely
      pass this option to "IssuesFinder".
      cf3be218
  12. Jan 06, 2017
  13. Mar 23, 2016
  14. Nov 16, 2015
  15. Apr 30, 2015
  16. Apr 20, 2015
  17. Mar 12, 2015
  18. Mar 03, 2015
Loading