14 Sep, 2015
2 commits
09 Sep, 2015
1 commit
08 Sep, 2015
2 commits
-
Refs #933 remove remnants of BacktraceLineHelper
01 Sep, 2015
1 commit
-
In the past users could only follow apps if an admin did it for them. But now users can follow and unfollow any apps. Following an app is no longer like a permission to view that app.
28 Aug, 2015
1 commit
21 Aug, 2015
1 commit
14 Aug, 2015
7 commits
-
This necessitates a mongo dependency upgrade because full-text searching was not available until mongo2.4 and not considered production-ready until mongo2.6. But this drastically improves search performance as the database grows.
-
This seems to be a display concern. Anything related to displaying backtrace lines for the UI now lives in BacktraceLineDecorator.
15 Jul, 2015
2 commits
25 Jun, 2015
1 commit
27 May, 2015
1 commit
19 May, 2015
2 commits
23 Apr, 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
25 Feb, 2015
1 commit
-
Add Slack Documentation for Setup
24 Feb, 2015
1 commit
-
783 allow custom issue tracker templates
23 Feb, 2015
1 commit
22 Feb, 2015
1 commit
13 Feb, 2015
1 commit
-
Refs #785 add md and txt issue tracker templates
11 Feb, 2015
1 commit
-
Fixes #828.
09 Feb, 2015
1 commit
03 Feb, 2015
1 commit
01 Feb, 2015
1 commit
29 Jan, 2015
1 commit
28 Jan, 2015
1 commit
-
- create configurator lib / specs / yardoc - update readme with env config instructions - create configuration docs, documenting all configs - remove copy_configs from rake errbit:bootstrap - set defaults environment variables in .env.default - remove mongoid example yaml configs
21 Jan, 2015
3 commits
-
Implement JSON Api v3
-
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.