Mitchell Hashimoto
|
f63ef395f1
|
Merge branch 'rsync_install' of https://github.com/tmatilai/vagrant into tmatilai-rsync_install
Conflicts:
plugins/guests/freebsd/plugin.rb
plugins/guests/netbsd/plugin.rb
plugins/guests/openbsd/plugin.rb
|
2014-02-03 12:12:49 +01:00 |
Mitchell Hashimoto
|
592c577b2e
|
Merge pull request #2922 from tmatilai/file_provisioner_expand_path
provisioners/file: expand destination path if capable
|
2014-02-03 02:52:57 -08:00 |
Teemu Matilainen
|
e634cdc824
|
guests: rename LinuxShellExpandFailed error to ShellExpandFailed
Make the error generic for all guests (`DarwinShellExpandFailed` didn't
even exist) and not tied to synced folder.
|
2014-02-02 17:26:54 -03:00 |
Mitchell Hashimoto
|
07389f26ed
|
core: Force bundler usage if in Installer
|
2014-02-02 20:32:39 +01:00 |
Mitchell Hashimoto
|
3ed7b2618a
|
Add new version.txt used to generate installers
|
2014-02-02 15:33:12 +01:00 |
Mitchell Hashimoto
|
bc55081e9f
|
core: execute the specified Vagrant executable in pre-rubygems.rb
|
2014-02-01 16:28:45 +01: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
|
83b22de944
|
Merge pull request #2888 from obfusk/fix-mktmpdir
core: Clean up temp dir used by fs_case_sensitive?
|
2014-01-27 09:26:43 -08:00 |
Mitchell Hashimoto
|
a924a7b48c
|
core: provider capabilities
|
2014-01-26 14:15:06 -08:00 |
Felix C. Stegerman
|
5c3555b56b
|
Clean up temp dir used by fs_case_sensitive?
|
2014-01-25 04:57:52 +01:00 |
Mitchell Hashimoto
|
0e9cac5b07
|
core: clear line with \033[K
|
2014-01-23 13:22:10 -08:00 |
Mitchell Hashimoto
|
00530303fb
|
core: color success Ui green
|
2014-01-23 13:15:07 -08:00 |
Mitchell Hashimoto
|
2b9e7ca14e
|
core: merge default synced folders ,don't override [GH-2873]
|
2014-01-21 20:13:08 -08:00 |
Mitchell Hashimoto
|
e80552b6aa
|
core: if synced folder type is blank, use default
|
2014-01-21 20:10:32 -08:00 |
Mitchell Hashimoto
|
06f1ebf752
|
core: add more tests for MachineReadable UI
|
2014-01-21 12:11:53 -08:00 |
Mitchell Hashimoto
|
f2f58655e8
|
core: get rid of more references to scope, old terminology
|
2014-01-21 12:06:04 -08:00 |
Mitchell Hashimoto
|
26366d0673
|
core: remove BasicScope class, not used anymore
|
2014-01-21 12:04:32 -08:00 |
Mitchell Hashimoto
|
a32e154e6e
|
core: use cleaner UI abstractions
|
2014-01-20 17:18:36 -08:00 |
Mitchell Hashimoto
|
fc86a10796
|
core: only bold when output is part of a machine
|
2014-01-20 16:37:06 -08:00 |
Mitchell Hashimoto
|
714c690d8b
|
Merge pull request #2857 from mitchellh/f-ui-revamp
UI revamp
|
2014-01-20 16:22:36 -08:00 |
Carlos López
|
8d1cc513ec
|
Fixed: dup string if frozen when formatting output for machine.
|
2014-01-19 14:34:32 +00:00 |
Mitchell Hashimoto
|
3f62addac2
|
core: make output white for now
|
2014-01-17 21:53:17 -08:00 |
Mitchell Hashimoto
|
0eec9aa599
|
core: extensive tests for Vagrant::UI classes
|
2014-01-17 21:31:07 -08:00 |
Mitchell Hashimoto
|
ac2ca2537d
|
core: Ui color should be red on errors, yellow on warnings
|
2014-01-17 21:03:05 -08:00 |
Mitchell Hashimoto
|
1b8f1a3864
|
core: convert more output to `output` method
|
2014-01-17 21:03:04 -08:00 |
Mitchell Hashimoto
|
5b449c8000
|
providers/virtualbox: many `detail` level output
|
2014-01-17 21:03:00 -08:00 |
Mitchell Hashimoto
|
b557ee5625
|
core: align text and make sure its all lined up with prefixes
|
2014-01-17 21:02:59 -08:00 |
Mitchell Hashimoto
|
f3d102e069
|
core: colorize VM output for each VM in a command
|
2014-01-17 21:02:58 -08:00 |
Mitchell Hashimoto
|
afbed7e816
|
core: add output/detail methods to Ui, prefix with arrows
|
2014-01-17 21:02:57 -08:00 |
Mitchell Hashimoto
|
a0f2ca5e8b
|
core: clarify some logic for colors
|
2014-01-17 10:29:20 -08:00 |
Mitchell Hashimoto
|
5bc96ad4bf
|
core: For dev, temporarily use branch of Childprocess, fix Win issue
|
2014-01-17 09:39:51 -08:00 |
Mitchell Hashimoto
|
83245e6b2a
|
core: Within a Bundler env, don't manage Bundler
|
2014-01-17 09:39:20 -08:00 |
Mitchell Hashimoto
|
2f4944903e
|
core: cleaner method of mirroring stdin for Windows
|
2014-01-16 22:53:13 -08:00 |
Mitchell Hashimoto
|
a6be44125d
|
core: Seperate out IO util helper
|
2014-01-16 22:46:25 -08:00 |
Mitchell Hashimoto
|
b8e6fe418f
|
core: forgot to gate one change from last commit to Windows
|
2014-01-16 22:33:15 -08:00 |
Mitchell Hashimoto
|
77c309e91f
|
core: copy STDIN for SSHRun with Subprocess on Windows
The comments explain
|
2014-01-16 22:31:35 -08:00 |
Mitchell Hashimoto
|
dcecb46cbd
|
core: default a value to avoid potential exception in SShRun
|
2014-01-16 22:08:41 -08:00 |
Mitchell Hashimoto
|
5bddd6c366
|
core: dont' load rc or profile when getting a cygpath with bash
|
2014-01-15 21:15:17 -08:00 |
Mitchell Hashimoto
|
73b72deb0a
|
synced_folders/rsync: convert path to cygpath on Windows
|
2014-01-15 21:13:08 -08:00 |
Mitchell Hashimoto
|
1bcc7158ac
|
Merge pull request #2837 from tmatilai/vagrant_home
core: Respect VAGRANT_HOME everywhere
|
2014-01-15 17:52:56 -08:00 |
Teemu Matilainen
|
1a69306839
|
core: Respect VAGRANT_HOME everywhere
Use `VAGRANT_HOME`env var also for `Plugin::Manager` etc., not only in
the `Environment` class.
|
2014-01-15 19:15:49 -03:00 |
Mitchell Hashimoto
|
35a19f829c
|
provider/virtualbox: fix NFS tests on Windows
|
2014-01-15 11:48:07 -08:00 |
Mitchell Hashimoto
|
e2ec46bb4d
|
core: environment tests passing on Windows
|
2014-01-15 11:40:53 -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
|
8652d87865
|
core: test file writes for home dir perms
Creating directories for some reason was allowed in Windows, but writes
would fail later.
|
2014-01-15 11:19:13 -08:00 |
Mitchell Hashimoto
|
9cf0387e00
|
core: interrupt in Cli exits with 1
|
2014-01-13 21:42:40 -08:00 |
Mitchell Hashimoto
|
ae9b74464d
|
core: MixinSyncedFolders#synced_folders does scoped hash override
|
2014-01-13 11:39:11 -08:00 |
Mitchell Hashimoto
|
59218ded68
|
synced_folders/rsync: move rsync logic out to helper
|
2014-01-13 11:01:50 -08:00 |
Mitchell Hashimoto
|
08b1aee00d
|
core: default commands to primary
|
2014-01-11 09:15:14 -08:00 |
Mitchell Hashimoto
|
f05388349c
|
core: non-primary commands aren't shown in basic `vagrant -h`
|
2014-01-11 09:07:38 -08:00 |