1. 08 8月, 2017 1 次提交
  2. 26 7月, 2017 1 次提交
  3. 19 7月, 2017 1 次提交
  4. 07 7月, 2017 1 次提交
  5. 20 6月, 2017 1 次提交
  6. 19 6月, 2017 1 次提交
  7. 07 6月, 2017 2 次提交
  8. 01 6月, 2017 1 次提交
  9. 15 5月, 2017 1 次提交
    • J
      Don't reuse gRPC channels · 43f037c9
      Jacob Vosmaer 提交于
      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
  10. 09 4月, 2017 1 次提交
  11. 05 4月, 2017 1 次提交
    • J
      Deal with Rails autoload instance variable resets · 8eb35066
      Jacob Vosmaer 提交于
      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
  12. 04 4月, 2017 1 次提交
  13. 29 3月, 2017 2 次提交
  14. 21 3月, 2017 1 次提交
  15. 15 3月, 2017 1 次提交
  16. 02 3月, 2017 1 次提交