03 Dec, 2013
1 commit
24 Oct, 2013
2 commits
-
Gitlab Issues integration update
23 Oct, 2013
1 commit
19 Oct, 2013
1 commit
-
Unfuddle issue tracker was the only one using Taskmapper, Instead we can use a simple ActiveResource implementation for it
14 Oct, 2013
2 commits
-
Update devise to 3.1.1, and remove token_authenticatable module
12 Oct, 2013
1 commit
-
Add capabilities to addmin to regenerate the API key of his app
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
-
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
2 commits
24 Sep, 2013
2 commits
-
Avoid same error if other line than first change
16 Sep, 2013
2 commits
-
Conflicts: CHANGELOG.md
-
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
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]
-
revert from [039744a1bb25e6b9ed1bd287554f039ebdc2df60]
28 Aug, 2013
1 commit
-
Conflicts: app/models/notice.rb
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.
20 Aug, 2013
2 commits
19 Aug, 2013
3 commits
-
Issue introduce with PR #254 and break spec
-
Suggestion: Err should validate 'problem_id' and 'fingerprint'
-
Nicer, friendlier HipChat notification message
07 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
15 Jul, 2013
1 commit
-
Extract some instance variable in DecentExposure extract same usage of params in ProblemController and AppController
04 Jul, 2013
1 commit
27 Jun, 2013
1 commit
-
Conflicts: Gemfile.lock
25 Jun, 2013
1 commit
-
The Devise version was old so we upgrade to the latest version
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.