..
plugin
Merge remote-tracking branch 'origin/master' into context_provisioner
2019-04-08 20:09:01 +02:00
rpc
remote duplicate gob.Register(new(map[string]interface{}))
2019-10-15 12:56:42 +02:00
test-fixtures
fixing interpolation
2019-06-10 11:30:52 -07:00
tmp
clarify comments
2019-01-09 16:30:43 +01:00
artifact.go
Expand Artifact API to expose build state
2014-09-22 11:15:47 +01:00
artifact_mock.go
Add to vagrant post-processor support for Azure
2018-08-08 10:04:28 -05:00
artifact_test.go
Expand Artifact API to expose build state
2014-09-22 11:15:47 +01:00
build.go
Creates a final "cleanup" provisioner to run if an error occurs during a provisioning step, allowing users to perform any custom cleanup tasks that must happen on the VM before the VM is shut down and destroyed.
2019-09-24 16:08:15 -07:00
build_test.go
Merge remote-tracking branch 'origin/master' into context_provisioner
2019-04-08 20:09:01 +02:00
builder.go
change hooks to be passed a context for cancellation
2019-04-03 15:55:54 +02:00
builder_mock.go
[Builder|Build|PostProcessor|Provisioner|Hook]Server: context cancel using a RPC cancel method
2019-04-03 15:55:55 +02:00
builder_test.go
packer: builder prepare can return warnings
2013-11-02 22:31:12 -05:00
cache.go
I use Dir instead of Base for mkdirall call
2019-03-28 13:17:15 -07:00
cache_test.go
Use the hashicorp/go-getter to download files
2019-03-13 12:11:58 +01:00
communicator.go
fix race
2019-04-26 16:05:14 -07:00
communicator_mock.go
Add unit test to find issue #7655
2019-05-17 22:27:19 +00:00
communicator_mock_test.go
packer: Add UploadDir to the Communicator interface
2013-08-25 20:30:56 -07:00
communicator_test.go
use our own copy of iochan.LineReader
2019-04-11 14:25:24 +02:00
config_file.go
check env for a PACKER_CONFIG_DIR before defaulting to homedir for config
2019-07-25 13:06:41 -07:00
config_file_test.go
Added tests for packer.ExpandUser in packer/config_file_test.go.
2018-12-04 16:54:49 -06:00
config_file_unix.go
make code of homeDir, configFile & configDir not os specific anymore
2018-11-30 15:47:43 +01:00
config_file_windows.go
make code of homeDir, configFile & configDir not os specific anymore
2018-11-30 15:47:43 +01:00
core.go
Change back to make sure all durations are a time.Duration
2019-10-31 16:12:07 +01:00
core_test.go
remove any reference to Push
2019-09-16 16:38:17 +02:00
hook.go
add test for error-cleanup provisioner, and fix tests by fixing null builder to use an actual none communicator instead of skipping communicator generation altogether
2019-09-25 13:39:09 -07:00
hook_mock.go
[Builder|Build|PostProcessor|Provisioner|Hook]Server: context cancel using a RPC cancel method
2019-04-03 15:55:55 +02:00
hook_test.go
[Builder|Build|PostProcessor|Provisioner|Hook]Server: context cancel using a RPC cancel method
2019-04-03 15:55:55 +02:00
logs.go
replace scrubconfig with packer.LogSecretFilter.Set
2018-08-20 15:35:55 -07:00
multi_error.go
WIP
2018-10-26 16:59:20 -07:00
multi_error_test.go
packer: no more asserts lib
2013-10-16 21:09:27 -10:00
packer_test.go
packer: Core, and template validate
2015-05-23 14:48:07 -07:00
post_processor.go
update docs for definig Builders and PostProcessors
2019-04-29 13:16:46 +02:00
post_processor_mock.go
Merge remote-tracking branch 'origin/master' into context_provisioner
2019-04-08 20:09:01 +02:00
progressbar.go
allow building packer on solaris by removing progress bar and tty imports
2019-05-07 15:58:49 +02:00
progressbar_noop.go
allow building packer on solaris by removing progress bar and tty imports
2019-05-07 15:58:49 +02:00
progressbar_solaris.go
allow building packer on solaris by removing progress bar and tty imports
2019-05-07 15:58:49 +02:00
progressbar_test.go
Use the hashicorp/go-getter to download files
2019-03-13 12:11:58 +01:00
provisioner.go
add test for error-cleanup provisioner, and fix tests by fixing null builder to use an actual none communicator instead of skipping communicator generation altogether
2019-09-25 13:39:09 -07:00
provisioner_mock.go
[Builder|Build|PostProcessor|Provisioner|Hook]Server: context cancel using a RPC cancel method
2019-04-03 15:55:55 +02:00
provisioner_test.go
TestPausedProvisionerProvision_waits: don't fail when we spend too much time.
2019-05-24 18:21:53 +02:00
provisioner_timeout.go
TimeoutProvisioner: also display an error log when the context times out
2019-04-09 17:46:38 +02:00
telemetry.go
Remove telemetry error reporting message.
2018-02-20 10:54:20 -08:00
telemetry_test.go
add config key reporting
2017-11-14 16:30:44 -08:00
testing.go
packer: remove Ui/Cache from CoreConfig
2015-05-27 20:09:52 -07:00
tty.go
Close tty on exit ( #7411 )
2019-03-15 11:10:30 +01:00
ui.go
need to scrub sensitive variables first, to make sure we don't fail for comma-containing sensitive info
2019-08-15 16:16:11 -07:00
ui_test.go
Close tty on exit ( #7411 )
2019-03-15 11:10:30 +01:00