-
Notifications
You must be signed in to change notification settings - Fork 7
ENG-11241: Changes to fetch labels as part of entity joiner #102
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
Conversation
saxenakshitiz
commented
Sep 16, 2021
- Updated entity joiner request builder to fetch labels
- No change needed in NeighborEntitiesRequestBuilder as it is called from DefaultEntityRequestBuilder which handles labels fetching part
- Minor refactoring
1. Updated entity joiner request builder to fetch labels 2. No change needed in NeighborEntitiesRequestBuilder as it is called from DefaultEntityRequestBuilder which handles labels fetching part 3. Minor refactoring
Codecov Report
@@ Coverage Diff @@
## main #102 +/- ##
============================================
+ Coverage 21.64% 22.98% +1.34%
- Complexity 67 75 +8
============================================
Files 64 65 +1
Lines 1663 1679 +16
Branches 54 52 -2
============================================
+ Hits 360 386 +26
+ Misses 1295 1284 -11
- Partials 8 9 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
...ty-schema/src/main/java/org/hypertrace/graphql/entity/joiner/DefaultEntityJoinerBuilder.java
Outdated
Show resolved
Hide resolved
…graphql/entity/request/DefaultEntityLabelRequestBuilder.java
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm other than tests