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

Dedupled search results DDG paths #558

Merged
merged 2 commits into from
Apr 8, 2020

Conversation

rubenvp8510
Copy link
Collaborator

Signed-off-by: Ruben Vargas ruben.vp8510@gmail.com

Which problem is this PR solving?

Short description of the changes

@@ -25,7 +25,9 @@ function transformTracesToPaths(
focalService: string,
focalOperation?: string
): TDdgPayload {
const dependencies: TDdgPayloadPath[] = [];
// const dependenciesMap: TDdgPayloadPath[] = [];
Copy link
Member

Choose a reason for hiding this comment

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

remove this line?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ups, removed, thanks.

@rubenvp8510 rubenvp8510 force-pushed the Issue-503 branch 2 times, most recently from 402be04 to 0f7ca18 Compare April 8, 2020 19:59
@codecov
Copy link

codecov bot commented Apr 8, 2020

Codecov Report

Merging #558 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #558   +/-   ##
=======================================
  Coverage   92.89%   92.90%           
=======================================
  Files         200      200           
  Lines        4912     4917    +5     
  Branches     1212     1213    +1     
=======================================
+ Hits         4563     4568    +5     
  Misses        309      309           
  Partials       40       40           
Impacted Files Coverage Δ
...jaeger-ui/src/model/ddg/transformTracesToPaths.tsx 100.00% <100.00%> (ø)

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 3737c09...985248f. Read the comment docs.

Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

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

Thanks!

@yurishkuro yurishkuro merged commit a212ea1 into jaegertracing:master Apr 8, 2020
vvvprabhakar pushed a commit to vvvprabhakar/jaeger-ui that referenced this pull request Jul 5, 2021
* Dedupled search results DDG paths

Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>

* Add deduplet ddg  paths test

Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
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.

Search Results DDG Paths should be deduped
2 participants