packer-cn/packer
Megan Marsh ae8d359bf1 Switch to explicitly declaring TrackProgress on UI, using an underlying progress bar specifically stored on the struct. Export UiProgressTracker. These changes allow us to optionaly switch to the NoopProgressTracker when no TTY is set. 2020-09-21 16:05:14 -07:00
..
plugin Merge remote-tracking branch 'origin/master' into sharing_info 2019-12-17 11:57:09 +01:00
rpc Merge remote-tracking branch 'origin/master' into sharing_info 2019-12-17 11:57:09 +01:00
test-fixtures Make max_retries a string to allow variable interpolation (#9673) 2020-08-05 17:41:20 +02:00
tmp
artifact.go
artifact_mock.go Fix gosimple S1005 linting issue (#8870) 2020-03-11 10:30:08 +01:00
artifact_test.go Fix gosimple S1005 linting issue (#8870) 2020-03-11 10:30:08 +01:00
build.go skip post-processors when build is cancelled 2020-08-06 14:40:02 +02:00
build_test.go Avoid calling CoreBuild.Prepare(...) for HCL2 templates (#8742) 2020-02-14 17:39:32 +01:00
builder.go fix typo 2020-07-09 16:21:21 +03:00
builder_mock.go add tests for info sharing 2019-12-17 13:41:48 -08:00
builder_mock.hcl2spec.go HCL2: generate hcl tags with go-cty tags too (#9306) 2020-05-28 11:19:00 +02:00
builder_test.go
cache.go
cache_test.go
communicator.go build using HCL2 (#8423) 2019-12-17 11:25:56 +01:00
communicator_mock.go Add unit test to find issue #7655 2019-05-17 22:27:19 +00:00
communicator_mock_test.go
communicator_test.go
config_file.go prefer $APPDATA over $HOME in Windows (#9830) 2020-08-31 14:35:15 +02:00
config_file_test.go packer: remove unused test variable 2019-11-04 12:53:16 -08:00
config_file_unix.go
config_file_windows.go
core.go Fix typo in error message (#9775) 2020-08-16 21:39:08 -04:00
core_test.go Make max_retries a string to allow variable interpolation (#9673) 2020-08-05 17:41:20 +02:00
fixconfigmode_enumer.go fix enum 2020-05-08 16:54:44 +02:00
hcl2spec.go build using HCL2 (#8423) 2019-12-17 11:25:56 +01:00
hook.go get data sharing to a working state with the powershell provisioner 2019-12-11 15:43:38 -08:00
hook_mock.go
hook_test.go
logs.go
maps.go build using HCL2 (#8423) 2019-12-17 11:25:56 +01:00
multi_error.go
multi_error_test.go
packer_test.go
post_processor.go build using HCL2 (#8423) 2019-12-17 11:25:56 +01:00
post_processor_mock.go build using HCL2 (#8423) 2019-12-17 11:25:56 +01:00
progressbar.go Switch to explicitly declaring TrackProgress on UI, using an underlying progress bar specifically stored on the struct. Export UiProgressTracker. These changes allow us to optionaly switch to the NoopProgressTracker when no TTY is set. 2020-09-21 16:05:14 -07:00
progressbar_noop.go
progressbar_solaris.go Switch to explicitly declaring TrackProgress on UI, using an underlying progress bar specifically stored on the struct. Export UiProgressTracker. These changes allow us to optionaly switch to the NoopProgressTracker when no TTY is set. 2020-09-21 16:05:14 -07:00
progressbar_test.go Switch to explicitly declaring TrackProgress on UI, using an underlying progress bar specifically stored on the struct. Export UiProgressTracker. These changes allow us to optionaly switch to the NoopProgressTracker when no TTY is set. 2020-09-21 16:05:14 -07:00
provisioner.go Update provisioner.go 2020-07-07 11:52:08 +02:00
provisioner_mock.go Add RetriedProvisioner to allow retry provisioners (#9061) 2020-04-16 11:58:54 +02:00
provisioner_test.go Add RetriedProvisioner to allow retry provisioners (#9061) 2020-04-16 11:58:54 +02:00
provisioner_timeout.go change all provision func signatures to use map[string]interface{} 2019-12-12 15:38:32 -08:00
run_interfaces.go refactor initialization out from packer configs + tests (#9627) 2020-07-24 10:58:03 +02:00
telemetry.go
telemetry_test.go
testing.go refactor initialization out from packer configs + tests (#9627) 2020-07-24 10:58:03 +02:00
tty.go
ui.go Switch to explicitly declaring TrackProgress on UI, using an underlying progress bar specifically stored on the struct. Export UiProgressTracker. These changes allow us to optionaly switch to the NoopProgressTracker when no TTY is set. 2020-09-21 16:05:14 -07:00
ui_test.go