BigW Consortium Gitlab

  1. 15 Aug, 2017 1 commit
  2. 11 Aug, 2017 1 commit
  3. 10 Aug, 2017 1 commit
  4. 09 Aug, 2017 1 commit
  5. 08 Aug, 2017 3 commits
  6. 04 Aug, 2017 4 commits
  7. 02 Aug, 2017 1 commit
  8. 01 Aug, 2017 2 commits
  9. 20 Jul, 2017 1 commit
  10. 21 Jun, 2017 1 commit
  11. 20 Jun, 2017 1 commit
  12. 14 Jun, 2017 1 commit
  13. 24 May, 2017 1 commit
  14. 18 May, 2017 1 commit
  15. 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.
  16. 12 May, 2017 2 commits
  17. 10 May, 2017 1 commit
  18. 04 May, 2017 1 commit
  19. 01 May, 2017 1 commit
  20. 28 Apr, 2017 1 commit
  21. 26 Apr, 2017 1 commit
  22. 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.
  23. 04 Apr, 2017 1 commit
  24. 29 Mar, 2017 2 commits
  25. 27 Mar, 2017 1 commit
  26. 21 Mar, 2017 3 commits
  27. 03 Mar, 2017 2 commits
  28. 28 Feb, 2017 1 commit
  29. 23 Feb, 2017 1 commit
    • Revert "Enable Style/DotPosition" · 56de781a
      Douwe Maan authored
      This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9.
      
      # Conflicts:
      #	.rubocop.yml
      #	.rubocop_todo.yml
      #	lib/gitlab/ci/config/entry/global.rb
      #	lib/gitlab/ci/config/entry/jobs.rb
      #	spec/lib/gitlab/ci/config/entry/factory_spec.rb
      #	spec/lib/gitlab/ci/config/entry/global_spec.rb
      #	spec/lib/gitlab/ci/config/entry/job_spec.rb
      #	spec/lib/gitlab/ci/status/build/factory_spec.rb
      #	spec/lib/gitlab/incoming_email_spec.rb