16 Sep, 2013
1 commit
-
The bitbucket_rest_api gem is need only in issue_tracker bitbucket. If you optimise your Gemfile by delete it errbit not work. But he need to work. Fix #558
29 Aug, 2013
1 commit
-
Fix #219
22 Aug, 2013
2 commits
-
The errbit.js add handler on data-action but this handler not works on action change by Ajax. with a live, it's works now Fix #526
-
The pagination don't work with the javascript request See #528
21 Aug, 2013
3 commits
-
The get_script can't works with asset_pipeline and it's already load See #537
-
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.
20 Aug, 2013
1 commit
19 Aug, 2013
4 commits
-
Issue introduce with PR #254 and break spec
-
Suggestion: Err should validate 'problem_id' and 'fingerprint'
-
Extract i18n key to allow translation in future. Back to 'Notification Service' instead of 'Notify' introduce on [f18a9814c2a04753f3c7946e2dce688cb81255ce] see #531
-
Nicer, friendlier HipChat notification message
17 Aug, 2013
1 commit
-
Add Flowdock configuration option
10 Aug, 2013
1 commit
-
Sort list of apps to copy settings from.
08 Aug, 2013
1 commit
-
Uses https-links for gravatar when using ssl
07 Aug, 2013
4 commits
-
See https://github.com/voxdolo/decent_exposure/wiki/Strategies:-Use-with-strong_parameters on how to use strong_parameters with decent_exposure
05 Aug, 2013
1 commit
03 Aug, 2013
1 commit
29 Jul, 2013
1 commit
-
Conflicts: Gemfile.lock
24 Jul, 2013
1 commit
-
needed
20 Jul, 2013
1 commit
17 Jul, 2013
1 commit
-
* Stop using inherited_resources and only decent_exposure * Use decent_exposure when it's possible * Extract some translation
15 Jul, 2013
2 commits
-
Extract some instance variable in DecentExposure extract same usage of params in ProblemController and AppController
14 Jul, 2013
1 commit
09 Jul, 2013
2 commits
04 Jul, 2013
1 commit
02 Jul, 2013
2 commits
-
Extract the filter `find_problem` in decent_exposure to get this problem
-
1) Limit some before_filter using the expose system 2) Extract some view test in view spec instead of controller spec
27 Jun, 2013
1 commit
-
Conflicts: Gemfile.lock
26 Jun, 2013
2 commits
25 Jun, 2013
3 commits
-
The Devise version was old so we upgrade to the latest version
-
Merge comment with problem during the merge of some problem
18 Jun, 2013
1 commit
-
… 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