Skip to content
Snippets Groups Projects
  1. Mar 12, 2020
  2. Mar 04, 2020
  3. Feb 13, 2020
  4. Feb 11, 2020
  5. Feb 07, 2020
  6. Feb 05, 2020
  7. Feb 04, 2020
  8. Jan 31, 2020
  9. Jan 17, 2020
  10. Nov 17, 2019
  11. Nov 08, 2019
  12. Oct 23, 2019
  13. Oct 18, 2019
  14. Oct 07, 2019
  15. Sep 18, 2019
  16. Sep 13, 2019
  17. Sep 06, 2019
  18. Aug 26, 2019
  19. Aug 14, 2019
  20. Aug 12, 2019
  21. Aug 10, 2019
  22. Aug 08, 2019
  23. Jul 18, 2019
  24. Jun 25, 2019
  25. May 16, 2019
  26. Apr 08, 2019
  27. Sep 19, 2018
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      gfyoung authored
      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
  28. Jun 08, 2018
    • Bob Van Landuyt's avatar
      Users can accept terms during registration · 3d713ac1
      Bob Van Landuyt authored
      When a user checks the `accept` checkbox, we will track that
      acceptance as usual. That way they don't need to accept again after
      they complete the registration.
      
      When an unauthenticated user visits the `/-/users/terms` page, there
      is no button to accept, decline or continue. The 'current-user menu'
      is also hidden from the top bar.
      3d713ac1
  29. May 17, 2018
  30. 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
  31. Oct 06, 2017
  32. Sep 28, 2017
    • Brian Neel's avatar
      # This is a combination of 1 commit. · 8fa87ea3
      Brian Neel authored
      # This is the 1st commit message:
      Add logging for all web authentication events
      
      # This is the commit message #2:
      
      Re-add underscore to after_inactive_sign_up_path_for
      
      # This is the commit message #3:
      
      Standardize on username=
      
      # This is the commit message #4:
      
      after_filter -> after_action, _resource -> resource
      
      # This is the commit message #5:
      
      Add two-factor login failures and account lockouts
      
      # This is the commit message #6:
      
      Move logging from two-factor concern to user model
      
      # This is the commit message #7:
      
      Add spaces around default parameter assignments
      
      # This is the commit message #8:
      
      Move logs out of user model
      
      # This is the commit message #9:
      
      Replace filtered_params with user_params
      
      # This is the commit message #10:
      
      Standardize case
      
      # This is the commit message #1:
      
      Fixes for username and AppLogger.info
      8fa87ea3
  33. Jun 06, 2017
  34. Jun 05, 2017
  35. Apr 13, 2017
  36. Apr 02, 2017
  37. Mar 27, 2017
  38. Feb 08, 2017
Loading