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

feat: Add http endpoint to the Go feature server #2658

Merged
merged 8 commits into from
May 19, 2022

Commits on May 16, 2022

  1. feat: Add http endpoint to the Go feature server

    Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
    Tsotne Tabidze committed May 16, 2022
    Configuration menu
    Copy the full SHA
    f05a775 View commit details
    Browse the repository at this point in the history
  2. Remove debugging prints

    Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
    Tsotne Tabidze committed May 16, 2022
    Configuration menu
    Copy the full SHA
    faa44e6 View commit details
    Browse the repository at this point in the history
  3. Remove grpc keyword where not necessary

    Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
    Tsotne Tabidze committed May 16, 2022
    Configuration menu
    Copy the full SHA
    54c3da8 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Add feature logging to http server

    Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
    Tsotne Tabidze committed May 17, 2022
    Configuration menu
    Copy the full SHA
    4b2f0a8 View commit details
    Browse the repository at this point in the history
  2. Format timestamp correctly

    Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
    Tsotne Tabidze committed May 17, 2022
    Configuration menu
    Copy the full SHA
    ee1148d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Add unit test for UnmarshalJSON

    Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
    Tsotne Tabidze committed May 19, 2022
    Configuration menu
    Copy the full SHA
    ad301f3 View commit details
    Browse the repository at this point in the history
  2. Add e2e http server test & fix logging bug

    Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
    Tsotne Tabidze committed May 19, 2022
    Configuration menu
    Copy the full SHA
    8168517 View commit details
    Browse the repository at this point in the history
  3. Add separate methods for stopping http & grpc servers

    Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
    Tsotne Tabidze committed May 19, 2022
    Configuration menu
    Copy the full SHA
    1b1e4c1 View commit details
    Browse the repository at this point in the history