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

Add links to make values in tags or log properties clickable #223

Merged
merged 18 commits into from
Aug 3, 2018

Commits on Jul 4, 2018

  1. Link patterns to make values in tags, processes and logs clickable

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    33fcae9 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Fixing failing test

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    83c257e View commit details
    Browse the repository at this point in the history
  2. Moving icons closer to the value to make them more visible

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    1330d0c View commit details
    Browse the repository at this point in the history
  3. Adding some tests

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    f305938 View commit details
    Browse the repository at this point in the history
  4. Fixing misplaced "// eslint-disable-next-line react/no-danger" comment

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    7849922 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Using ub-inline-block instead of manipulating HTML in KeyValuesTable

    (as recommended by Joe Farro)
    
    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    efd44fd View commit details
    Browse the repository at this point in the history
  2. Adding tests for createTestFunction

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    0901e53 View commit details
    Browse the repository at this point in the history
  3. Adding tests for getParameterInArray

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    0544a62 View commit details
    Browse the repository at this point in the history
  4. Adding tests for getParameterInAncestor

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    858bb10 View commit details
    Browse the repository at this point in the history
  5. Adding test for SpanDetailRow

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    136c149 View commit details
    Browse the repository at this point in the history
  6. Adding test for callTemplate

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    73db8e9 View commit details
    Browse the repository at this point in the history
  7. Adding test for computeLinks

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    a159459 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Changes following code review

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    dd795d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Adding tests for getLinks

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    9acf208 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Changes following code review

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    68c5d05 View commit details
    Browse the repository at this point in the history
  2. Using # instead of $ in link templates

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    13d66cc View commit details
    Browse the repository at this point in the history
  3. Adding a reference to the parent span in the child spans

    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    6048d0a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Merging addSpanReferences with transfromTraceData and making span opt…

    …ional in SpanReference
    
    Signed-off-by: David-Emmanuel Divernois <david-emmanuel.divernois@amadeus.com>
    divdavem committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    185c93e View commit details
    Browse the repository at this point in the history