04 Jun, 2013
1 commit
19 May, 2013
2 commits
-
The API received notice return a 500 if no all params are pass. Now return a 400 and information about args needed Fix #393
-
Use Nokogiri to parse XML and see if it's valid XML
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
2 commits
-
Notice API: properly transform <var> tags
-
<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! } }
13 Mar, 2013
1 commit
12 Mar, 2013
1 commit
08 Mar, 2013
1 commit
-
Previously, creating a user without a github login would result in user.github_login == '' instead of nil. This prevented creating more than one user without a github login because of the unique index on the field.
14 Feb, 2013
1 commit
11 Jan, 2013
1 commit
05 Nov, 2012
1 commit
29 Oct, 2012
1 commit
28 Oct, 2012
2 commits
23 Sep, 2012
1 commit
19 Sep, 2012
2 commits
-
…nto concordia-publishing-house-add-api Conflicts: Gemfile Gemfile.lock
29 Aug, 2012
1 commit
28 Aug, 2012
3 commits
-
- Use RABL to render response - Use Devise's token authentication
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.
04 Jun, 2012
2 commits
-
…ween creating an issue on Github, or on their configured issue tracker.
03 Jun, 2012
2 commits
-
It fixes ActionView::Template::Error (undefined method `>' for nil:NilClass) error. This error was showing when there is only one app was present. In AppsController when we were trying to sort our apps and if apps.count == 1 the sort method actually doesn't call block so we had empty @unresolved_counts, @problem_counts assigns.
02 Jun, 2012
1 commit
16 May, 2012
1 commit
-
Conflicts: Gemfile.lock
30 Mar, 2012
1 commit
23 Mar, 2012
1 commit
21 Mar, 2012
2 commits
-
Conflicts: spec/controllers/errs_controller_spec.rb