22 Feb, 2016
1 commit
24 Nov, 2015
1 commit
15 Nov, 2015
2 commits
-
Based on https://github.com/bbatsov/ruby-style-guide#single-line-blocks
-
This gains a bit of consistency and ease of updating these values, at the cost of a bit of readability. I find this new version perfectly readable, personally.
04 Nov, 2015
3 commits
31 Oct, 2015
1 commit
15 Oct, 2015
1 commit
-
Still allowing for internal alignment across lines.
12 Oct, 2015
2 commits
-
Run with "bundle exec rubocop --lint --auto-correct"
03 Oct, 2015
3 commits
-
Now that it is easy to change fingerprinting logic, it is important that users have a way to regenerate fingerprints on existing notices. This commit reorganizes and unifies problem refingerprinting between both merge/unmerge and the global refingerprinting rake task.
26 Sep, 2015
1 commit
-
Notices always have an app API key when they arrive at Errbit, so it makes sense to cache the app id onto the notice object. This will allow for more efficient refingerprinting and reporting down the road.
14 Aug, 2015
2 commits
25 Jun, 2015
1 commit
27 May, 2015
1 commit
25 Feb, 2015
1 commit
-
Add Slack Documentation for Setup
27 Dec, 2014
1 commit
26 Dec, 2014
1 commit
-
Fake issue tracker is a mock tracker for tests only, it should live in errbit core
31 Aug, 2014
1 commit
13 Jun, 2014
1 commit
-
Conflicts: Gemfile Gemfile.lock app/controllers/apps_controller.rb app/models/issue_trackers/github_issues_tracker.rb app/views/apps/_fields.html.haml app/views/apps/edit.html.haml spec/models/issue_trackers/github_issues_tracker_spec.rb
18 Apr, 2014
1 commit
04 Dec, 2013
1 commit
-
This new system can avoid having all dependencies in Errbit directly. Now if you want new issue tracker you need add it. Not delete it like previous. This work is in progress actually
24 Oct, 2013
1 commit
03 Oct, 2013
1 commit
-
Now the api_key of app can be regenerate. In previous this api-key can't be regenerate by the web front. To regenerate this api_key you need go to the edit app page. See #547
25 Sep, 2013
1 commit
19 Aug, 2013
1 commit
-
Suggestion: Err should validate 'problem_id' and 'fingerprint'
18 Jun, 2013
2 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
1 commit
05 Jun, 2013
1 commit
-
* Extract in UserDestroy the user destroy system with callback * Avoid delete himself * little refactor on rspec to be more rspec compiliant
01 Jun, 2013
1 commit
-
Unfuddle Tracker
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
12 Mar, 2013
1 commit
08 Mar, 2013
1 commit
05 Mar, 2013
1 commit
12 Feb, 2013
1 commit