This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
Packer-Cn
Watch
2
Star
0
Fork
0
mirror of
https://github.com/hashicorp/packer.git
synced
2026-09-21 23:41:41 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bacfb021828fec7672420344dadefbccf9b35ef2
Packer-Cn
/
provisioner
T
History
Megan Marsh
c1b50d365b
Merge pull request
#5851
from arizvisa/multi-proto-progressbar
...
Add progress-bar to common/step_download.go
2018-08-21 15:08:22 -07:00
..
ansible
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.
2018-08-20 21:55:18 -05:00
ansible-local
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.
2018-08-20 21:55:18 -05:00
chef-client
remove duplicate code from chef provisioner
2018-08-07 10:01:06 -07:00
chef-solo
run goimports
2018-01-22 17:21:10 -08:00
converge
typo
2017-12-18 20:21:26 +00:00
file
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.
2018-08-20 21:55:18 -05:00
powershell
Ensure comments are easily readable in a standard terminal
2018-06-15 00:49:15 +01:00
puppet-masterless
Merge pull request
#6215
from tb3088/delay-extraArgs-4462_clean
2018-05-08 15:03:55 -07:00
puppet-server
Merge pull request
#6215
from tb3088/delay-extraArgs-4462_clean
2018-05-08 15:03:55 -07:00
salt-masterless
Merge pull request
#6013
from jsoref/spelling
2018-03-14 09:50:27 -07:00
shell
remove file stat
2018-05-03 11:08:41 -07:00
shell-local
add new feature for telling shell-local whether to use linux pathing on windows; update docs with some examples.
2018-05-07 15:10:10 -07:00
windows-restart
make windows restart provisioner work with ssh communicator
2018-08-21 11:45:18 -07:00
windows-shell
Remove tmp files created by provisioner/windows-shell tests
2018-04-30 20:38:03 +01:00
guest_commands_test.go
Added test for new commands and guest os type
2017-12-13 11:16:21 -07:00
guest_commands.go
remove erroraction on win removedir
2017-12-13 10:49:38 -07:00