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

Separate Ports for GRPC and HTTP requests in Query Server #2387

Merged
merged 13 commits into from
Sep 11, 2020
Merged

Separate Ports for GRPC and HTTP requests in Query Server #2387

merged 13 commits into from
Sep 11, 2020

Commits on Aug 13, 2020

  1. Adding methods to get port from address

    Signed-off-by: rjs211 <[email protected]>
    rjs211 committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    5e8af60 View commit details
    Browse the repository at this point in the history
  2. separating ports

    Signed-off-by: rjs211 <[email protected]>
    rjs211 committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    4242790 View commit details
    Browse the repository at this point in the history
  3. Adding default GRPC port number

    Signed-off-by: rjs211 <[email protected]>
    rjs211 committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    33bfabf View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

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

Commits on Aug 21, 2020

  1. return error in server close method

    Signed-off-by: rjs211 <[email protected]>
    rjs211 committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    1dcd286 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    be498b8 View commit details
    Browse the repository at this point in the history
  2. remove redundant lines and code cleanup

    Signed-off-by: rjs211 <[email protected]>
    rjs211 committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    50c362d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

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

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    e1f7f85 View commit details
    Browse the repository at this point in the history
  2. Removing possibly flaky test

    Signed-off-by: rjs211 <[email protected]>
    rjs211 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    68878bd View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Adding minor changes for review

    Signed-off-by: rjs211 <[email protected]>
    
    1. Added test cases for `HostPortToPort` method
    2. Modified Depricated warning to reasonable date
    rjs211 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    1236e5d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    8bd7008 View commit details
    Browse the repository at this point in the history
  2. added tests to increase coverage

    Signed-off-by: rjs211 <[email protected]>
    rjs211 committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    dfe0c00 View commit details
    Browse the repository at this point in the history