29 Jan, 2015
2 commits
08 Jan, 2015
1 commit
-
The GoogleTalk/Jabber Notification Service was leaking keepalive threads, because xmpp4r creates an internal keealive thread on connect that is only cleaned up when closing the client. This lead to workers quickly running out of threads and throwing exceptions like `ThreadError: can't alloc thread`.
31 Dec, 2014
1 commit
-
Fingerprint::Sha1 and Fingerprint::MD5 instead of the less descriptive Default and Legacy. Updates README Conflicts: README.md
28 Dec, 2014
1 commit
27 Dec, 2014
2 commits
26 Dec, 2014
3 commits
23 Dec, 2014
1 commit
20 Dec, 2014
4 commits
14 Nov, 2014
1 commit
-
Conflicts: Gemfile.lock
31 Aug, 2014
1 commit
-
Legibility improvement on ErrorReport
30 Aug, 2014
1 commit
22 Aug, 2014
1 commit
17 Jun, 2014
1 commit
-
Add notices to show action
15 Jun, 2014
1 commit
-
If there is no problem for the requested id the api will now correctly return a 404 status.
13 Jun, 2014
2 commits
-
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
-
delegate tracker url
29 May, 2014
2 commits
28 May, 2014
4 commits
22 May, 2014
1 commit
21 May, 2014
1 commit
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
1 commit
-
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.
14 Feb, 2014
2 commits
-
The apps index calls Tracker#url which doesn't exist. It should be delegated to the underlying tracker instance. https://github.com/errbit/errbit/blob/features/extract_issue_tracker/app/views/apps/index.html.haml#L40
-
Conflicts: Gemfile Gemfile.lock app/models/issue_trackers/github_issues_tracker.rb app/models/issue_trackers/redmine_tracker.rb spec/models/issue_trackers/redmine_tracker_spec.rb
10 Feb, 2014
1 commit
-
Upgrade from Octokit 1x to 2x to resolve issues with oauth2