-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[ES][v2] Refactor the Factory of V1 to make it reusable for V2 #7086
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
Signed-off-by: Manik2708 <[email protected]>
Signed-off-by: Manik2708 <[email protected]>
|
This PR is for getting a direction, will complete the code-coverage once the approach is finalized |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7086 +/- ##
==========================================
- Coverage 96.24% 96.21% -0.04%
==========================================
Files 358 361 +3
Lines 21689 21748 +59
==========================================
+ Hits 20875 20924 +49
- Misses 609 616 +7
- Partials 205 208 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Manik2708 <[email protected]>
Signed-off-by: Manik2708 <[email protected]>
Signed-off-by: Manik2708 <[email protected]>
|
@yurishkuro I have some questions and problems:
|
Signed-off-by: Manik2708 <[email protected]>
Signed-off-by: Manik2708 <[email protected]>
Signed-off-by: Manik2708 <[email protected]>
Signed-off-by: Manik2708 <[email protected]>
yurishkuro
left a comment
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.
almost ready
Signed-off-by: Manik2708 <[email protected]>
Signed-off-by: Manik2708 <[email protected]>
Signed-off-by: Manik2708 <[email protected]>
|
#7086 (comment) Thanks for this! I now got reminded that we can use |
Signed-off-by: Manik2708 <[email protected]>
Signed-off-by: Manik2708 <[email protected]>
|
@Manik2708 congrats! this was a difficult PR, any lessons learned how this could've gone smoother / faster? |
@yurishkuro Thanks! I learnt so many lessons. 3 months before I didn't have any experience in writing good code but now I can say I have a bit. The biggest lesson I learnt was that I need to think from the reviewer point of view also. I think that was the reason why sometimes things went slow! Sometimes changes were large and sometimes unnecessary. So will try to review the PRs in future of other contributors so that while writing code I visualize the needs of reviewer so as to make the job of reviewer easy. Thanks a lot for your patience! |
Which problem is this PR solving?
Description of the changes
How was this change tested?
Checklist
jaeger:make lint testjaeger-ui:npm run lintandnpm run test