Commit graph

  • 20373aa0d7 Fix GH-96 Fabio Rehm 2014-04-06 21:34:58 -0300
  • 0f3d79e1bc Switch to ruby 1.9+ hash syntax on generic bucket docs Fabio Rehm 2014-04-06 21:30:34 -0300
  • 5d9c433326 Add link to generic buckets docs to menu Fabio Rehm 2014-04-06 21:29:31 -0300
  • 155821448f Tweak Gemfile for vagrant 1.5+ Fabio Rehm 2014-04-06 21:28:27 -0300
  • 890f7c4a56 Update changelog Fabio Rehm 2014-04-06 21:28:09 -0300
  • 04102aac8e Some more tweaking to generic bucket docs [GH-94] Fabio Rehm 2014-04-06 21:27:44 -0300
  • a4c5f05263 Add missing end to generic bucket and remove capability method [GH-94] Fabio Rehm 2014-04-06 21:26:26 -0300
  • 8d48dacf24 Skip bucket auto detection in case the bucket can't be auto detected [GH-94] Fabio Rehm 2014-04-06 21:25:58 -0300
  • 2a17bc4f1d Minor tweaks to generic bucket docs [GH-94] Fabio Rehm 2014-04-06 21:05:13 -0300
  • ffd6c514dd Merge branch 'generic-bucket' of https://github.com/gnustavo/vagrant-cachier Fabio Rehm 2014-04-06 21:02:56 -0300
  • b28da3ab26 Up version to 0.7.0 as we will add a new feature to the plugin Fabio Rehm 2014-04-06 21:02:37 -0300
  • ff2bc00ee3 Update bundle Fabio Rehm 2014-04-06 21:02:15 -0300
  • abe3c64b1e Merge a63156e482 into 2df1e31940 Gustavo Chaves 2014-03-24 01:45:49 +0000
  • a63156e482 Implement generic bucket Gustavo L. de M. Chaves 2014-03-23 17:16:18 -0300
  • d93c79391b Merge 53a79d90e9 into 2df1e31940 tknerr 2014-03-08 15:25:00 +0000
  • 53a79d90e9 create vagrant_omnibus pseudo bucket if not exists, otherwise current version of install.sh would fail Torben 2014-03-08 15:59:12 +0100
  • edde1730ef adhere to underscore naming convention as used in apt_list bucket Torben 2014-03-08 15:17:58 +0100
  • 03ba78ab26 fix missing local variable Torben 2014-03-08 15:17:16 +0100
  • daf8cfcdea only set the OMNIBUS_DOWNLOAD_DIR env var if auto_detect is true Torben 2014-03-08 14:55:57 +0100
  • f5966d5166 refactor, code cleanup, remove println debugging Torben 2014-03-08 14:52:54 +0100
  • 9e18803b95 if the vagrant-omnibus plugin is detected and enabled for that VM, set the OMNIBUS_DOWNLOAD_DIR env var Torben 2014-03-08 14:40:32 +0100
  • 9b909ada00 Merge a1ca699bd4 into 2df1e31940 tknerr 2014-03-07 16:47:34 +0000
  • a1ca699bd4 fix compatibility with ruby 1.9.3 Torben 2014-03-07 17:39:35 +0100
  • 2df1e31940 Update bundle Fabio Rehm 2014-02-27 01:12:35 -0300
  • 2faa661546 Up dev version Fabio Rehm 2014-02-26 22:05:35 -0300
  • ede55cdfaf v0.6.0 v0.6.0 Fabio Rehm 2014-02-25 23:57:32 -0300
  • 33dee6419a Minor dev Vagrantfile tweaks Fabio Rehm 2014-02-25 23:54:05 -0300
  • ec96099e25 Change arch dev box url Fabio Rehm 2014-02-25 23:53:49 -0300
  • 4bb48baf40 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 Fabio Rehm 2014-02-25 23:53:22 -0300
  • f968e2d458 Improve check for whether we should warm up the cache or not Fabio Rehm 2014-02-21 23:45:21 -0300
  • 2db38dfa6e Remove unused var Fabio Rehm 2014-02-21 20:42:49 -0300
  • b8394f7e6a 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 Fabio Rehm 2014-02-21 20:42:40 -0300
  • ac4243d85e Warm up empty buckets with Guest VM files Fabio Rehm 2014-02-21 20:39:40 -0300
  • 09966efc26 Clean up the development environment Fabio Rehm 2014-02-21 19:51:44 -0300
  • 5d617f2c48 Bump java cookbook used on dev VM Fabio Rehm 2014-02-21 18:54:27 -0300
  • ae85e996ed Update CHANGELOG Fabio Rehm 2014-02-20 21:58:13 -0300
  • 2a63617e75 Ensure /tmp/vagrant-cache exists before chmodding it Fabio Rehm 2014-02-14 19:50:14 -0200
  • 01bef9f407 Fix npm bucket Fabio Rehm 2014-02-14 01:43:59 -0200
  • 07df936e4a Note GH-85 on CHANGELOG Fabio Rehm 2014-02-14 01:38:12 -0200
  • b4d12be2e5 Add docs for apt-lists bucket Fabio Rehm 2014-02-14 01:37:56 -0200
  • 437ba6a4cf ⚠️ Massive refactoring of buckets code ⚠️ Fabio Rehm 2014-02-14 01:15:43 -0200
  • 1c2116f317 Support for offline provisioning of apt-packages by caching /var/lib/apt/lists [GH-84] Fabio Rehm 2014-02-14 00:28:12 -0200
  • 1fa46ca2d4 Do not attempt chmods when the plugin is disabled Fabio Rehm 2014-02-12 00:49:00 -0200
  • 8d6c7c62da Handle nil value for synced_folder_opts Fabio Rehm 2014-02-12 00:48:20 -0200
  • 0dd1b20053 chmod /tmp/vagrant-cache on guest VM to 777 to work around some permission issues as explained on GH-74 Fabio Rehm 2014-02-11 23:53:07 -0200
  • 59887560ed Trigger plugin activation by setting cache scope [GH-17] Fabio Rehm 2014-02-11 23:24:48 -0200
  • 849374e0d1 Fix example of removing buckets from machine scoped dirs [GH-82] Fabio Rehm 2014-02-11 22:46:08 -0200
  • aaff51fda8 Update usage docs Fabio Rehm 2014-02-11 22:45:04 -0200
  • 509872e91b Forgot to update this to reflect whats going on under the hood Fabio Rehm 2014-02-05 20:48:42 -0200
  • 29a4c3c45e http://tom.preston-werner.com/2010/08/23/readme-driven-development.html Fabio Rehm 2014-02-05 20:48:28 -0200
  • 2296d35251 According to @miurahr on GH-81 we are compatible with vagrant-kvm \o/ Fabio Rehm 2014-02-05 19:51:00 -0200
  • 7d7f048dfb We dont have any provider specific code on around anymore so it should be compatible with any "non-cloud provider" Fabio Rehm 2014-02-05 19:50:15 -0200
  • 6bf733d8ed Github have analytics now, lets not worry about bitdeli Fabio Rehm 2014-02-05 19:43:24 -0200
  • 6df1efd0ba Update CHANGELOG Fabio Rehm 2014-02-01 20:27:12 -0200
  • a8f05e4b11 Fix usage examples Teemu Matilainen 2014-02-05 18:01:30 -0300
  • ea88562145 Sorry about that, was testing GH-45 Fabio Rehm 2014-02-01 20:26:21 -0200
  • 0106155a0f Disable the plugin on machines backed by cloud providers (fix GH-45) Fabio Rehm 2014-02-01 20:24:14 -0200
  • 09d65c4a3c Ooops Fabio Rehm 2014-02-01 20:17:01 -0200
  • 8a4b911678 Extract plugin hooks and capabilities out to separate files Fabio Rehm 2014-02-01 18:47:32 -0200
  • b65438007d Update CHANGELOG Fabio Rehm 2014-02-01 18:40:09 -0200
  • ca8764f938 Add support for disabling the plugin [GH-72] Fabio Rehm 2014-02-01 18:38:35 -0200
  • 6908b94609 Improved logging Fabio Rehm 2014-02-01 18:13:42 -0200
  • 2f75ffe692 Clean up InstallBuckets action a bit Fabio Rehm 2014-02-01 18:12:38 -0200
  • 0f533a9b30 💣 monkey patch on Builtin::Provision action \o/ (closes GH-60) Fabio Rehm 2014-02-01 17:50:12 -0200
  • aa793367b7 Extract cachier's root bucket directory creation out to a separate action [GH-60] Fabio Rehm 2014-02-01 17:21:46 -0200
  • e01a78138a Blow up if using vagrant < 1.4.0 Fabio Rehm 2014-02-01 16:18:58 -0200
  • daf7488bbc Update CHANGELOG Fabio Rehm 2014-02-01 16:11:43 -0200
  • d823a97cb8 When specifying NFS synced folders we need to use a symbol (fix GH-76) Fabio Rehm 2014-02-01 04:36:00 -0200
  • 4ffb47f838 Display enable_nfs deprecation warning only once Fabio Rehm 2014-02-01 02:57:51 -0200
  • e4f6dd69e4 Display a warning using Vagrant's UI in case enable_nfs is set Fabio Rehm 2014-02-01 02:35:48 -0200
  • fccd43d8e2 Lock vagrant to 1.4.3 Fabio Rehm 2014-02-01 02:34:49 -0200
  • 8ae667ead9 Mention synced_folder_opts on CHANGELOG Fabio Rehm 2014-02-01 00:06:24 -0200
  • cdf13d3f70 Mark config.enable_nfs as deprecated Fabio Rehm 2014-02-01 00:04:51 -0200
  • 3b83867427 Replace enable_nfs and sync_opts config with synced_folder_opts Fabio Rehm 2014-02-01 00:03:20 -0200
  • 9c7b02b3ac Update docs to reflect what's going to be implemented Fabio Rehm 2014-01-31 23:02:11 -0200
  • ed6c76dedf We'll probably forget to update these guys, better do it now :) Fabio Rehm 2014-01-02 01:28:10 -0200
  • 1541f35ef8 This is no longer needed Fabio Rehm 2014-01-02 01:22:04 -0200
  • 98c211590c After 5 months I believe it is safe to get rid of this code Fabio Rehm 2014-01-02 01:13:09 -0200
  • 5ff8d1013a We'll drop support for Vagrant < 1.4, that means we should be bumping to 0.6.0 Fabio Rehm 2014-01-02 01:11:50 -0200
  • 1bc96e77d3 Update bundle Fabio Rehm 2014-01-02 01:05:23 -0200
  • 4668f1d486 Support for extra synced_folder options Erno Aapa 2014-01-25 06:20:39 +0200
  • 1e56a616e9 Merge 957aee804b into 12f7963d1f Fabio Rehm 2014-02-25 23:57:39 -0300
  • 957aee804b v0.6.0 Fabio Rehm 2014-02-25 23:57:32 -0300
  • 43625fca96 Minor dev Vagrantfile tweaks Fabio Rehm 2014-02-25 23:54:05 -0300
  • 3ad2d6eb50 Change arch dev box url Fabio Rehm 2014-02-25 23:53:49 -0300
  • 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 Fabio Rehm 2014-02-25 23:53:22 -0300
  • 4a3d9547c1 Improve check for whether we should warm up the cache or not Fabio Rehm 2014-02-21 23:45:21 -0300
  • 03a08d09aa Remove unused var Fabio Rehm 2014-02-21 20:42:49 -0300
  • 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 Fabio Rehm 2014-02-21 20:42:40 -0300
  • e6464d1951 Warm up empty buckets with Guest VM files Fabio Rehm 2014-02-21 20:39:40 -0300
  • 2de195e34b Clean up the development environment Fabio Rehm 2014-02-21 19:51:44 -0300
  • bdf2f84a90 Bump java cookbook used on dev VM Fabio Rehm 2014-02-21 18:54:27 -0300
  • bed8736b29 Update CHANGELOG Fabio Rehm 2014-02-20 21:58:13 -0300
  • 13e8d5e674 Ensure /tmp/vagrant-cache exists before chmodding it Fabio Rehm 2014-02-14 19:50:14 -0200
  • 6555e72f39 Fix npm bucket Fabio Rehm 2014-02-14 01:43:59 -0200
  • cd8af281ab Note GH-85 on CHANGELOG Fabio Rehm 2014-02-14 01:38:12 -0200
  • b98cc76ebe Add docs for apt-lists bucket Fabio Rehm 2014-02-14 01:37:56 -0200
  • d6bed34302 ⚠️ Massive refactoring of buckets code ⚠️ Fabio Rehm 2014-02-14 01:15:43 -0200
  • b548637e4f Support for offline provisioning of apt-packages by caching /var/lib/apt/lists [GH-84] Fabio Rehm 2014-02-14 00:28:12 -0200
  • d42e5a9886 Do not attempt chmods when the plugin is disabled Fabio Rehm 2014-02-12 00:49:00 -0200