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

fix deep dependency graph not show in uiEmbed=v0 mode #768

Merged
merged 11 commits into from
Oct 14, 2021

Conversation

leroy-chen
Copy link
Contributor

fix deep dependency graph not show in uiEmbed=v0 mode

Which problem is this PR solving?

Short description of the changes

  • also add Page--content class to Content in uiEmbed=v0 mode

Signed-off-by: leroy-chen <leroy.chen.179@gmail.com>
@codecov
Copy link

codecov bot commented Jun 17, 2021

Codecov Report

Merging #768 (a629277) into master (e531c04) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #768      +/-   ##
==========================================
+ Coverage   95.10%   95.12%   +0.02%     
==========================================
  Files         231      231              
  Lines        7103     7103              
  Branches     1709     1752      +43     
==========================================
+ Hits         6755     6757       +2     
+ Misses        342      340       -2     
  Partials        6        6              
Impacted Files Coverage Δ
packages/jaeger-ui/src/components/App/Page.tsx 100.00% <100.00%> (ø)
...nents/TracePage/TraceTimelineViewer/SpanBarRow.tsx 100.00% <0.00%> (+5.55%) ⬆️

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 e531c04...a629277. Read the comment docs.

@leroy-chen leroy-chen force-pushed the master branch 5 times, most recently from 022919c to d359d5e Compare July 16, 2021 07:32
add an new classname when use uiEmbed mode

Signed-off-by: leroy-chen <leroy.chen.179@gmail.com>
@yurishkuro
Copy link
Member

@rubenvp8510 could you review?

Copy link
Collaborator

@rubenvp8510 rubenvp8510 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI is failing, run yarn prettier to fix it :)

packages/jaeger-ui/src/components/App/Page.css Outdated Show resolved Hide resolved
…the `top: var(--nav-height);` rule.and remove this from class .Page--content.

change new added class name to .Page--content--no-embedded,just keep the `top: var(--nav-height);` rule.and remove this from class .Page--content.

Signed-off-by: leroy-chen <leroy.chen.179@gmail.com>
fix ci lint error

Signed-off-by: leroy-chen <leroy.chen.179@gmail.com>
@rubenvp8510 rubenvp8510 merged commit 56c2911 into jaegertracing:master Oct 14, 2021
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.

In uiEmbed=v0, deep dependency graph, the result is blank
4 participants