04 Nov, 2013
2 commits
-
Try fix isse #577 if a lot of problem
19 Oct, 2013
1 commit
-
Unfuddle issue tracker was the only one using Taskmapper, Instead we can use a simple ActiveResource implementation for it
17 Oct, 2013
1 commit
01 Oct, 2013
1 commit
19 Sep, 2013
1 commit
08 Jul, 2013
1 commit
-
Fix #518
31 May, 2013
1 commit
22 May, 2013
1 commit
-
* Extract the Problem#merge! in his own class * Extract the update cache system from problem in his own class * Welcome back to the backtrace_line_spec not found by a rspec spec because no end by _spec.rb
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