Skip to content
Snippets Groups Projects
  1. Jul 19, 2019
  2. Jul 15, 2019
  3. Jun 18, 2019
  4. Apr 29, 2019
  5. Mar 11, 2019
    • Mark Lapierre's avatar
      Add feature flag to enforce gitaly request limits · b3f54b3d
      Mark Lapierre authored
      We typically don't want to enforce request limits in production
      However, we have some production-like test environments, i.e., ones
      where `Rails.env.production?` returns `true`. We do want to be able
      to check if the limit is being exceeded while testing in those
      environments.
      b3f54b3d
  6. Jan 25, 2019
  7. Dec 21, 2018
  8. Dec 20, 2018
  9. Dec 19, 2018
  10. Nov 20, 2018
  11. Nov 19, 2018
  12. Oct 31, 2018
  13. Jan 24, 2018
  14. Dec 28, 2017
  15. Nov 29, 2017
  16. Oct 03, 2017
  17. Sep 19, 2017
  18. Sep 07, 2017
  19. Jul 27, 2017
  20. Jul 18, 2017
  21. Jun 14, 2017
  22. May 31, 2017
  23. May 15, 2017
    • Jacob Vosmaer (GitLab)'s avatar
      Don't reuse gRPC channels · 43f037c9
      Jacob Vosmaer (GitLab) authored
      It seems that bad things happen when two gRPC stubs share one gRPC
      channel so let's stop doing that. The downside of this is that we
      create more gRPC connections; one per stub.
      43f037c9
  24. Apr 03, 2017
Loading