You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/common
Megan Marsh 2d3f84abf0
Merge pull request #7271 from hashicorp/make_generate
7 years ago
..
bootcommand make generate 7 years ago
json common/json: add Unmarshal with method with syntax errors 13 years ago
powershell quote variables in powershell script to account for spaces 7 years ago
random random: optimize allocation & simplify loop 8 years ago
shell-local Merge pull request #7181 from hashicorp/python_shell_docs 7 years ago
test-fixtures Add unit test to show that we handle tars safely 8 years ago
uuid Simplifies the implementation of common/uuid 13 years ago
config.go add StackableProgressBar struct that will refresh/show dl status for multiple files 8 years ago
config_test.go replace scrubconfig with packer.LogSecretFilter.Set 8 years ago
download.go move http with proxy call into a helper function 7 years ago
download_test.go re-add missing import 7 years ago
floppy_config.go move packer to hashicorp 9 years ago
floppy_config_test.go tests actually test the floppies 10 years ago
http_config.go move packer to hashicorp 9 years ago
http_config_test.go Refactor http server config into common 10 years ago
iso_config.go Revert "allow to use ISO images in-place v.s. copying them" 8 years ago
iso_config_test.go make common/iso_config_test.go invisible to windows 7 years ago
multistep_debug.go fix imports 8 years ago
multistep_runner.go Use fmt to convert whatever's in error to a string. 8 years ago
packer_config.go replace scrubconfig with packer.LogSecretFilter.Set 8 years ago
retry.go builder/virtualbox-ovf retry removing VM. 8 years ago
retry_test.go post-processor/vagrant-cloud: try upload once 9 years ago
step_cleanup_temp_keys.go Better fix for #7095 7 years ago
step_create_floppy.go Add tmp package that offers Dir & File funcs 7 years ago
step_create_floppy_test.go test fixes WIP 8 years ago
step_download.go revert unecessary check 8 years ago
step_download_test.go fix imports 8 years ago
step_http_server.go save users some bash scripting by exposing IP and port separately as well as together 7 years ago
step_output_dir.go deduplicate step_output_dir and move to common folder 7 years ago
step_output_dir_test.go deduplicate step_output_dir and move to common folder 7 years ago
step_provision.go Going to revert this change for now, becuase of potential issues that arise from calling Prepare() twice 8 years ago
step_provision_test.go fix imports 8 years ago
terminal.go Moved the progress bar out of packer.Ui and unlinked it out of all the packer.Ui implementations. Split up the terminal-related functions into a separate terminal.go and calculate the progress bar width by traversing through packer.Ui to avoid the issue with github.com/ugorji/go/codec serializing private members (or unsafe pointers) of structs. Shuffled some arguments around in getConsoleScreenBufferInfo in common/terminal_windows.go so that the interface forces the user to correctly declare a _CONSOLE_SCREEN_BUFFER_INFO type. 8 years ago
terminal_posix.go Moved the progress bar out of packer.Ui and unlinked it out of all the packer.Ui implementations. Split up the terminal-related functions into a separate terminal.go and calculate the progress bar width by traversing through packer.Ui to avoid the issue with github.com/ugorji/go/codec serializing private members (or unsafe pointers) of structs. Shuffled some arguments around in getConsoleScreenBufferInfo in common/terminal_windows.go so that the interface forces the user to correctly declare a _CONSOLE_SCREEN_BUFFER_INFO type. 8 years ago
terminal_test.go Moved the progress bar out of packer.Ui and unlinked it out of all the packer.Ui implementations. Split up the terminal-related functions into a separate terminal.go and calculate the progress bar width by traversing through packer.Ui to avoid the issue with github.com/ugorji/go/codec serializing private members (or unsafe pointers) of structs. Shuffled some arguments around in getConsoleScreenBufferInfo in common/terminal_windows.go so that the interface forces the user to correctly declare a _CONSOLE_SCREEN_BUFFER_INFO type. 8 years ago
terminal_windows.go Moved the progress bar out of packer.Ui and unlinked it out of all the packer.Ui implementations. Split up the terminal-related functions into a separate terminal.go and calculate the progress bar width by traversing through packer.Ui to avoid the issue with github.com/ugorji/go/codec serializing private members (or unsafe pointers) of structs. Shuffled some arguments around in getConsoleScreenBufferInfo in common/terminal_windows.go so that the interface forces the user to correctly declare a _CONSOLE_SCREEN_BUFFER_INFO type. 8 years ago