Skip to content
Snippets Groups Projects
  1. Feb 14, 2018
  2. Feb 13, 2018
    • Yorick Peterse's avatar
      Remove Sentry reporting for query limiting · e3bd674e
      Yorick Peterse authored
      Using Sentry, while useful, poses two problems you have to choose from:
      
      1. All errors are reported separately, making it easy to create issues
         but also making it next to impossible to see other errors (due to the
         sheer volume of threshold errors).
      
      2. Errors can be grouped or merged together, reducing the noise. This
         however also means it's (as far as I can tell) much harder to
         automatically create GitLab issues from Sentry for the offending
         controllers.
      
      Since both solutions are terrible I decided to go with a third option:
      not using Sentry for this at all. Instead we'll investigate using
      Prometheus alerts and Grafana dashboards for this, which has the added
      benefit of being able to more accurately measure the behaviour over
      time.
      
      Note that throwing errors in test environments is still enabled, and
      whitelisting is still necessary to prevent that from happening (and that
      in turn still requires that developers create issues).
      Unverified
      e3bd674e
    • Rémy Coutable's avatar
      Port some RuboCop and doc changes from EE · 2bdb5780
      Rémy Coutable authored
      
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      Unverified
      2bdb5780
    • Dylan Griffith's avatar
      Update sidekiq_style_guide.md · bbcc1808
      Dylan Griffith authored
      bbcc1808
    • Dylan Griffith's avatar
      e8648270
  3. Feb 09, 2018
  4. Feb 08, 2018
  5. Feb 07, 2018
  6. Feb 06, 2018
  7. Feb 01, 2018
  8. Jan 24, 2018
  9. Jan 23, 2018
  10. Jan 22, 2018
  11. Jan 19, 2018
  12. Jan 18, 2018
  13. Jan 16, 2018
  14. Jan 15, 2018
  15. Jan 12, 2018
  16. Jan 11, 2018
  17. Jan 09, 2018
  18. Jan 08, 2018
  19. Jan 07, 2018
  20. Jan 05, 2018
  21. Jan 04, 2018
  22. Jan 03, 2018
  23. Jan 02, 2018
Loading