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

Integrate http tunnel #39

Merged
merged 27 commits into from
Oct 20, 2020
Merged

Integrate http tunnel #39

merged 27 commits into from
Oct 20, 2020

Commits on Oct 19, 2020

  1. Add go-http-tunnel dependency

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    71fc431 View commit details
    Browse the repository at this point in the history
  2. Add hardcoded tunnel setup

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    46a8a55 View commit details
    Browse the repository at this point in the history
  3. Add defaut certificates

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    3d563bb View commit details
    Browse the repository at this point in the history
  4. Remove vanilla go http tunnel

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    6196449 View commit details
    Browse the repository at this point in the history
  5. Fetch tunnel url from command line

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    106c9ab View commit details
    Browse the repository at this point in the history
  6. Run StartTunnel in separate goroutine

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    8caee35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    340636c View commit details
    Browse the repository at this point in the history
  8. Lint

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    f26e282 View commit details
    Browse the repository at this point in the history
  9. Change vedran target to dev

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    0a0ccf6 View commit details
    Browse the repository at this point in the history
  10. Remove cert

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    2e38a3d View commit details
    Browse the repository at this point in the history
  11. Remove extra Tunnel struct definition

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    e405405 View commit details
    Browse the repository at this point in the history
  12. Fix mock function call

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    9636c08 View commit details
    Browse the repository at this point in the history
  13. Remove lb-tunnel flag

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    f529b4f View commit details
    Browse the repository at this point in the history
  14. Return register response on register request

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    bebcbe4 View commit details
    Browse the repository at this point in the history
  15. Pass register response tunnel url to start tunnel

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    e81a41c View commit details
    Browse the repository at this point in the history
  16. Remove node url from register request

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    279e852 View commit details
    Browse the repository at this point in the history
  17. Update tests

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    b96504e View commit details
    Browse the repository at this point in the history
  18. Generate mock

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    da71527 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    53cb7c7 View commit details
    Browse the repository at this point in the history
  20. Fix tests

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    7a07495 View commit details
    Browse the repository at this point in the history
  21. Set port assignement to auto

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    f5fdb01 View commit details
    Browse the repository at this point in the history
  22. Change tunnelURL to tunnelServerAddress

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    8302acc View commit details
    Browse the repository at this point in the history
  23. Set tunnel Id name

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    55ab807 View commit details
    Browse the repository at this point in the history
  24. Remove hardcoded value

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    f1ff40c View commit details
    Browse the repository at this point in the history
  25. Update tests

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    0c8edaa View commit details
    Browse the repository at this point in the history
  26. Update documentation

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    3becbb0 View commit details
    Browse the repository at this point in the history
  27. Tidy go.mod

    Matija Petrunic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    5ae204c View commit details
    Browse the repository at this point in the history