Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minikube tunnel #3015

Merged
merged 43 commits into from
Oct 18, 2018
Merged

minikube tunnel #3015

merged 43 commits into from
Oct 18, 2018

Commits on Aug 27, 2018

  1. Configuration menu
    Copy the full SHA
    8fb3edb View commit details
    Browse the repository at this point in the history
  2. minikube tunnel

    balopat committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    c04b84d View commit details
    Browse the repository at this point in the history
  3. adding registry for tunnels

    balopat committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    a7d124d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcf208e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e73808 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34c5d88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2114e4c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    228ed39 View commit details
    Browse the repository at this point in the history
  9. windows version works

    balopat committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    94d19b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9080b0e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. linux refactor

    balopat committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    e70d66a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. gofmt

    balopat committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    25f46c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Configuration menu
    Copy the full SHA
    8ef4fe2 View commit details
    Browse the repository at this point in the history
  2. gofmt

    balopat committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    5895fef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efeaace View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. fix windows compilation

    balopat committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    f16460a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7f5f28 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Configuration menu
    Copy the full SHA
    10a716a View commit details
    Browse the repository at this point in the history
  2. go fmt

    balopat committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    a475aa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Configuration menu
    Copy the full SHA
    701bfe0 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. cleanup, godocs

    balopat committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    edbe1b7 View commit details
    Browse the repository at this point in the history
  2. Refactoring for minikube tunnel + small fixes

    These changes enabled the `minikube tunnel` development in a test driven
    way. config.GetMachineName() is passed now to some of the methods in
    the cluster package. Introduced FakeStore explicitly.
    Some small fixes that I encountered during `minikube tunnel` development
    are grouped into this commit as well:
    - a fix.sh script for boilerplate generation\
    - the test.sh fix for ignoring testpaths that contained
    "out" e.g. was incorrectly ignoring "router"
    - fix for boilerplate.py that was not working well with all paths
    balopat committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    8158a92 View commit details
    Browse the repository at this point in the history
  3. minikube tunnel implementation

    Please see the docs/tunnel.md for details around the design.
    balopat committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    b264ebf View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Configuration menu
    Copy the full SHA
    4efd3e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3edb93f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2018

  1. Configuration menu
    Copy the full SHA
    5cf91e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e6f9dc View commit details
    Browse the repository at this point in the history
  3. big cleanup

    balopat committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    f2e0ee0 View commit details
    Browse the repository at this point in the history
  4. removed lc_all

    balopat committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    157eeef View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. review comments

    balopat committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    2dbcd93 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. review comments

    balopat committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    7accb7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6116038 View commit details
    Browse the repository at this point in the history
  3. further review comments

    balopat committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    cb45876 View commit details
    Browse the repository at this point in the history
  4. linting, LC_ALL=C for unix

    balopat committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    9b94eb0 View commit details
    Browse the repository at this point in the history
  5. removing unrelated changes

    balopat committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    a695115 View commit details
    Browse the repository at this point in the history
  6. removing unrelated changes

    balopat committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    ace1146 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    295dce0 View commit details
    Browse the repository at this point in the history
  8. remove stuttering

    balopat committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    76e5d9d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    a7b0c54 View commit details
    Browse the repository at this point in the history
  2. lint

    balopat committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    8f05699 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. code cleanup

    balopat committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    bcd9a43 View commit details
    Browse the repository at this point in the history
  2. code cleanup

    balopat committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    5fc3490 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1323e56 View commit details
    Browse the repository at this point in the history