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

Respect BASE_URL in Trace Tabular View #861

Merged
merged 1 commit into from
Jan 4, 2022

Conversation

caizixian
Copy link
Contributor

Fix #847

Calling prefixUrl when populating the hyperlinks in the table.

Fix jaegertracing#847

Signed-off-by: Zixian Cai <2891235+caizixian@users.noreply.github.com>
@caizixian
Copy link
Contributor Author

Fixed linter errors

@yurishkuro yurishkuro enabled auto-merge (squash) January 4, 2022 15:03
@codecov
Copy link

codecov bot commented Jan 4, 2022

Codecov Report

Merging #861 (bceae28) into main (1dd5ec9) will decrease coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #861      +/-   ##
==========================================
- Coverage   95.33%   95.26%   -0.07%     
==========================================
  Files         240      240              
  Lines        7460     7460              
  Branches     1865     1865              
==========================================
- Hits         7112     7107       -5     
- Misses        342      347       +5     
  Partials        6        6              
Impacted Files Coverage Δ
...i/src/components/TracePage/TraceSpanView/index.tsx 95.08% <ø> (ø)
...mponents/TracePage/TraceStatistics/tableValues.tsx 93.79% <0.00%> (-1.73%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1dd5ec9...bceae28. Read the comment docs.

@caizixian
Copy link
Contributor Author

@yurishkuro the change in the test coverage is likely from the reformatting. Would you be able to manually merge it?

@yurishkuro yurishkuro merged commit dbe28e2 into jaegertracing:main Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tabular view trace link not respecting base URL
2 participants