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
6 commits
-
Fix issue with invalid repo user for api call to bitbucket.
-
close #502
-
Fix typo
09 Jun, 2013
1 commit
-
See #500
08 Jun, 2013
2 commits
-
Improve user management
06 Jun, 2013
2 commits
-
Fix #456
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
04 Jun, 2013
1 commit
01 Jun, 2013
6 commits
-
* Delete the devmen unfuddle account * Improve spec to be more rspec compiliant * Little refactoring on unfuddle notification
-
Unfuddle Tracker
-
Rely on pjax rails
31 May, 2013
12 commits
-
In 1.8.7 the Symbol#<=> is not define. We can't sort directly array of Symbol, we need define how we sort it
-
Fix docs filename typo.
-
Not only is "Developper" a misspelling, but it's not what's linked to from the README.
-
Test all factories
-
*viewing occurrence* message is lost on pjax requests without this change. activateTabbedPanels js function?
-
Update Changelog
30 May, 2013
2 commits
-
We need to be up to date with our dependencies. Now it's almost done
-
The ical generation failed in some case like report on #343. Now the ical generation work. fix #343
29 May, 2013
3 commits
27 May, 2013
1 commit