BigW Consortium Gitlab

  1. 24 Sep, 2017 1 commit
  2. 15 Aug, 2017 1 commit
  3. 11 Aug, 2017 1 commit
  4. 10 Aug, 2017 1 commit
  5. 09 Aug, 2017 1 commit
  6. 08 Aug, 2017 3 commits
  7. 04 Aug, 2017 4 commits
  8. 02 Aug, 2017 1 commit
  9. 01 Aug, 2017 2 commits
  10. 20 Jul, 2017 1 commit
  11. 21 Jun, 2017 1 commit
  12. 20 Jun, 2017 1 commit
  13. 14 Jun, 2017 1 commit
  14. 24 May, 2017 1 commit
  15. 18 May, 2017 1 commit
  16. 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.
  17. 12 May, 2017 2 commits
  18. 10 May, 2017 1 commit
  19. 04 May, 2017 1 commit
  20. 01 May, 2017 1 commit
  21. 28 Apr, 2017 1 commit
  22. 26 Apr, 2017 1 commit
  23. 13 Apr, 2017 1 commit
    • Expand components version specification format to allow branches · e61325ff
      Alejandro Rodríguez authored
      Currently we specify versions for Gitlab-Shell, Workhorse and Gitaly
      using version strings, to which we prepend 'v' and assume are tags.
      These changes allow branches or tags with other name formats to be
      specified by prepending '=' to the version string (á la govendor).
      
      We also simplify the process to reset to the given version (now a
      branch or tag): Right now there's a check to supposedly try to avoid
      fetching from the remote the version if it already exist locally. But
      the previous logic already clones if the directory doesn't exist or
      fetches if it does, so this check is pointless. We can safely assume the
      version exists once we get to the reset stage.
  24. 04 Apr, 2017 1 commit
  25. 29 Mar, 2017 2 commits
  26. 27 Mar, 2017 1 commit
  27. 21 Mar, 2017 3 commits
  28. 03 Mar, 2017 2 commits
  29. 28 Feb, 2017 1 commit