18 Jun, 2013
1 commit
06 May, 2013
3 commits
-
Extract all concern about this call to his own class and move test to this class
-
When a notice is do with an invalid api_key the return is a 404 HTTP code and no explain about what really happen. Now if you try post a notice with a bad API_KEY, errbit return a 422 HTTP status code, like doing by airbrake. see #472
-
Add some test with notice send with empty backtrace Add some test directly in the ErrorReport model
07 Mar, 2013
1 commit
-
…nd line number, and fall back to error message.
06 Mar, 2013
1 commit
05 Mar, 2013
1 commit
28 Jan, 2013
1 commit
05 Oct, 2012
2 commits
03 Oct, 2012
1 commit
11 Sep, 2012
2 commits
26 Aug, 2012
1 commit
30 May, 2012
1 commit
29 May, 2012
1 commit
-
…shes). Also use first 3 lines of backtrace for fingerprint.
28 May, 2012
2 commits
-
This allows us to know who took the action that caused the error, so we can follow up via email or phone if we need further information about the context.
26 Sep, 2011
2 commits
-
…les, fixed whitespace, upgraded RSpec to 2.6.0 Conflicts: app/helpers/errs_helper.rb app/mailers/mailer.rb app/models/notice.rb app/views/errs/_table.html.haml app/views/errs/show.html.haml app/views/notices/_summary.html.haml spec/models/issue_trackers/redmine_tracker_spec.rb spec/views/errs/show.html.haml_spec.rb
05 Sep, 2011
1 commit
-
concerns (e.g. fingerprint) from notice parsing concerns. This also makes it easier to support multiple versions of the Airbrake API.