Commit Graph

12821 Commits (cb1e30ef692cf4af56a9e2b27dfd47e276894ea1)
 

Author SHA1 Message Date
Megan Marsh a99c0802be
Merge pull request #7914 from shawnmssu/fix_ucloud_builder
7 years ago
Thomas Meckel 822b72bd14 Added force_delete_snapshot configuration item and the corresponding checks
7 years ago
Thomas Meckel e7583de847 StepCreateSnapshot.Run() will stop and create an error if the virtual machine is still running
7 years ago
Thomas Meckel d9b8623f64 StepShutdown now always waits for the shutdown of the virtual machine to complete, not only if a shutdown command is specified
7 years ago
Thomas Meckel b873876670 Added test TestSnapshot_EnsureParents
7 years ago
Thomas Meckel 6fd0b3e83e Fixed a bug in ParseSnapshotData
7 years ago
Thomas Meckel 225a140055 Applied correct source format (got fmt) to builder\virtualbox\common\driver_mock.go
7 years ago
Thomas Meckel 51e5ae69db Corrected method signatures in builder\virtualbox\common\driver_mock.go
7 years ago
Thomas Meckel ab6a163ff2 Added missing newline at end of builder\virtualbox\common\driver_mock.go
7 years ago
Thomas Meckel e9b5332e99 Added missing functions to builder\virtualbox\common\driver_mock.go
7 years ago
Thomas Meckel fd5a2db58f Removed commented (obsolete) code from builder\virtualbox\common\driver_4_2.go
7 years ago
Thomas Meckel 5e00253450 Delete stack_test.go
7 years ago
Thomas Meckel a4d168ec4b Corrected go.mod and modules.txt
7 years ago
Thomas Meckel 4faed184c9 Added github.com/golang-collections/collections to vendor directory
7 years ago
Thomas Meckel 7d3c84e5f9 Changed VirtualBox VM builder according to current builder interface
7 years ago
Thomas Meckel 2ef911f6f0 Fixed bugs in snapshot and builder code
7 years ago
Thomas Meckel ebd2780e5d implemented first unit tests for snapshot.go
7 years ago
Thomas Meckel f1f7c4e10c * added function ParseSnapshotData to parse a string representation of a VBox snapshot tree
7 years ago
Thomas Meckel 45e2095ae3 Moved parsing of tree string representation to new function in snapshot.go
7 years ago
Thomas Meckel 092e32fe9e First version of reworked snapshot implementation
7 years ago
Thomas Meckel a6074894f1 Defined struct and first function for enhanced snapshot handling
7 years ago
Thomas Meckel d3202497ae First working version of virtualbox/vm builder
7 years ago
Thomas Meckel 2a531f8ad6 Merged changes from local branch
7 years ago
mingsheng.su 66f142adf1 update docs
7 years ago
mingsheng.su 59c8911cd5 update api about stop instance
7 years ago
Megan Marsh 9912e569e1 deduplicate loglines that stream both to ui ERROR call and to streaming logs when PACKER_LOG=1
7 years ago
Megan Marsh 54034689ef On abort, return gracefully rather than exiting so that the subprocess doesn't unexpectedly disconnect from the parent and cause a confusing EOF error in the logs
7 years ago
Megan Marsh d21f4eb888
Merge pull request #7908 from muesli/typo-fixes
7 years ago
Megan Marsh 3d22535742
Merge pull request #7884 from jprorama/fix-7171
7 years ago
Megan Marsh 166f1de5fd
Merge pull request #7887 from xunleii/f-scaleway-autoremove-volume
7 years ago
Megan Marsh aeceba5fd2
Merge pull request #7906 from grahamking/patch-1
7 years ago
Megan Marsh e4c1979708
Merge pull request #7907 from grahamking/patch-2
7 years ago
Megan Marsh 175d0b817d
Merge pull request #7905 from hashicorp/set_config_dir
7 years ago
Christian Muehlhaeuser 216afbaa8b
Fixed various typos
7 years ago
Graham King 5d470ae731
plugins.html.md: Update docs example to match code example.
7 years ago
Graham King efd70c8dce
plugins.html.md: Unix dir packer.d -> .packer.d
7 years ago
Megan Marsh 140785f088 make sure we create the temp dir explicitly when we are setting up the config dir in docker. Otherwise, we create it with root later on and it causes permissions failures.
7 years ago
Alexandre NICOLAIE a338dab8fc docs: add Scaleway documentation
7 years ago
Megan Marsh c4806e2fe4
Merge pull request #7903 from devenney/devenney-fixer-housekeeping
7 years ago
Alexandre NICOLAIE 6835a12cb3
fix: fix typo in comment
7 years ago
Brendan Devenney 2b16b5cae4
Move fixer test to fix package
7 years ago
Brendan Devenney 6520814a6c
Ensure help output is consistently formatted
7 years ago
Brendan Devenney 75d8d7fce5
Update and futureproof fix command usage
7 years ago
Brendan Devenney 91b7d8c572
Add test to ensure all fixers are enabled
7 years ago
Brendan Devenney 9f0bc29db5
Test that Fixers and FixerOrder are equal length
7 years ago
Brendan Devenney 556492fb0d
Add fixers erroneously removed by e8f04c3
7 years ago
John-Paul Robinson c428154c6d Document instance_floating_ip_net attribute
7 years ago
Megan Marsh a6072626c9 update changelog
7 years ago
Megan Marsh 2934e0c621
Merge pull request #7893 from StefanScherer/inspec-input-file
7 years ago
Megan Marsh 8fe8fd4798
Merge pull request #7290 from y-kuno/openstack-add-min_disk
7 years ago