1. 01 Nov, 2016 1 commit
  2. 31 Oct, 2016 5 commits
  3. 29 Oct, 2016 1 commit
  4. 28 Oct, 2016 2 commits
    • Matt Butcher's avatar
      Merge pull request #1473 from technosophos/fix/1468-3rd-party-apis · 846011b0
      Matt Butcher authored
      fix(tiller): allow 3rd party APIs
      846011b0
    • Matt Butcher's avatar
      fix(tiller): allow 3rd party APIs · f27791c3
      Matt Butcher authored
      This feature has been disabled in the past because simply enabling the
      feature causes the Kubernetes library to make requests to a server.
      Thus, running any tests that use the 'pkg/kube' library has required
      running a kube API server.
      
      This patch makes it possible to selectively activate 3rdParty API
      support, and then disables that support during testing.
      
      Future versions of the Kubernetes library appear to make it easier to
      configure and mock this behavior, so this is most likely a stop-gap
      measure. (Famous last words.)
      
      Closes #1472
      f27791c3
  5. 27 Oct, 2016 8 commits
  6. 26 Oct, 2016 14 commits
  7. 25 Oct, 2016 9 commits