31 Oct, 2015
1 commit
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
3 commits
-
Still allowing for internal alignment across lines.
-
Tiny addition to overall consistency
12 Oct, 2015
17 commits
-
Notice the return value of a before_action is ignored, so we can safely remove that code.
-
That's what the majority of the codebase is using, so following that
-
Fixes: $ rubocop --lint --only AmbiguousOperator
-
Fixes: $ rubocop --lint --only ShadowingOuterLocalVariable
-
Run with "bundle exec rubocop --lint --auto-correct"
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.
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.
17 Sep, 2015
1 commit
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
18 Aug, 2015
1 commit
-
#918 fix problem url in slack notifications + port
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.
-
These changes reduce the typical number of queries needed to insert an error from nine to five.
-
inspired by 12-factor, we now log to STDOUT by default instead of a named log file in ./log. This is just a default, and you can still configure your own log location using ERRBIT_LOG_LOCATION.
13 Aug, 2015
1 commit
31 Jul, 2015
1 commit