- Try to remove both apache2 and apache2.2 packages.
- Add a simple test suite to the default Kitchen environment.
- Make sure that the storage upgrade function is run at least once before trying to configure anything.
- Always make sure that the mysql variables are configured first, and never query them from phabricator/bin/config lest they throw an error.
- Default installation domain to node[:fqdn]
- Always make sure the package list is up to date, using the apt cookbook.
- Add the arcanist recipe, for easy setup of arcanist on developer workstations.
- Remove attributes description from README.md, see attributes/default.rb instead.
- Configure the MySQL innodb_buffer_pool_size variable, default to 40% of total memory.
- Update cookbook dependencies.
- Automatically configure default 'from' e-mail address (metamta.default-address).
- Implement logrotate.d file for /var/tmp/phd/log/daemons.log et al.
- Configure MySQL's ft_stopword_file and ft_min_word_len full text features
- Use https:// instead of git:// as Phabricator source
- Fix Debian dependency version in metadata.rb
- Use pessimistic versions for cookbook dependencies
- Only stop and disable Apache2 if it's really installed
- Kim Tore Jensen [email protected] - Initial release of phabricator