Commit Graph

10588 Commits (7efe3cac3d5e728ee471bbccfd1043e06e4dcafe)
 

Author SHA1 Message Date
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
Adrien Delorme a5587e30ec log wether the file was transfered or is just being inplace referenced
8 years ago
Adrien Delorme 6b3844a64f
Revert "allow to use ISO images in-place v.s. copying them"
8 years ago
Tom Carrio c5fe1e9e34 Updated to @rickard-von-essen's code review suggestions, including:
8 years ago
Tom Carrio 5ca5c037eb Updated filter parser to log all invalid values/fields provided by user
8 years ago
Tom Carrio fc19cd8d28 Updated limit logic, removed limiter, updated test cases and sort field used
8 years ago
Tom Carrio 4147062802 Internally handling most_recent logic.
8 years ago
Tom Carrio 2d5d1890d4 Switching sort method
8 years ago
Tom Carrio 8d98237a15 I should have a git-status alias to make fmt
8 years ago
Tom Carrio 036918b81b Updated to comments in PR#6490 - Thanks @haxorof
8 years ago
Tom Carrio db3d2682b5 Updated allowed filters to tags, visibility, owner, and name. Test cases updated and passed
8 years ago
tcarrio e9e58e6b2b Tags field parsed from "tags" and updated test case
8 years ago
Tom Carrio c8fd53d60b make fmt
8 years ago
Tom Carrio de9999ecb9 Updated tag to slice, docs, comments, only active images, source_image_name supercedes filter name
8 years ago
tcarrio e776ad51a9 Removing statement from old image erroring logic
8 years ago
tcarrio 3a6ab0fc0e Updated test logic and Error->Errof for formatted output.
8 years ago
tcarrio 6dc71590eb Updated OpenStack Builder docs and tests
8 years ago
tcarrio 94018c691c Fixed step interface, added step to builder, passing all tests for new image_query.go
8 years ago
Tom Carrio a87c8fec38 Fixing up reflection issues on ListOpts builder
8 years ago
Tom Carrio 810a602a1b Added testing on query helper functions
8 years ago
Tom Carrio 33caed3531 Completed filters and most_recent processing using OpenStack imageservice API
8 years ago
Megan Marsh 00c6ec979f do 30 minutes not 25
8 years ago
Megan Marsh 00de0f4996 increase the timeout for waiting for an ami to become available
8 years ago
Rickard von Essen 3e00ca3608
Merge pull request #6600 from rickard-von-essen/os-dep-fix
8 years ago
Rickard von Essen 3b7e23e7f9 Added missing gophercloud files
8 years ago
Megan Marsh 5dbd71b857
Merge pull request #6593 from hashicorp/iso_inplace
8 years ago
Rickard von Essen b85756c01e
Updated CHANGELOG.md
8 years ago
Rickard von Essen d4c34159f4
Merge pull request #6373 from ozerovandrei/openstack-neutron-floatingips
8 years ago
Rickard von Essen 3b535cbcbc
Merge pull request #6598 from hashicorp/docs_gcp_winrm_update
8 years ago
Adrien Delorme 3ea8f9f50d
Small updates on the googlecompute website docs
8 years ago
Adrien Delorme c744e8b2bb make download messages less redudant and more simple
8 years ago
Andrei Ozerov 6bf442f039 OpenStack builder: fix floating IP docs
8 years ago
Andrei Ozerov 103403db48 OpenStack builder: do not always use floating IPs
8 years ago
Megan Marsh f00260e293
Merge pull request #6597 from mprince/docfix
8 years ago