15 Nov, 2015
1 commit
04 Nov, 2015
10 commits
31 Oct, 2015
2 commits
-
Sorry, this touches a lot of code.
20 Oct, 2015
1 commit
-
This is a tough call, both the Rails style (with private/protected) methods indented one level under the keyword, and other places using the standard ruby don't modify identation for access level. I think this strikes a good balance while still being readable. s
15 Oct, 2015
1 commit
12 Oct, 2015
5 commits
03 Oct, 2015
1 commit
-
Now that it is easy to change fingerprinting logic, it is important that users have a way to regenerate fingerprints on existing notices. This commit reorganizes and unifies problem refingerprinting between both merge/unmerge and the global refingerprinting rake task.
17 Sep, 2015
1 commit
14 Aug, 2015
5 commits
-
This necessitates a mongo dependency upgrade because full-text searching was not available until mongo2.4 and not considered production-ready until mongo2.6. But this drastically improves search performance as the database grows.
-
These changes reduce the typical number of queries needed to insert an error from nine to five.
31 Jul, 2015
1 commit
23 Dec, 2014
1 commit
20 Dec, 2014
1 commit
14 Nov, 2014
1 commit
-
Conflicts: Gemfile.lock
30 Aug, 2014
1 commit
15 Jun, 2014
1 commit
-
If there is no problem for the requested id the api will now correctly return a 404 status.
04 Dec, 2013
1 commit
-
This new system can avoid having all dependencies in Errbit directly. Now if you want new issue tracker you need add it. Not delete it like previous. This work is in progress actually
13 Sep, 2013
1 commit
-
Conflicts: spec/models/problem_spec.rb
29 Aug, 2013
2 commits
-
Fix #219
-
This search was revert in commit [039744a1bb25e6b9ed1bd287554f039ebdc2df60]
20 Aug, 2013
1 commit
18 Jun, 2013
1 commit
-
Problems are the models rendered in the UI now, not Errs. Errs are functioning as a glorified hash table. It makes more sense to validate problems. Also, this paves the way for the next commit, so that no functionality is lost in the subsequent refactor.
22 May, 2013
1 commit
-
* Extract the Problem#merge! in his own class * Extract the update cache system from problem in his own class * Welcome back to the backtrace_line_spec not found by a rspec spec because no end by _spec.rb