14 Oct, 2015
1 commit
12 Oct, 2015
12 commits
-
Install rubocop - auto-validating syntax checking
-
Fixes: $ rubocop --lint --only Lint/ParenthesesAsGroupedExpression
-
Now this succeeds: $ bundle exec rubocop --lint --only UselessAssignment
-
Run with "bundle exec rubocop --lint --auto-correct"
-
Fix a single spec that destructively modified the `Errbit::Config` and ruined it for other tests coming after it.
06 Oct, 2015
1 commit
03 Oct, 2015
3 commits
-
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.
28 Sep, 2015
1 commit
26 Sep, 2015
1 commit
-
Notices always have an app API key when they arrive at Errbit, so it makes sense to cache the app id onto the notice object. This will allow for more efficient refingerprinting and reporting down the road.
24 Sep, 2015
1 commit
19 Sep, 2015
1 commit
18 Sep, 2015
1 commit
14 Sep, 2015
2 commits
09 Sep, 2015
1 commit
08 Sep, 2015
2 commits
-
Refs #933 remove remnants of BacktraceLineHelper
01 Sep, 2015
1 commit
-
In the past users could only follow apps if an admin did it for them. But now users can follow and unfollow any apps. Following an app is no longer like a permission to view that app.
28 Aug, 2015
1 commit
21 Aug, 2015
1 commit
14 Aug, 2015
7 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.
-
This seems to be a display concern. Anything related to displaying backtrace lines for the UI now lives in BacktraceLineDecorator.
15 Jul, 2015
2 commits
25 Jun, 2015
1 commit