1. 22 1月, 2019 1 次提交
  2. 19 12月, 2018 1 次提交
  3. 29 11月, 2018 1 次提交
  4. 23 11月, 2018 1 次提交
  5. 01 11月, 2018 1 次提交
  6. 05 10月, 2018 1 次提交
  7. 24 9月, 2018 1 次提交
  8. 19 9月, 2018 1 次提交
    • G
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      gfyoung 提交于
      Enables frozen string for the following:
      
      * app/controllers/*.rb
      * app/controllers/admin/**/*.rb
      * app/controllers/boards/**/*.rb
      * app/controllers/ci/**/*.rb
      * app/controllers/concerns/**/*.rb
      
      Partially addresses #47424.
      73322a0e
  9. 17 9月, 2018 1 次提交
  10. 11 9月, 2018 1 次提交
  11. 07 9月, 2018 2 次提交
  12. 06 9月, 2018 1 次提交
  13. 03 9月, 2018 1 次提交
  14. 08 8月, 2018 1 次提交
  15. 03 8月, 2018 1 次提交
  16. 09 7月, 2018 1 次提交
  17. 06 7月, 2018 1 次提交
  18. 04 7月, 2018 1 次提交
  19. 28 6月, 2018 1 次提交
  20. 27 6月, 2018 2 次提交
  21. 25 6月, 2018 1 次提交
  22. 20 6月, 2018 1 次提交
  23. 08 4月, 2018 1 次提交
  24. 05 4月, 2018 1 次提交
  25. 06 3月, 2018 1 次提交
  26. 05 3月, 2018 1 次提交
  27. 03 3月, 2018 1 次提交
  28. 23 2月, 2018 1 次提交
  29. 21 2月, 2018 2 次提交
  30. 03 2月, 2018 1 次提交
  31. 02 2月, 2018 1 次提交
    • Y
      Track and act upon the number of executed queries · cca61980
      Yorick Peterse 提交于
      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.
      cca61980
  32. 01 2月, 2018 1 次提交
  33. 12 1月, 2018 1 次提交
  34. 05 1月, 2018 2 次提交
  35. 21 12月, 2017 2 次提交