Skip to content
Snippets Groups Projects
  1. Mar 10, 2020
  2. Sep 18, 2019
  3. Mar 27, 2019
  4. 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
  5. Sep 17, 2018
  6. Feb 01, 2018
    • Yorick Peterse's avatar
      Track and act upon the number of executed queries · cca61980
      Yorick Peterse authored
      This ensures that we have more visibility in the number of SQL queries
      that are executed in web requests. The current threshold is hardcoded to
      100 as we will rarely (maybe once or twice) change it.
      
      In production and development we use Sentry if enabled, in the test
      environment we raise an error. This feature is also only enabled in
      production/staging when running on GitLab.com as it's not very useful to
      other users.
      Unverified
      cca61980
  7. Nov 16, 2017
  8. Aug 07, 2017
  9. Jul 28, 2017
    • Z.J. van de Weg's avatar
      Allow projects to be started from a template · 1d3815f8
      Z.J. van de Weg authored
      Started implementation for the first iteration of
      gitlab-org/gitlab-ce#32420. This will allow users to select a template
      to start with, instead of an empty repository in the project just
      created.
      
      Internally this is basically a small extension of the ImportExport
      GitLab projects we already support. We just import a certain import
      tar archive. This commits includes the first one: Ruby on Rails. In the
      future more will be added.
      Unverified
      1d3815f8
  10. Oct 24, 2016
  11. Oct 03, 2016
  12. Aug 11, 2016
  13. Aug 04, 2016
  14. Jul 07, 2016
  15. Jun 24, 2016
  16. Jun 15, 2016
  17. Jun 14, 2016
  18. Jun 13, 2016
  19. May 13, 2016
  20. May 02, 2016
  21. Apr 27, 2016
  22. Apr 26, 2016
  23. Apr 25, 2016
Loading