12 Jan, 2015
2 commits
-
Update changelog to reflect latest master
11 Jan, 2015
3 commits
-
upgrade to rspec 3
-
Fix GtalkService Keeaplive-Thread leak
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`.
07 Jan, 2015
4 commits
-
capistrano 3
-
Remove puma and Procfile.dev
06 Jan, 2015
4 commits
-
Fix double escaping of problem title in list view
-
Also added a spec to test for double escaping which fails without the changes to truncated_problem_message.
-
Fix favicon URL
-
favicon_link_tag defaults to /images/favicon.ico, so the location in public was wrong. To avoid 404 errors for user agents blindly requesting /favicon.ico, we add a symlink in public.
05 Jan, 2015
8 commits
-
create docs section for deployment info
-
Ruby 2.2 compatibility
-
Support Ruby 2.2.0
04 Jan, 2015
2 commits
-
Upgrade devise to 3.4.1
03 Jan, 2015
1 commit
-
move unicorn.rb to unicorn.default.rb
01 Jan, 2015
8 commits
-
FIX inline comments styles
-
kgio (it is dependency of unicorn) couldn't built on Ruby 2.2.
31 Dec, 2014
7 commits
-
Refactor fingerprinting into a Fingerprint module
-
Fingerprint::Sha1 and Fingerprint::MD5 instead of the less descriptive Default and Legacy. Updates README Conflicts: README.md