15 Oct, 2015
1 commit
14 Sep, 2015
1 commit
11 Jan, 2015
1 commit
10 Dec, 2013
1 commit
30 Nov, 2013
1 commit
31 Jul, 2013
1 commit
19 May, 2013
1 commit
-
The API received notice return a 500 if no all params are pass. Now return a 400 and information about args needed Fix #393
06 May, 2013
4 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
21 Mar, 2013
1 commit
-
<var> tags with blank values were ending up completely wrong in the resulting hash. This: (a user with a blank name) <var key="user"> <var key="id">123</var> <var key="name"/> </var> Gets parsed by hoptoad_notifier into this: { 'key' => 'user', 'var' => [{ 'key' => 'id', '__content__' => '123' },{ 'key' => 'name' }] } Which when passed through the "rekey" method, ended up like this: { 'user' => { 'id' => '123', 'key' => 'name' # bad and wrong } } Now, after these changes, it correctly comes through as: { 'user' => { 'id' => '123', 'name' => nil # much better! } }
11 Jan, 2013
1 commit
23 Sep, 2012
1 commit
29 Aug, 2012
1 commit
22 Aug, 2012
3 commits
21 Aug, 2012
2 commits
-
… shown at 500.html inside monitored app.
-
…rake gem), so now Errbit is compatible with the user informer feature.
30 Nov, 2011
1 commit
26 Sep, 2011
1 commit
-
…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
2 commits
-
concerns (e.g. fingerprint) from notice parsing concerns. This also makes it easier to support multiple versions of the Airbrake API.
09 Aug, 2011
1 commit
-
… just commit this all at once. I used the following command to do this: (on Ubuntu ) find . -not -path '.git' -iname '*.rb' -print0 | xargs -0 sed -i 's/[[:space:]]*$//'
22 Apr, 2011
1 commit
10 Mar, 2011
1 commit
-
…t for this and add one to ensure app name is there as well
07 Aug, 2010
1 commit
04 Aug, 2010
1 commit
03 Aug, 2010
2 commits