Mitchell Hashimoto
|
342fba8182
|
core: Ui::Prefixed values instance-level opts
|
2014-02-08 15:15:06 -08:00 |
Mitchell Hashimoto
|
e6ca9d6f81
|
core: Ui::Prefixed can take prefix_spaces option
|
2014-02-08 15:14:21 -08:00 |
Mitchell Hashimoto
|
2d7c161f49
|
core: Ui#dup works properly
|
2014-02-08 15:11:51 -08:00 |
Mitchell Hashimoto
|
86454ddac9
|
core: Environment#lock tests
|
2014-02-08 14:50:52 -08:00 |
Mitchell Hashimoto
|
1e50e7aca1
|
core: Prefixed UI only requests bolding if not specified at instance-level
|
2014-02-08 14:26:26 -08:00 |
Mitchell Hashimoto
|
efc1bf50dd
|
core: Machine#with_ui
|
2014-02-08 14:03:31 -08:00 |
Mitchell Hashimoto
|
2846850306
|
core: HandleBox reloads machine from proper Vagrantfile
|
2014-02-07 11:51:04 -08:00 |
Mitchell Hashimoto
|
46a42eb9c2
|
core: when loading box metadata, specify JSON header
|
2014-02-07 10:51:57 -08:00 |
Mitchell Hashimoto
|
b9aa2acddc
|
core: request JSON type when getting the metadata URL
|
2014-02-07 10:33:08 -08:00 |
Mitchell Hashimoto
|
d4c753c48d
|
core: download metadata with JSON accept header
|
2014-02-07 10:30:25 -08:00 |
Mitchell Hashimoto
|
8e9ceeaf5c
|
core: Machine has reference to Vagrantfile
|
2014-02-07 09:16:55 -08:00 |
Mitchell Hashimoto
|
66f722ef68
|
core: Alphabetize functions and comment better in Environment
|
2014-02-06 21:36:57 -08:00 |
Mitchell Hashimoto
|
8af67cf241
|
core: update docs for Vagrant::Environment
|
2014-02-06 21:33:28 -08:00 |
Mitchell Hashimoto
|
3533256cd7
|
core: Vagrantfile can create machines, Environment#machine uses that
|
2014-02-06 21:31:11 -08:00 |
Mitchell Hashimoto
|
506e1a433f
|
core: Vagrantfile#machine_config returns more info now
|
2014-02-06 21:04:59 -08:00 |
Mitchell Hashimoto
|
e2403c093d
|
core: Vagrantfile class now adheres to box_version
|
2014-02-06 20:17:24 -08:00 |
Mitchell Hashimoto
|
7549704c5b
|
core: Environment#config_global is gone!
|
2014-02-06 20:12:16 -08:00 |
Mitchell Hashimoto
|
e3a67f7ab6
|
core: Environment uses the new Vagrantflie class
|
2014-02-06 20:12:15 -08:00 |
Mitchell Hashimoto
|
99346cc516
|
core: add Vagrantfile class, tests
|
2014-02-06 20:11:12 -08:00 |
Mitchell Hashimoto
|
cac0fdb490
|
core: Add the default server URL
|
2014-02-05 21:20:37 -08:00 |
Mitchell Hashimoto
|
becc349846
|
core: handle native windows paths like 'c:\foo.box'
[GH-2081]
|
2014-02-05 21:20:35 -08:00 |
Mitchell Hashimoto
|
751b4da2c6
|
core: if box is unversioned, check update does nothing
|
2014-02-05 21:20:32 -08:00 |
Mitchell Hashimoto
|
647563edaf
|
core: shorthand boxes must be foo/bar formatted, better errors
|
2014-02-05 21:20:31 -08:00 |
Mitchell Hashimoto
|
433e789a99
|
core: set URL to opaque if there is no path
|
2014-02-05 21:20:30 -08:00 |
Mitchell Hashimoto
|
b194525521
|
core: output a newline after ask with no echo
|
2014-02-05 21:20:28 -08:00 |
Mitchell Hashimoto
|
1a7b78e00e
|
core: UI supports not echoing
|
2014-02-05 21:20:27 -08:00 |
Mitchell Hashimoto
|
7a6d1a3ff1
|
commands/box: update command can update a specific box now
|
2014-02-05 21:20:23 -08:00 |
Mitchell Hashimoto
|
43157fba18
|
core: output the version that is added with BoxAdd
|
2014-02-05 21:20:20 -08:00 |
Mitchell Hashimoto
|
61a1082d65
|
core: BoxCheckOutdated is *much* simpler, unified logic, tests
|
2014-02-05 21:20:18 -08:00 |
Mitchell Hashimoto
|
bfca65b098
|
core: better output for BoxCheckOutdated
|
2014-02-05 21:20:16 -08:00 |
Mitchell Hashimoto
|
ea06202903
|
core: get rid of unnecessary lines
|
2014-02-05 21:20:15 -08:00 |
Mitchell Hashimoto
|
b5157df2cc
|
core: BoxCheckOutdated only runs if told to
|
2014-02-05 21:20:14 -08:00 |
Mitchell Hashimoto
|
8cc16d14fa
|
core: BoxCheckOutdated checks locally
|
2014-02-05 21:20:13 -08:00 |
Mitchell Hashimoto
|
d78194654d
|
core: ability to hide success UI
|
2014-02-05 21:20:12 -08:00 |
Mitchell Hashimoto
|
e537e02d9d
|
core: BoxCheckOutdated can check if a box is outdated
|
2014-02-05 21:20:11 -08:00 |
Mitchell Hashimoto
|
f2509f5c65
|
commands/box: outdated command to find outdated boxes
|
2014-02-05 21:20:10 -08:00 |
Mitchell Hashimoto
|
b81686e2c9
|
core: BoxAdd adds the metadata URL
|
2014-02-05 21:20:08 -08:00 |
Mitchell Hashimoto
|
bd9f375263
|
core: Box can store a metadata URL
|
2014-02-05 21:20:07 -08:00 |
Mitchell Hashimoto
|
e9afe386c1
|
core: remove BoxUpgradeRequired exception
|
2014-02-05 21:20:06 -08:00 |
Mitchell Hashimoto
|
d278fb2661
|
core: catch ENOENT as not a metadata URL
|
2014-02-05 21:20:04 -08:00 |
Mitchell Hashimoto
|
2ea6f92a6c
|
core: Cleaner output for BoxAdd
|
2014-02-05 21:20:03 -08:00 |
Mitchell Hashimoto
|
fa77d6810f
|
core: BoxAdd expands URL paths
|
2014-02-05 21:20:02 -08:00 |
Mitchell Hashimoto
|
8ab3ae1bef
|
core: BoxAdd UI looks better
|
2014-02-05 21:20:00 -08:00 |
Mitchell Hashimoto
|
f0607c6df0
|
core: BoxAdd supports multiple URLs properly
|
2014-02-05 21:19:59 -08:00 |
Mitchell Hashimoto
|
38248c240c
|
core: BoxAdd errors if name doesn't match metadata
|
2014-02-05 21:19:58 -08:00 |
Mitchell Hashimoto
|
b23ad41c40
|
core: HandleBox reloads the box
|
2014-02-05 21:19:57 -08:00 |
Mitchell Hashimoto
|
f2c4adc4ee
|
core: use symbol names for providers everywhere
|
2014-02-05 21:19:56 -08:00 |
Mitchell Hashimoto
|
e316e10552
|
core: make sure the env has the UI in it for adding boxes
|
2014-02-05 21:19:55 -08:00 |
Mitchell Hashimoto
|
a115750401
|
core: HandleBox works with metadata boxes
|
2014-02-05 21:19:52 -08:00 |
Mitchell Hashimoto
|
b2fa785d07
|
core: Environment loads proper version of box
|
2014-02-05 21:19:51 -08:00 |