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

Usage of a helper for trace name when preparing trace data #544

Merged
merged 3 commits into from
Apr 8, 2020

Commits on Mar 13, 2020

  1. Usage of getTraceName() when preparing trace data

    Usage of a helper for trace name resolution when preparing traces data.
    It affects Search and Compare pages.
    
    Signed-off-by: Valerii Varankin <swapster@yandex-team.ru>
    swapster committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    18df91b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Tests for transform-trace-data helper

    * Test for trace without an ID
    * Test for trace with remote (missing) root span
    * Test for trace with root span without refs
    
    Signed-off-by: Valerii Varankin <swapster@yandex-team.ru>
    swapster committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    50bb191 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Removed unnecessary data from tests

    Tags has been removed since it are not relevant to the functionality being tested
    
    Signed-off-by: Valerii Varankin <swapster@yandex-team.ru>
    swapster committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    246db52 View commit details
    Browse the repository at this point in the history