Commit Graph

10671 Commits (f088ab6d44ccf58dfd464e237aa687ded8a897f9)
 

Author SHA1 Message Date
Megan Marsh cfba6c9117
Merge pull request #6619 from hashicorp/windows-restart-tweak
8 years ago
Megan Marsh c51cd751d1 go back to using StartWithUI to prevent weird hangs during windows reboot
8 years ago
Megan Marsh 340363a649
Merge pull request #6613 from hashicorp/merge_ssh_config_funcs
8 years ago
Megan Marsh d883dfe67a
Merge pull request #6566 from hashicorp/atlas-deprecation
8 years ago
Megan Marsh 5542b2b34a update changelog
8 years ago
Megan Marsh 1f79b430ee
Merge pull request #6610 from hashicorp/filter_logs
8 years ago
Megan Marsh 7f518cc2d0
Merge pull request #6616 from hashicorp/fix_6496
8 years ago
Megan Marsh 31d4f8af45 use a time.Duration instead of a hardcoded ms
8 years ago
Christopher Boumenot 1801b6dac0
Merge pull request #6618 from hashicorp/azure_docs_tweaks
8 years ago
Adrien Delorme a0a0594a35 add missing comma
8 years ago
Adrien Delorme 8560fe89e5 Azure Docs: enhanced the copy pasta power
8 years ago
Rickard von Essen fdd2a2ac9f
Updated CHANGELOG.md
8 years ago
Rickard von Essen 70cfafb75c
Merge pull request #6490 from tcarrio/most-recent-image-openstack
8 years ago
Tom Carrio e2fe5cd775 Updated test cases to cover bad filters and empty()
8 years ago
Megan Marsh bb319fb1e8
Merge pull request #6607 from hashicorp/gcp_min_cpu_platform
8 years ago
Megan Marsh 918db58604 added new template variables to replace PACKER_KEY_INTERVAL with tunable key and keygroup intervals depending on driver used
8 years ago
Adrien Delorme e5ffa9e5b3 use SSHConfigFunc on right member in builder/parallels/pvm/builder.go
8 years ago
Adrien Delorme fa44a4546f use ssh.ParsePrivateKey where we can
8 years ago
Adrien Delorme bacfb02182 doc better SSHConfigFunc
8 years ago
Adrien Delorme ab7f998862 SSHConfigFunc: use struct fields instead of copying them locally
8 years ago
Adrien Delorme 0ff7c1da87 SSHConfigFunc: append the ssh auth ways
8 years ago
Adrien Delorme 41f6e0334d refactor all copy pasted sshConfig with into communicator.Config.SSHConfigFunc
8 years ago
Rickard von Essen a90fccf329
Updated CHANGELOG.md
8 years ago
Rickard von Essen 057a635cab
Merge pull request #6532 from sermilrod/Allowing-fixed-port-in-forwarding-rules
8 years ago
Rickard von Essen 3b49caaf40 OpenStack: refactored how source_image_filter is handled to remove reflection
8 years ago
Sergio Millan Rodriguez befdb59da6 renaming public_ssh_port to public_port
8 years ago
Megan Marsh 41898ec7ba
Merge pull request #6611 from hashicorp/prettify_log_terminal_output
8 years ago
Megan Marsh 941d2fcca6 deduplicate logs that stream to terminal
8 years ago
Megan Marsh c1b50d365b
Merge pull request #5851 from arizvisa/multi-proto-progressbar
8 years ago
tcarrio 3eb4151599 Fixed wildcard usage in docs
8 years ago
Megan Marsh af48214ddd
Merge pull request #6606 from hashicorp/fix_6301
8 years ago
Megan Marsh 9fa47f5dad make windows restart provisioner work with ssh communicator
8 years ago
Megan Marsh 1a04b2a31a update docs to include section on sensitive-variables array
8 years ago
Megan Marsh 8a6441a7a5 add tests for SensitiveVars
8 years ago
Rickard von Essen bd1961b927 Correctly fail if no Image matches filter
8 years ago
Adrien Delorme d8b537e258 website doc for min_cpu_platform
8 years ago
Adrien Delorme b038cd10f5 GCP: Allow to set MinCpuPlatform
8 years ago
Adrien Delorme e37f126cf1 update gcp google.golang.org/api/compute/v1/
8 years ago
Ali Rizvi-Santiago cf9bbe3ecf Incorporated the hack demonstrated by @SwampDragons in order to deal with packer.rpc.Ui not exporting any information about what it's doing to anybody.
8 years ago
Ali Rizvi-Santiago 5726927cba 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
Ali Rizvi-Santiago dc2088318e Updated vendor package github.com/cheggaaa/pb to v1.0.25.
8 years ago
Ali Rizvi-Santiago 0f10032b3d Moved the progress bar from common to the packer.UI interface and refactored it so that the terminal width is calculated based on each interface which returns a custom progressbar specific to its ui.
8 years ago
Ali Rizvi-Santiago fd2fef8738 Added support for the progress bar to automatically determine its width using the minimum length from a packer.UI and the terminal dimensions via kernel32.GetConsoleScreenBufferInfo or an ioctl (TIOCGWINSZ) to "/dev/tty".
8 years ago
Ali Rizvi-Santiago ac27e54c95 Updated vendor package github.com/cheggaaa/pb to v1.0.22
8 years ago
Ali Rizvi-Santiago 16ecb3ad9a Reverted removal of progress-bar that was done by commit 5d97b105a8 and added some missing arguments that were missed during the rebase. Modified the default progress bar's width to 80 as a result of the conversation on PR #5851.
8 years ago
Megan Marsh ff6a039d5b replace scrubconfig with packer.LogSecretFilter.Set
8 years ago
Matthew Hooker 31fcfe4bc2 PoC for filtering logs
8 years ago
Christopher Boumenot a1fa35dff5
Merge pull request #6590 from abhinaykumar/patch-1
8 years ago
Megan Marsh ca743514b7
Merge pull request #6603 from hashicorp/revert-6593-iso_inplace
8 years ago
Matthew Hooker 6ecdc130ae
zsh completion
8 years ago