BigW Consortium Gitlab

  1. 28 Dec, 2017 1 commit
  2. 12 Dec, 2017 2 commits
  3. 07 Dec, 2017 1 commit
  4. 06 Dec, 2017 1 commit
  5. 29 Nov, 2017 1 commit
  6. 28 Nov, 2017 1 commit
    • Add controller#action metrics on Gitaly · 60ac7e0c
      Zeger-Jan van de Weg authored
      At this time we had good metrics on what number or requests each GRPC
      received, but were in the dark what controller#action combination was
      responsable. Or if Sidekiq was responsable. Now added are call counts
      per service and rpc matched with controller#action combinations.
  7. 22 Nov, 2017 1 commit
  8. 01 Nov, 2017 1 commit
  9. 23 Oct, 2017 1 commit
  10. 16 Oct, 2017 1 commit
  11. 06 Oct, 2017 1 commit
  12. 03 Oct, 2017 1 commit
  13. 30 Sep, 2017 1 commit
  14. 27 Sep, 2017 1 commit
  15. 26 Sep, 2017 1 commit
  16. 25 Sep, 2017 1 commit
  17. 19 Sep, 2017 1 commit
  18. 07 Sep, 2017 1 commit
  19. 04 Sep, 2017 2 commits
  20. 14 Aug, 2017 1 commit
  21. 08 Aug, 2017 1 commit
  22. 26 Jul, 2017 1 commit
  23. 19 Jul, 2017 1 commit
  24. 07 Jul, 2017 1 commit
  25. 20 Jun, 2017 1 commit
  26. 19 Jun, 2017 1 commit
  27. 07 Jun, 2017 2 commits
  28. 31 May, 2017 1 commit
  29. 15 May, 2017 1 commit
    • Don't reuse gRPC channels · 43f037c9
      Jacob Vosmaer 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.
  30. 08 Apr, 2017 1 commit
  31. 05 Apr, 2017 1 commit
    • Deal with Rails autoload instance variable resets · 8eb35066
      Jacob Vosmaer 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.
  32. 03 Apr, 2017 1 commit
  33. 29 Mar, 2017 2 commits
  34. 21 Mar, 2017 1 commit
  35. 15 Mar, 2017 1 commit
  36. 01 Mar, 2017 1 commit