Chris Roberts
|
aadf1ba5ae
|
Use common hash key style within project
|
2016-08-11 13:07:25 -07:00 |
Chris Roberts
|
597f49dda8
|
Add failing rsync test checking for private key option inclusion
|
2016-08-11 12:59:26 -07:00 |
Zack Train
|
cb70749bd8
|
redux of pr 7398 for ssh-agent key fix
|
2016-08-11 11:48:10 -07:00 |
Mitchell Hashimoto
|
a08d9078da
|
commands/rsync-auto: check machine ID prior to sync [GH-4031]
|
2014-08-06 16:56:09 -07:00 |
Mitchell Hashimoto
|
afd3f1ff43
|
synced_folders/nfs: can say functional is false explicitly
|
2014-04-21 20:37:14 -07:00 |
Mitchell Hashimoto
|
800cf7539b
|
synced_folders/rsync: don't crash if comm error during rsync-auto [GH-3419]
|
2014-04-09 08:58:56 -07:00 |
Fabio Rehm
|
54656151cf
|
Convert specs to RSpec 2.14.8 syntax with Transpec
This conversion is done by Transpec 1.10.2 with the following command:
transpec test/unit/
* 507 conversions
from: obj.should
to: expect(obj).to
* 394 conversions
from: == expected
to: eq(expected)
* 260 conversions
from: obj.should_receive(:message)
to: expect(obj).to receive(:message)
* 85 conversions
from: obj.stub(:message)
to: allow(obj).to receive(:message)
* 25 conversions
from: its(:attr) { }
to: describe '#attr' do subject { super().attr }; it { } end
* 19 conversions
from: obj.should_not
to: expect(obj).not_to
* 7 conversions
from: obj.should_not_receive(:message)
to: expect(obj).not_to receive(:message)
* 3 conversions
from: Klass.any_instance.should_receive(:message)
to: expect_any_instance_of(Klass).to receive(:message)
|
2014-03-14 12:02:07 -03:00 |
Mitchell Hashimoto
|
56dd0e8531
|
synced_folders/rsync: don't watch excluded paths [GH-3159]
|
2014-03-12 19:40:18 -07:00 |
Mitchell Hashimoto
|
a6eafd6a12
|
synced_folders/rsync: execute rsync_post cap if it exists [GH-3163]
|
2014-03-12 18:43:59 -07:00 |
Mitchell Hashimoto
|
06c881708d
|
Fix tests
|
2014-03-09 18:29:45 -07:00 |
Mitchell Hashimoto
|
d4511131b4
|
synced_folders/rsync: allow custom args [GH-3070]
|
2014-03-06 11:27:58 -08:00 |
Mitchell Hashimoto
|
5030a16f84
|
kernel/v2: default all configs properly, remove config/default.rb
|
2014-02-05 15:36:35 -08:00 |
Teemu Matilainen
|
ee2ae94c25
|
synced_folders/rsync: Install `rsync` on guest if needed
Add new `rsync_installed` and `rsync_install` guest capabilities
to detect and install `rsync`.
Also copy `rsync_pre` capability to all Unix guests.
|
2014-01-31 02:12:57 -03:00 |
Mitchell Hashimoto
|
2dff1ac417
|
core: get tests passing on Windows, more tweaks
|
2014-01-15 21:30:47 -08:00 |
Mitchell Hashimoto
|
73b72deb0a
|
synced_folders/rsync: convert path to cygpath on Windows
|
2014-01-15 21:13:08 -08:00 |
Mitchell Hashimoto
|
285bda7a68
|
synced_folders/nfs: don't nfs_prune on hosts that don't support it
|
2014-01-15 20:28:27 -08:00 |
Mitchell Hashimoto
|
4fab57576b
|
synced_folders/rsync: run hostpath through fs_real_path
This fixes issues with drive letter casing on Windows
|
2014-01-15 11:30:32 -08:00 |
Mitchell Hashimoto
|
04f1854840
|
synced_folders/rsync: unit tests for the callback, fix bug
|
2014-01-13 22:01:09 -08:00 |
Mitchell Hashimoto
|
b4b62daf5c
|
synced_folders/rsync: expand host paths relative to root path
|
2014-01-13 11:34:49 -08:00 |
Mitchell Hashimoto
|
309d12a16b
|
synced_folders/rsync: `vagrant rsync` syncs the folders
|
2014-01-13 11:25:29 -08:00 |
Mitchell Hashimoto
|
59218ded68
|
synced_folders/rsync: move rsync logic out to helper
|
2014-01-13 11:01:50 -08:00 |
Mitchell Hashimoto
|
7b2a0716f1
|
synced_folders/rsync: warn if password auth
|
2014-01-10 20:37:11 -08:00 |
Mitchell Hashimoto
|
60f3d224c9
|
synced_folders/rsync: can exclude files
|
2014-01-10 18:01:38 -08:00 |
Mitchell Hashimoto
|
2e3fcf576c
|
synced_folders/rsync: allow guests to execute things before
|
2014-01-10 17:51:44 -08:00 |
Mitchell Hashimoto
|
38fbbb6c56
|
synced_folders/rsync: Initial commit working
|
2014-01-10 17:40:29 -08:00 |
Mitchell Hashimoto
|
365bef0e61
|
core: use dummy provider in tests so VirtualBox isn't required
|
2014-01-10 15:48:42 -08:00 |
Mitchell Hashimoto
|
9a58caaf9c
|
synced_folders/nfs: always prune [GH-2738]
|
2014-01-10 15:41:57 -08:00 |