-
Notifications
You must be signed in to change notification settings - Fork 0
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
added a filters tab in the errors sidebar #228
Conversation
Reviewed 9 of 9 files at r1. app/assets/javascripts/pages/errors.js, line 26 [r1] (raw file):
We definitely don't want to do this. 100% against parsing urls and adding them like this. It seems more ok to me to just submit the form as you said it was happening. app/controllers/errors_controller.rb, line 54 [r1] (raw file):
why the hell did you do this? app/views/errors/_sidebar_filters.html.haml, line 32 [r1] (raw file):
Don't leave commented code in please. Comments from Reviewable |
@Panioglo fix the specs also please! |
Review status: 6 of 13 files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. app/controllers/errors_controller.rb, line 54 [r1] (raw file):
|
Reviewed 6 of 7 files at r2. Gemfile, line 40 [r2] (raw file):
Let's use this instead of this gem: http://www.daterangepicker.com/ Gemfile.lock, line 485 [r2] (raw file):
be careful and remove these lines from gemfile.lock when they are added. app/assets/javascripts/pages/errors.js, line 21 [r2] (raw file):
please remove these i don't want regex for the simple search feature we want to add Comments from Reviewable |
Current coverage is 96.99% (diff: 98.73%)@@ master #228 diff @@
==========================================
Files 172 170 -2
Lines 5559 5616 +57
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 5394 5447 +53
- Misses 165 169 +4
Partials 0 0
|
Review status: 3 of 23 files reviewed at latest revision, 6 unresolved discussions. app/assets/javascripts/pages/errors.js, line 26 [r1] (raw file):
|
Review status: 3 of 23 files reviewed at latest revision, 6 unresolved discussions. Gemfile.lock, line 485 [r2] (raw file):
|
Reviewed 19 of 21 files at r3, 2 of 2 files at r4. app/controllers/errors_controller.rb, line 26 [r4] (raw file):
Why are you doing this here? app/controllers/errors_controller.rb, line 32 [r4] (raw file):
don't use ! just use present? app/controllers/errors_controller.rb, line 34 [r4] (raw file):
app/views/errors/_error.html.haml, line 2 [r4] (raw file):
Why did you add id here? Comments from Reviewable |
Review status: all files reviewed at latest revision, 4 unresolved discussions. app/controllers/errors_controller.rb, line 26 [r4] (raw file):
|
Review status: 22 of 23 files reviewed at latest revision, 4 unresolved discussions. app/controllers/errors_controller.rb, line 34 [r4] (raw file):
|
Reviewed 1 of 1 files at r5. app/controllers/errors_controller.rb, line 32 [r4] (raw file):
|
Fixes #209
This change is