Skip to content
Snippets Groups Projects
  1. Oct 16, 2017
  2. Oct 06, 2017
  3. Oct 03, 2017
  4. Sep 30, 2017
  5. Sep 27, 2017
  6. Sep 26, 2017
  7. Sep 25, 2017
  8. Sep 19, 2017
  9. Sep 07, 2017
  10. Sep 04, 2017
  11. Aug 14, 2017
  12. Aug 08, 2017
  13. Jul 26, 2017
  14. Jul 19, 2017
  15. Jul 07, 2017
  16. Jun 20, 2017
  17. Jun 19, 2017
  18. Jun 07, 2017
  19. May 31, 2017
  20. 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
  21. Apr 08, 2017
  22. Apr 05, 2017
    • Jacob Vosmaer (GitLab)'s avatar
      Deal with Rails autoload instance variable resets · 8eb35066
      Jacob Vosmaer (GitLab) authored
      Rails auto-load (a development feature) can end up resetting instance
      variables on classes. This breaks Gitlab::GitalyClient, which uses
      instance variables to keep global hashes to look up channels and
      addresses. This change adds code that regenerates the hashes if they
      suddenly become nil.
      8eb35066
  23. Apr 03, 2017
  24. Mar 29, 2017
  25. Mar 21, 2017
  26. Mar 15, 2017
  27. Mar 01, 2017
Loading