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

Normalize CLI flags to use host:port addresses #1827

Merged
merged 21 commits into from
Mar 31, 2020

Commits on Oct 2, 2019

  1. Normalize CLI flags to use host:port addresses

    Signed-off-by: Annanay <[email protected]>
    Annanay committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    366f279 View commit details
    Browse the repository at this point in the history
  2. Addressed review comments

    Signed-off-by: Annanay <[email protected]>
    Annanay committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    79a9738 View commit details
    Browse the repository at this point in the history
  3. Continue support for deprecated flags in all-in-one

    Signed-off-by: Annanay <[email protected]>
    Annanay committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    1ad013f View commit details
    Browse the repository at this point in the history
  4. Nitpick, fix agent options in all-in-one

    Signed-off-by: Annanay <[email protected]>
    Annanay committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    1b765c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Addressed comments, use HostPort in variable names

    Signed-off-by: Annanay <[email protected]>
    Annanay committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    cca9d7e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Address comments

    Signed-off-by: Annanay <[email protected]>
    Annanay committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    66273f3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into normalize-port-flags

    Signed-off-by: Annanay <[email protected]>
    Annanay committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    a40e779 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Add Changelog entries

    Signed-off-by: Annanay <[email protected]>
    Annanay committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    f6fed00 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into normalize-port-flags

    Signed-off-by: Annanay <[email protected]>
    Annanay committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    d8bd679 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. Fix merge changes

    Signed-off-by: Annanay <[email protected]>
    Annanay committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    706e582 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Checkpoint

    Signed-off-by: Annanay Agarwal <[email protected]>
    Annanay Agarwal authored and Annanay Agarwal committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    d3e4385 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Merge branch 'master' into normalize-port-flags

    Signed-off-by: Annanay <[email protected]>
    annanay25 committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    e206100 View commit details
    Browse the repository at this point in the history
  2. Rebased and addressed comments

    Signed-off-by: Annanay <[email protected]>
    annanay25 committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    5fbe038 View commit details
    Browse the repository at this point in the history
  3. Remove TChan ports, remove leftover files from merge

    Signed-off-by: Annanay <[email protected]>
    annanay25 committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    a863362 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Merge branch 'master' into normalize-port-flags

    Signed-off-by: Annanay <[email protected]>
    annanay25 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    5665a22 View commit details
    Browse the repository at this point in the history
  2. Address comments

    Signed-off-by: Annanay <[email protected]>
    annanay25 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    e8fa878 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Fix go.mod, edit util function name

    Signed-off-by: Annanay <[email protected]>
    annanay25 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    10325bc View commit details
    Browse the repository at this point in the history
  2. Fix test, print address in log

    Signed-off-by: Annanay <[email protected]>
    annanay25 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    9097ce5 View commit details
    Browse the repository at this point in the history
  3. Make fmt

    Signed-off-by: Annanay <[email protected]>
    annanay25 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    6498408 View commit details
    Browse the repository at this point in the history
  4. Add small test

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    d1e14af View commit details
    Browse the repository at this point in the history
  5. Another silly test

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0717a8d View commit details
    Browse the repository at this point in the history