19 Apr, 2014
1 commit
18 Apr, 2014
1 commit
01 Apr, 2014
1 commit
31 Mar, 2014
1 commit
-
Older applications used this scheme for generating trace signatures. This brings them back such that migrations from older versions to new ones can occur.
30 Mar, 2014
2 commits
-
When creating a issue using octokit, we need to pass a instead of a , as those are changes on the new octokit gem. [fixes #675]
29 Mar, 2014
1 commit
-
Legacy versions of errbit used different strategy for generating the method signatures for duplicate duplication. This allows custom signatures to be easily dropped in via methods such as an initializer.
06 Jan, 2014
1 commit
-
Ignore errors reported from old versions of an app
01 Jan, 2014
1 commit
-
Previously the link would point to the revision overview, where the line number in the urlmakes no sense. Now it shows the file a t the proper line. One can still switch to the changes from there with one click.
10 Dec, 2013
1 commit
30 Nov, 2013
1 commit
23 Oct, 2013
1 commit
11 Oct, 2013
1 commit
-
Rails 4 and Mongoid 4 dont have Observers anymore, so we should remove them to make easier future migrations
03 Oct, 2013
1 commit
-
Treat request URL as CDATA so query string params don't result in invalid XML
25 Sep, 2013
2 commits
24 Sep, 2013
2 commits
13 Sep, 2013
1 commit
-
Conflicts: spec/models/problem_spec.rb
05 Sep, 2013
1 commit
-
Only the first line of backtrace was use to mark error like same. Avoid this behavior because some language ( like python ) change only last line of backtrace
29 Aug, 2013
3 commits
-
Fix #219
-
This search was revert in commit [039744a1bb25e6b9ed1bd287554f039ebdc2df60]
21 Aug, 2013
2 commits
-
The rescue is catch and report on the errbit notification system Fix #551
-
I think the Observer Pattern in Model is too ackward and need to be avoid. This kind of stuff is delete on Rails 4 for example.
19 Aug, 2013
1 commit
-
Suggestion: Err should validate 'problem_id' and 'fingerprint'
07 Aug, 2013
1 commit
31 Jul, 2013
1 commit
20 Jul, 2013
1 commit
15 Jul, 2013
2 commits
12 Jul, 2013
1 commit
27 Jun, 2013
1 commit
-
Conflicts: Gemfile.lock
18 Jun, 2013
3 commits
-
… a composite of error_class + component + action + environment + backtrace[0..3]. These fields no longer need to be cached separately on Err because they are now cached on Problem. This commit combines all those values into one simple key: fingerprint. This should: - Make err lookups faster - Make it easier to reason about, test, and replace the fingerprint algorithm - Make the relationship between Problems, Errs, and Notices clearer
-
Problems are the models rendered in the UI now, not Errs. Errs are functioning as a glorified hash table. It makes more sense to validate problems. Also, this paves the way for the next commit, so that no functionality is lost in the subsequent refactor.
13 Jun, 2013
2 commits
06 Jun, 2013
1 commit
01 Jun, 2013
1 commit