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 query-service functionality from http handler #1312

Merged

Commits on Feb 1, 2019

  1. [query] Separate common utils of query-service from APIHandler

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    b98364d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. Make a new querysvc to encapsulate query-service utilities

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    ea173da View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. Addressed comments, refactored

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    ba76b1b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Cleaned function signatures, removed extra query_service_options file

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    772d75e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. Addressed comments, fixed tests

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    8dd2a58 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Addressed comments, fixed tests

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    e667c12 View commit details
    Browse the repository at this point in the history
  2. Nit, fix tests

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    e7400a0 View commit details
    Browse the repository at this point in the history
  3. Run make format

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    2e95222 View commit details
    Browse the repository at this point in the history
  4. Rename file, remove alias

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    5673311 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Add empty test for coverage

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    bcbb09a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

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

Commits on Feb 12, 2019

  1. Remove unreferenced function QueryService.FindTraceIDs

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    3dbbee1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. WIP - Fix codecov coverage, add a few querysvc tests

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    578eb0b View commit details
    Browse the repository at this point in the history
  2. Nit, fix imports

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    d48cc0c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Fix codecov coverage with tests for querysvc

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    34a4989 View commit details
    Browse the repository at this point in the history
  2. Make format

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    72f039e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Fix codecov coverage for APIHandler

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    d56745a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Configuration menu
    Copy the full SHA
    8a4839b View commit details
    Browse the repository at this point in the history
  2. Remove duplicate function

    Signed-off-by: Annanay <annanay.a@media.net>
    Annanay committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    20859e6 View commit details
    Browse the repository at this point in the history