-
Notifications
You must be signed in to change notification settings - Fork 0
added more sections for aggregations #260
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
base: master
Are you sure you want to change the base?
Conversation
|
Reviewed 8 of 8 files at r1. app/models/issue.rb, line 25 [r1] (raw file):
this should be app/models/issue.rb, line 81 [r1] (raw file):
why is this here? Why do we need rails instead of ruby as key? What are you trying to do? app/views/errors/show.html.haml, line 47 [r1] (raw file):
you can use collection here db/schema.rb, line 78 [r1] (raw file):
you should change this to name so it does not conflict with the sql reserved values. lib/error_store.rb, line 182 [r1] (raw file):
woooo no man don't do this. Create a new file and put the code there don't add the class in the error_store file... Comments from Reviewable |
|
Review status: all files reviewed at latest revision, 5 unresolved discussions, some commit checks failed. app/models/issue.rb, line 81 [r1] (raw file):
|
|
Review status: all files reviewed at latest revision, 5 unresolved discussions, some commit checks failed. app/models/issue.rb, line 81 [r1] (raw file):
|
|
Reviewed 7 of 7 files at r2. app/models/issue.rb, line 25 [r1] (raw file):
|
|
Review status: all files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. app/models/issue.rb, line 81 [r1] (raw file):
|
|
Reviewed 2 of 2 files at r3. app/models/issue.rb, line 27 [r3] (raw file):
You don't need to do this. You can send the issue.id to perfom and thats it. There is no need for caching as you are not storing anything really. You can do a find in the worker for the issue when the job runs. app/models/issue.rb, line 156 [r3] (raw file):
Let's add workers in their folder in app. https://github.com/mperham/sidekiq/wiki/Getting-Started Comments from Reviewable |
|
Review status: all files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. app/models/issue.rb, line 27 [r3] (raw file):
|
Current coverage is 96.87% (diff: 89.43%)@@ master #260 diff @@
==========================================
Files 170 174 +4
Lines 5687 5862 +175
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 5516 5679 +163
- Misses 171 183 +12
Partials 0 0
|
Fixes #243 #241
This change is