22 Feb, 2015
4 commits
19 Feb, 2015
2 commits
-
adding readme changes for local install
13 Feb, 2015
3 commits
-
Refs #785 add md and txt issue tracker templates
-
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
3 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
2 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