Skip to content
Snippets Groups Projects
Select Git revision
  • v14.2.0-ee
  • v14.2.0-rc42-ee
  • v14.1.3-ee
  • v13.12.10-ee
  • v13.12.9-ee
  • v14.0.7-ee
  • v14.1.2-ee
  • v14.1.1-ee
  • v14.1.0-ee
  • v14.1.0-rc43-ee
  • v14.0.6-ee
  • v14.1.0-rc42-ee
  • v14.0.5-ee
  • v13.11.7-ee
  • v13.12.8-ee
  • v14.0.4-ee
  • v14.0.3-ee
  • v13.12.7-ee
  • v13.11.6-ee
  • v13.12.6-ee
20 results
An error occurred while fetching branches. Retry the search.

runners_controller.rb

Forked from GitLab.org / GitLab
Source project has a limited visibility.
  • gfyoung's avatar
    be42c050
    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
    History
    Enable more frozen string in app/controllers/
    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.