Commit graph

205 commits

Author SHA1 Message Date
Fabio Rehm
957aee804b v0.6.0 2014-02-25 23:57:32 -03:00
Fabio Rehm
43625fca96 Minor dev Vagrantfile tweaks 2014-02-25 23:54:12 -03:00
Fabio Rehm
3ad2d6eb50 Change arch dev box url 2014-02-25 23:53:49 -03:00
Fabio Rehm
04108973d4 Add docker-provider as compatible provider (next version will be) and remove vagrant-libvirt + vagrant-kvm as I'm not sure if it really works there yet 2014-02-25 23:53:22 -03:00
Fabio Rehm
4a3d9547c1 Improve check for whether we should warm up the cache or not 2014-02-21 23:45:21 -03:00
Fabio Rehm
03a08d09aa Remove unused var 2014-02-21 20:50:36 -03:00
Fabio Rehm
b3b63ab846 Ensure apt partial dirs are created _after_ the symlink is in place, otherwise we would not be able to properly detect whether a bucket is empty or not 2014-02-21 20:50:36 -03:00
Fabio Rehm
e6464d1951 Warm up empty buckets with Guest VM files 2014-02-21 20:49:50 -03:00
Fabio Rehm
2de195e34b Clean up the development environment 2014-02-21 19:51:44 -03:00
Fabio Rehm
bdf2f84a90 Bump java cookbook used on dev VM 2014-02-21 18:54:27 -03:00
Fabio Rehm
bed8736b29 Update CHANGELOG 2014-02-20 21:58:13 -03:00
Fabio Rehm
13e8d5e674 Ensure /tmp/vagrant-cache exists before chmodding it 2014-02-14 19:50:16 -02:00
Fabio Rehm
6555e72f39 Fix npm bucket
npm is the only bucket that uses this method
2014-02-14 01:44:08 -02:00
Fabio Rehm
cd8af281ab Note GH-85 on CHANGELOG 2014-02-14 01:38:12 -02:00
Fabio Rehm
b98cc76ebe Add docs for apt-lists bucket 2014-02-14 01:37:56 -02:00
Fabio Rehm
d6bed34302 ⚠️ 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-14 01:15:45 -02:00
Fabio Rehm
b548637e4f Support for offline provisioning of apt-packages by caching /var/lib/apt/lists [GH-84] 2014-02-14 00:28:12 -02:00
Fabio Rehm
d42e5a9886 Do not attempt chmods when the plugin is disabled 2014-02-12 00:49:00 -02:00
Fabio Rehm
d4d5603b47 Handle nil value for synced_folder_opts 2014-02-12 00:48:20 -02:00
Fabio Rehm
6282b09c6c chmod /tmp/vagrant-cache on guest VM to 777 to work around some permission issues as explained on GH-74 2014-02-11 23:53:07 -02:00
Fabio Rehm
e793dff891 Trigger plugin activation by setting cache scope [GH-17] 2014-02-11 23:24:48 -02:00
Fabio Rehm
95b939a315 Fix example of removing buckets from machine scoped dirs [GH-82] 2014-02-11 22:46:08 -02:00
Fabio Rehm
e5946fc02e Update usage docs 2014-02-11 22:45:04 -02:00
Fabio Rehm
4ae25633fe Forgot to update this to reflect whats going on under the hood 2014-02-05 20:48:42 -02:00
Fabio Rehm
98324a5d35 http://tom.preston-werner.com/2010/08/23/readme-driven-development.html 2014-02-05 20:48:28 -02:00
Fabio Rehm
c118febcb1 According to @miurahr on GH-81 we are compatible with vagrant-kvm \o/ 2014-02-05 19:51:00 -02:00
Fabio Rehm
06cde8c2c8 We dont have any provider specific code on around anymore so it should be compatible with any "non-cloud provider" 2014-02-05 19:50:15 -02:00
Fabio Rehm
3790045986 Github have analytics now, lets not worry about bitdeli 2014-02-05 19:43:49 -02:00
Fabio Rehm
99b72b0167 Update CHANGELOG 2014-02-05 19:43:49 -02:00
Teemu Matilainen
dd549717e5 Fix usage examples 2014-02-05 18:01:30 -03:00
Fabio Rehm
c494876ac1 Sorry about that, was testing GH-45 2014-02-01 20:26:21 -02:00
Fabio Rehm
385da382cd Disable the plugin on machines backed by cloud providers (fix GH-45) 2014-02-01 20:24:33 -02:00
Fabio Rehm
e0797d4e9a Ooops 2014-02-01 20:17:01 -02:00
Fabio Rehm
b8fcfb950f Extract plugin hooks and capabilities out to separate files 2014-02-01 18:47:32 -02:00
Fabio Rehm
2dad88e275 Update CHANGELOG 2014-02-01 18:40:09 -02:00
Fabio Rehm
beffce64fa Add support for disabling the plugin [GH-72] 2014-02-01 18:38:48 -02:00
Fabio Rehm
a8963c3741 Improved logging 2014-02-01 18:13:42 -02:00
Fabio Rehm
dc2cb5eb79 Clean up InstallBuckets action a bit 2014-02-01 18:12:38 -02:00
Fabio Rehm
0031a99522 💣 monkey patch on Builtin::Provision action \o/ (closes GH-60) 2014-02-01 17:50:12 -02:00
Fabio Rehm
a97af929f1 Extract cachier's root bucket directory creation out to a separate action [GH-60] 2014-02-01 17:22:10 -02:00
Fabio Rehm
9e830dacbd Blow up if using vagrant < 1.4.0 2014-02-01 16:21:21 -02:00
Fabio Rehm
5b8b5a59d8 Update CHANGELOG 2014-02-01 16:14:41 -02:00
Fabio Rehm
a2e541f6a0 When specifying NFS synced folders we need to use a symbol (fix GH-76) 2014-02-01 16:14:32 -02:00
Fabio Rehm
77def39754 Display enable_nfs deprecation warning only once 2014-02-01 02:57:51 -02:00
Fabio Rehm
5c35320800 Display a warning using Vagrant's UI in case enable_nfs is set 2014-02-01 02:35:48 -02:00
Fabio Rehm
bfdb2c53f3 Lock vagrant to 1.4.3 2014-02-01 02:34:49 -02:00
Fabio Rehm
deedb5a11a Mention synced_folder_opts on CHANGELOG 2014-02-01 00:06:24 -02:00
Fabio Rehm
8260a43aa0 Mark config.enable_nfs as deprecated 2014-02-01 00:04:51 -02:00
Fabio Rehm
ef0a3f3fc9 Replace enable_nfs and sync_opts config with synced_folder_opts 2014-02-01 00:04:00 -02:00
Fabio Rehm
125ae61394 Update docs to reflect what's going to be implemented 2014-01-31 23:41:05 -02:00