06 May, 2013
1 commit
-
Extract all concern about this call to his own class and move test to this class
05 May, 2013
2 commits
-
Extract the task in a class doing the job Add test on this class Update rspec and rspec-rails gems
-
The task db:clear_resolved can delete a lot of data. I think it can be good to repairDatabase after to avoid a big database. see #458
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! } }
06 Mar, 2013
1 commit
28 Jan, 2013
1 commit
05 Nov, 2012
1 commit
04 Oct, 2012
1 commit
-
…tification service, or authentication provider
19 Sep, 2012
2 commits
-
Conflicts: lib/tasks/errbit/database.rake
11 Sep, 2012
2 commits
03 Sep, 2012
1 commit
26 Aug, 2012
2 commits
06 Jun, 2012
1 commit
-
looks like this mongoid bug was fixed here: https://github.com/mongoid/mongoid/commit/2b7407977452a1f05d6eb5edf2d9a00b0c359ccf
03 Jun, 2012
1 commit
01 Jun, 2012
2 commits
30 May, 2012
1 commit
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.
21 May, 2012
1 commit
09 May, 2012
1 commit
06 Apr, 2012
1 commit
02 Feb, 2012
1 commit
-
…onger used in the project)
01 Feb, 2012
1 commit
-
…key' for :klass field.)
20 Dec, 2011
1 commit
18 Nov, 2011
1 commit
-
that. Also improve the message for ApiVersionError.
19 Oct, 2011
1 commit
-
v2.0 API and the Airbrake v2.2 API.
29 Sep, 2011
1 commit
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
13 Sep, 2011
1 commit
11 Sep, 2011
1 commit
-
…tylesheets. Module is small enough to live in initializer.
05 Sep, 2011
4 commits
-
concerns (e.g. fingerprint) from notice parsing concerns. This also makes it easier to support multiple versions of the Airbrake API.
-
…okogiri which is already in use (as opposed to hpricot). Required InlineCss module on all mailers. Moved email styles into public/stylesheets/email.css
04 Sep, 2011
1 commit
-
…e-added full backtrace, as well as including the 'app_backtrace' in the WHERE section.