-
Notifications
You must be signed in to change notification settings - Fork 82
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
(#111) Advancing research for LORM implementation #184
Conversation
Job #184 is now in scope, role is |
Codecov Report
@@ Coverage Diff @@
## master #184 +/- ##
=========================================
Coverage 74.79% 74.79%
Complexity 133 133
=========================================
Files 27 27
Lines 964 964
Branches 67 67
=========================================
Hits 721 721
Misses 213 213
Partials 30 30
Continue to review full report at Codecov.
|
@llorllale Looks ok, thanks. But there is a problem (not your fault). This research should have been done in the context of the ticket #160. Then, that puzzle should have been removed and replaced with the one you added here. The task you had now was to implement LORM and use it in reporting. And it is stated that this task has impediments -- I'm not sure what to do in this situation? You could just instruct 0crat to wait, but then you would have a blocked task in your agenda for possibly a long time. Anyway, quite complex, 0crat needs improvements still, to know which task to assign and which not... |
@rultor goog to merge |
@amihaiemil Thanks for your request. @yegor256 Please confirm this. |
See comments starting at this one |
@llorllale I see, ok :) |
@yegor256 ping |
@rultor merge |
@llorllale @yegor256 Oops, I failed. You can see the full log here (spent 6min)
|
@amihaiemil any advice on how to fix this build error? How can I have changed the coverage when all I modified were an XSL and removed a comment in |
@llorllale as the logs say, it fails because Yes, your PR did not alter code coverage. Maybe it was changed in an earlier PR which was merged before this. I would say: open a ticket about this, instruct 0crat to wait on your task and close this PR in the meantime (but don't delete your branch so you can make another PR after that ticket is solved). |
@llorllale It also happened here: #179 And it will most likely happen with all the open PRs. |
@amihaiemil Closing while waiting on #192 |
@ypshenychka/z please review this job, as in §30 |
Carry on! |
@llorllale yes, I guess in the case of PRs, the QA reviews the job done by the CR. I hope I did the right thing here, advised you properly (that's what seemed logical to me). |
@amihaiemil FYI just opened #197 |
@amihaiemil/z this job was assigned to you 5 days ago. It will be taken away from you soon, unless you close it, see §8. Read this and this, please. |
@llorllale According to our QA Rules:
Please provide more details in description.
Please correct your messages by indicating an addressee in the beginning. |
@amihaiemil According to our QA Rules:
No issues were found during code review. |
@ypshenychka I confirm I'll try to find more issues in future tasks |
@ypshenychka fixed description and my messages |
@llorllale Thank you! |
@0crat quality acceptable |
QA review completed: +15 points just awarded to @ypshenychka/z, total is +345 |
Order was finished, quality was "acceptable": +15 points just awarded to @amihaiemil/z, total is +805 |
as per #111
After doing some research it was decided we should go for Latent Semantic Indexing on the methods of the class in order to implement LORM. See this and this.