25 Feb, 2015
1 commit
-
Add Slack Documentation for Setup
23 Feb, 2015
1 commit
13 Feb, 2015
1 commit
-
Refs #785 add md and txt issue tracker templates
12 Feb, 2015
2 commits
-
Actually, using "native" integers works too, and seems simpler.
-
The user's organization ids are converted to String, but the configuration value `Errbit::Config.github_org_id` is always an Integer. They can't possibly match. By converting the config's value to a String, it works. There might be a better solution by using Integers all the way,
09 Feb, 2015
1 commit
29 Jan, 2015
4 commits
-
Those are not necessary as we have a general one that will be used as body for all issue trackers
26 Jan, 2015
1 commit
21 Jan, 2015
2 commits
-
I've also did some other minor changes: * Move json payload to fixture file * Add status code to error cases in controller * Move v3 api route outside of api namespace. I've some problems with making this work in tests. * Fix issue with custom exception class
-
Also I've added additional spec for requests with api_key set to nil.
18 Jan, 2015
1 commit
-
This will allow to capture errors send by airbrake-js.
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`.
06 Jan, 2015
3 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.
-
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.
01 Jan, 2015
2 commits
-
FIX inline comments styles
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
3 commits
26 Dec, 2014
4 commits
23 Dec, 2014
1 commit
22 Dec, 2014
2 commits
21 Dec, 2014
1 commit
20 Dec, 2014
4 commits
18 Nov, 2014
1 commit
-
Extract all Issue Tracker in gems
17 Nov, 2014
1 commit
14 Nov, 2014
1 commit
-
Conflicts: Gemfile.lock