12 Oct, 2015
26 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
-
Install rubocop - auto-validating syntax checking
-
RSpec: run in random order
-
incompatible ruby version error
-
Fixes: $ rubocop --lint --only AmbiguousOperator
-
Fixes: $ rubocop --lint --only ShadowingOuterLocalVariable
-
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.
11 Oct, 2015
2 commits
-
Some users are reporting errors due to incompatible ruby versions. This commit aims to provide users with a helpful error message so they can more easily spot the issue.
07 Oct, 2015
1 commit
06 Oct, 2015
2 commits
-
GitHub enterprise login
05 Oct, 2015
1 commit
04 Oct, 2015
1 commit
-
configurable notice fingerprinting
03 Oct, 2015
5 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.
01 Oct, 2015
2 commits
-
Add airbrake json api url routing