Mitchell Hashimoto
|
b38fb5e974
|
Loader uses the new configuration classes
|
2012-04-18 17:03:34 -07:00 |
Mitchell Hashimoto
|
c0ee3b06ff
|
Config merging
|
2012-04-17 10:22:24 -07:00 |
Mitchell Hashimoto
|
92ee042fc2
|
V1 config loading using plugins as a source for config keys
|
2012-04-16 22:26:38 -07:00 |
Mitchell Hashimoto
|
b46daa82bc
|
Ability to define configuration classes on plugins
|
2012-04-15 16:04:54 -05:00 |
Mitchell Hashimoto
|
2eebc2cb68
|
Basic Plugin class
|
2012-04-15 15:34:44 -05:00 |
Mitchell Hashimoto
|
d08a65e7f7
|
IsPortOpen utility
|
2012-03-23 10:26:29 -04:00 |
Mitchell Hashimoto
|
1b0a6a0895
|
Make unit tests pass from the safe_puts changes
|
2012-03-22 13:42:41 -07:00 |
Mitchell Hashimoto
|
f8fa859b5f
|
Raise an error if the CWD is incorrect
|
2012-03-08 16:57:17 -08:00 |
Mitchell Hashimoto
|
6969f791ad
|
VAGRANT_CWD can be set to set the CWD of `vagrant`.
|
2012-03-08 16:45:19 -08:00 |
Mitchell Hashimoto
|
ce00a56ecb
|
Even with a custom vagrantfile name, use defaults [GH-778]
|
2012-03-08 13:24:04 -08:00 |
Mitchell Hashimoto
|
7b9f64f577
|
Allow data store to work even if file path is nil
|
2012-02-25 10:41:06 -08:00 |
Mitchell Hashimoto
|
2c823e98bd
|
Fix crashing bug with `primary_vm` on Environment
|
2012-02-24 10:27:34 -08:00 |
Mitchell Hashimoto
|
ba42fffed0
|
Convert line endings to Unix-style [GH-727]
|
2012-02-10 18:07:59 -08:00 |
Bob Van Zant
|
ae62c9bd68
|
Convert example host only IPs to RFC1918
|
2012-02-08 14:50:33 -08:00 |
Mitchell Hashimoto
|
3eff28ac0d
|
Don't strip color codes with ANSI escape code remover
|
2012-02-05 13:30:21 +01:00 |
Mitchell Hashimoto
|
912e4974db
|
Registry will now cache result values.
This is actually required so that we can do things like this
in plugins:
Vagrant.actions[:up].insert(Foo, Bar)
|
2012-01-28 17:31:50 -08:00 |
Mitchell Hashimoto
|
d1e78f791d
|
Remove test warnings, add ANSI escape code remover
|
2012-01-23 19:24:32 -08:00 |
Mitchell Hashimoto
|
d487e286f4
|
Don't merge config keys that start with __.
This allows config classes to store internal state somehow.
|
2012-01-19 20:54:09 -08:00 |
Mitchell Hashimoto
|
bdb591bc0f
|
Tests that boolean configs are merged up properly [GH-651]
|
2012-01-18 18:51:15 -08:00 |
Mitchell Hashimoto
|
4cfabc690b
|
Fix a failing unit test
|
2012-01-11 23:57:19 -08:00 |
Mitchell Hashimoto
|
f0b77d2f30
|
Additional fixes + tests for shell expansion [GH-633]
|
2012-01-11 22:56:15 -08:00 |
Mitchell Hashimoto
|
863ebe2d2f
|
Custom merging for VM config
|
2012-01-11 22:12:49 -08:00 |
Mitchell Hashimoto
|
51353d51fc
|
Test base merge
|
2012-01-11 21:31:19 -08:00 |
Mitchell Hashimoto
|
bfb52ba7dc
|
Top merges things in each key one by one by calling `merge`
|
2012-01-11 21:22:55 -08:00 |
Mitchell Hashimoto
|
d13dd482b5
|
Some Config::Top class tests
|
2012-01-11 21:09:52 -08:00 |
Mitchell Hashimoto
|
008132b3cb
|
Run each config proc only once
|
2012-01-11 20:59:21 -08:00 |
Mitchell Hashimoto
|
7c9c6e34ce
|
Change caching behavior of config procs for the config loader
|
2012-01-11 16:58:40 -08:00 |
Mitchell Hashimoto
|
ef37f692bd
|
Revert the check for duplicate Vagrantfiles.
This is just tricky with case sensitive/insensitive file systems.
Reverting since it doesn't seem worth it.
|
2012-01-08 23:15:18 -08:00 |
Mitchell Hashimoto
|
4f30a834d0
|
Tests for multivagrantfile being found
|
2012-01-08 23:04:23 -08:00 |
Mitchell Hashimoto
|
97f7fa633d
|
Re-implement how networking is done internally
|
2012-01-02 19:51:38 -08:00 |
Mitchell Hashimoto
|
43fcca3dcb
|
Retryable test
|
2011-12-26 17:38:47 -08:00 |
Mitchell Hashimoto
|
15a625275e
|
HashWithIndifferentAccess test
|
2011-12-26 17:27:56 -08:00 |
Mitchell Hashimoto
|
91562e2111
|
FileChecksum test
|
2011-12-26 17:24:44 -08:00 |
Mitchell Hashimoto
|
d80ff0a27f
|
Pull out port collision detection/correction into the CheckPortCollision middleware
|
2011-12-25 10:13:08 -08:00 |
Mitchell Hashimoto
|
40fdab3de8
|
DataStore tests and slight modifications
|
2011-12-22 21:18:59 -08:00 |
Mitchell Hashimoto
|
e3426211bc
|
Vagrant::Action::Warden unit tests
|
2011-12-22 20:41:01 -08:00 |
Mitchell Hashimoto
|
3cd262ed75
|
Unit tests for Vagrant::Action::Builder
|
2011-12-22 20:17:45 -08:00 |
Mitchell Hashimoto
|
a8f5ed1863
|
Require vagrant environments for some commands.
|
2011-12-18 13:26:15 -08:00 |
Mitchell Hashimoto
|
c2e3a3050a
|
Ruby 1.8.7 compatibility
|
2011-12-17 20:22:46 -08:00 |
Mitchell Hashimoto
|
e71007d47e
|
`vagrant destroy`
|
2011-12-17 11:05:49 -08:00 |
Mitchell Hashimoto
|
b292008f3b
|
Change parse_options a bit to automatically add help and detect invalid options
|
2011-12-17 09:25:46 -08:00 |
Mitchell Hashimoto
|
43cadfe830
|
`vagrant up`
|
2011-12-17 09:14:05 -08:00 |
Mitchell Hashimoto
|
27491b554c
|
Remove thor from requirements. Start revamping Vagrant::CLI
|
2011-12-16 23:34:30 -08:00 |
Mitchell Hashimoto
|
eda286b476
|
Config classes are registered via a registry now
|
2011-12-15 20:32:33 -08:00 |
Mitchell Hashimoto
|
b428072bb5
|
Provisioners use the registry. Cleaned up the way config classes are searched for.
|
2011-12-14 22:43:45 -08:00 |
Mitchell Hashimoto
|
668bab0ba9
|
Better host loading scheme
|
2011-12-11 23:22:44 -08:00 |
Mitchell Hashimoto
|
b8d40ea463
|
Registry is enumerable
|
2011-12-11 18:29:42 -08:00 |
Mitchell Hashimoto
|
e201d9cacf
|
Rename action registry to just Vagrant::Registry
|
2011-12-11 18:22:06 -08:00 |
Mitchell Hashimoto
|
05ae297fd2
|
Copy insecure private key to user owned directory [GH-580]
|
2011-12-11 16:32:25 -08:00 |
Mitchell Hashimoto
|
42a5e02db4
|
Clean up test load paths
|
2011-12-11 15:53:11 -08:00 |