Commit Graph

297 Commits

Author SHA1 Message Date
Fabio Rehm ac4243d85e Warm up empty buckets with Guest VM files 2014-02-26 22:03:22 -03:00
Fabio Rehm 09966efc26 Clean up the development environment 2014-02-26 22:03:22 -03:00
Fabio Rehm 5d617f2c48 Bump java cookbook used on dev VM 2014-02-26 22:03:22 -03:00
Fabio Rehm ae85e996ed Update CHANGELOG 2014-02-26 22:03:22 -03:00
Fabio Rehm 2a63617e75 Ensure /tmp/vagrant-cache exists before chmodding it 2014-02-26 22:03:22 -03:00
Fabio Rehm 01bef9f407 Fix npm bucket
npm is the only bucket that uses this method
2014-02-26 22:03:22 -03:00
Fabio Rehm 07df936e4a Note GH-85 on CHANGELOG 2014-02-26 22:03:22 -03:00
Fabio Rehm b4d12be2e5 Add docs for apt-lists bucket 2014-02-26 22:03:22 -03:00
Fabio Rehm 437ba6a4cf ⚠️ Massive refactoring of buckets code ⚠️
Doing this is kinda irresponsible because we don't have any unit testing
in place but I've had enough of copy & pasting things around. Although it
doesn't make the codebase GREAT, I believe it'll reach a _nice_ status :)

Thanks to those changes I realized that skipping configuration of
buckets that have already been configured was easier than I thought and
should be enough to close GH-85 \o/
2014-02-26 22:03:22 -03:00
Fabio Rehm 1c2116f317 Support for offline provisioning of apt-packages by caching `/var/lib/apt/lists` [GH-84] 2014-02-26 22:03:22 -03:00
Fabio Rehm 1fa46ca2d4 Do not attempt `chmod`s when the plugin is disabled 2014-02-26 22:03:21 -03:00
Fabio Rehm 8d6c7c62da Handle nil value for synced_folder_opts 2014-02-26 22:03:21 -03:00
Fabio Rehm 0dd1b20053 `chmod` /tmp/vagrant-cache on guest VM to 777 to work around some permission issues as explained on GH-74 2014-02-26 22:03:21 -03:00
Fabio Rehm 59887560ed Trigger plugin activation by setting cache scope [GH-17] 2014-02-26 22:03:21 -03:00
Fabio Rehm 849374e0d1 Fix example of removing buckets from machine scoped dirs [GH-82] 2014-02-26 22:03:21 -03:00
Fabio Rehm aaff51fda8 Update usage docs 2014-02-26 22:03:21 -03:00
Fabio Rehm 509872e91b Forgot to update this to reflect whats going on under the hood 2014-02-26 22:03:21 -03:00
Fabio Rehm 29a4c3c45e http://tom.preston-werner.com/2010/08/23/readme-driven-development.html 2014-02-26 22:03:21 -03:00
Fabio Rehm 2296d35251 According to @miurahr on GH-81 we are compatible with vagrant-kvm \o/ 2014-02-26 22:03:21 -03:00
Fabio Rehm 7d7f048dfb We dont have any provider specific code on around anymore so it should be compatible with any "non-cloud provider" 2014-02-26 22:03:21 -03:00
Fabio Rehm 6bf733d8ed Github have analytics now, lets not worry about bitdeli 2014-02-26 22:03:21 -03:00
Fabio Rehm 6df1efd0ba Update CHANGELOG 2014-02-26 22:03:21 -03:00
Teemu Matilainen a8f05e4b11 Fix usage examples 2014-02-26 22:03:21 -03:00
Fabio Rehm ea88562145 Sorry about that, was testing GH-45 2014-02-26 22:03:21 -03:00
Fabio Rehm 0106155a0f Disable the plugin on machines backed by cloud providers (fix GH-45) 2014-02-26 22:03:21 -03:00
Fabio Rehm 09d65c4a3c Ooops 2014-02-26 22:03:21 -03:00
Fabio Rehm 8a4b911678 Extract plugin hooks and capabilities out to separate files 2014-02-26 22:03:21 -03:00
Fabio Rehm b65438007d Update CHANGELOG 2014-02-26 22:03:21 -03:00
Fabio Rehm ca8764f938 Add support for disabling the plugin [GH-72] 2014-02-26 22:03:21 -03:00
Fabio Rehm 6908b94609 Improved logging 2014-02-26 22:03:21 -03:00
Fabio Rehm 2f75ffe692 Clean up InstallBuckets action a bit 2014-02-26 22:03:21 -03:00
Fabio Rehm 0f533a9b30 💣 monkey patch on Builtin::Provision action \o/ (closes GH-60) 2014-02-26 22:03:21 -03:00
Fabio Rehm aa793367b7 Extract cachier's root bucket directory creation out to a separate action [GH-60] 2014-02-26 22:03:21 -03:00
Fabio Rehm e01a78138a Blow up if using vagrant < 1.4.0 2014-02-26 22:03:21 -03:00
Fabio Rehm daf7488bbc Update CHANGELOG 2014-02-26 22:03:20 -03:00
Fabio Rehm d823a97cb8 When specifying NFS synced folders we need to use a symbol (fix GH-76) 2014-02-26 22:03:20 -03:00
Fabio Rehm 4ffb47f838 Display enable_nfs deprecation warning only once 2014-02-26 22:03:20 -03:00
Fabio Rehm e4f6dd69e4 Display a warning using Vagrant's UI in case enable_nfs is set 2014-02-26 22:03:20 -03:00
Fabio Rehm fccd43d8e2 Lock vagrant to 1.4.3 2014-02-26 22:03:20 -03:00
Fabio Rehm 8ae667ead9 Mention `synced_folder_opts` on CHANGELOG 2014-02-26 22:03:20 -03:00
Fabio Rehm cdf13d3f70 Mark `config.enable_nfs` as deprecated 2014-02-26 22:03:20 -03:00
Fabio Rehm 3b83867427 Replace `enable_nfs` and `sync_opts` config with `synced_folder_opts` 2014-02-26 22:03:20 -03:00
Fabio Rehm 9c7b02b3ac Update docs to reflect what's going to be implemented 2014-02-26 22:03:20 -03:00
Fabio Rehm ed6c76dedf We'll probably forget to update these guys, better do it now :) 2014-02-26 22:03:20 -03:00
Fabio Rehm 1541f35ef8 This is no longer needed 2014-02-26 22:03:20 -03:00
Fabio Rehm 98c211590c After 5 months I believe it is safe to get rid of this code 2014-02-26 22:03:20 -03:00
Fabio Rehm 5ff8d1013a We'll drop support for Vagrant < 1.4, that means we should be bumping to 0.6.0 2014-02-26 22:03:20 -03:00
Fabio Rehm 1bc96e77d3 Update bundle 2014-02-26 22:03:20 -03:00
Erno Aapa 4668f1d486 Support for extra synced_folder options
Added ability to pass extra synced_folder options through new
config.cache.sync_opts -configuration.
2014-02-26 22:03:20 -03:00
Teemu Matilainen 12f7963d1f Merge pull request #75 from tuminoid/patch-1
README.md - conditional plugin specific configs
2014-01-08 04:31:38 -08:00