An error occurred fetching the project authors.
  1. 23 Sep, 2018 1 commit
    • 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
  2. 13 Sep, 2018 1 commit
  3. 03 Aug, 2018 1 commit
  4. 09 Jun, 2017 1 commit
  5. 10 Mar, 2017 1 commit
  6. 16 Jan, 2017 1 commit
    • 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
  7. 06 Jan, 2017 1 commit
  8. 23 Mar, 2016 2 commits
  9. 19 Nov, 2015 1 commit
    • Robert Speicher's avatar
      Merge 8-2-stable into 8-2-stable-ee · ed2a8ba6
      Robert Speicher authored
      Conflicts remaining:
      
      - app/controllers/groups/group_members_controller.rb
      - app/controllers/projects/project_members_controller.rb
      - app/models/ability.rb
      - app/models/member.rb
      - app/models/project.rb
      ed2a8ba6
  10. 16 Nov, 2015 1 commit
  11. 30 Apr, 2015 1 commit
  12. 20 Apr, 2015 1 commit
  13. 12 Mar, 2015 1 commit
  14. 03 Mar, 2015 1 commit