13 Feb, 2015
2 commits
-
Unicorn deploy tweaks
-
- pid stored in the correct directory - env var set with SSHKit semantic - on start : warning if already running - on stop : warning if nor running - kill command with separate args
12 Feb, 2015
7 commits
-
update deployment docs with env-config instructions
-
Conflicts: config/deploy.example.rb
-
github_org_id can't match (String vs. Integer)
-
Don't link and copy old config files
-
Those files aren't needed anymore
-
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,
11 Feb, 2015
2 commits
-
Fix parsing V3 api notice without backtrace
-
Fixes #828.
09 Feb, 2015
2 commits
-
Update seed: random password during install
-
This seems superior to the default password of `'password'`. Thoughts on this?
03 Feb, 2015
1 commit
02 Feb, 2015
1 commit
01 Feb, 2015
3 commits
-
824 delivery method setting
29 Jan, 2015
6 commits
-
Remove old issue tracker body files
-
Those are not necessary as we have a general one that will be used as body for all issue trackers
28 Jan, 2015
3 commits
-
support environment variable configuration only
-
- 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
26 Jan, 2015
3 commits
-
add experimental support for jruby-9000-dev
25 Jan, 2015
3 commits
-
GEMFILE_RUBY_VERSION instead of RUBY_VERSION
-
Allow to specify Ruby version in Gemfile
24 Jan, 2015
3 commits
-
chmod -x config/initializers/ssl_enforcer.rb
-
This file has no need for executable.
23 Jan, 2015
1 commit
-
Typo s/hoks/hooks
21 Jan, 2015
3 commits
-
Implement JSON Api v3
-
I've added description how to setup airbrake-js to log javascript errors in errbit and how one can test v3 api using airbrake ruby client.
-
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