04 Jun, 2015
1 commit
27 May, 2015
1 commit
22 May, 2015
1 commit
-
Adds in formatting for Slack
21 May, 2015
1 commit
19 May, 2015
1 commit
06 May, 2015
1 commit
17 Apr, 2015
1 commit
-
new image icon interface
10 Apr, 2015
1 commit
24 Mar, 2015
1 commit
-
Also: fix tests.
21 Mar, 2015
1 commit
20 Mar, 2015
1 commit
16 Mar, 2015
1 commit
-
https://github.com/errbit/errbit/commit/28e1148fd14c63b757bbdf7824fc174d236f49d2 changed SlackService notifier to rely only on the service_url, and no longer needing an api_token This apparently broke the form for any newly created app, because a notifier was only considered `configured?` if the api_token was set, which is now impossible to do for slack I wasn't really sure how to go about this, because I'm not very familiar with the codebase yet, but I just thought I'd push the fix I've made on my fork so this can be properly discussed
13 Mar, 2015
1 commit
11 Mar, 2015
1 commit
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
1 commit