Commit Graph

771 Commits (a0c238940eb97ee78d2cd5b2e6f43e5d7cf365db)

Author SHA1 Message Date
Adrien Delorme 58245f2557 break a chain of post-processors when one is skipped & make `-only`
7 years ago
Adrien Delorme 61ade0e127 allow to use --only with post-processors
7 years ago
Adrien Delorme 4bf3cd44fc allow to skip a post processor
7 years ago
Adrien Delorme 848d4e981b clarify comments
7 years ago
Adrien Delorme 9f7b4ffc17
Merge branch 'master' into pr/6950
7 years ago
Adrien Delorme 7384b86e95 windows plugin: prioritize AppData over default user directory ( UserProfile )
7 years ago
Megan Marsh a734aa2255 Revert "mux_broker_test.go: make non blocking errChan"
7 years ago
Adrien Delorme 895d49ca10
Merge pull request #7119 from hashicorp/fix_race
7 years ago
Adrien Delorme d9e32d437c
mux_broker_test.go: make non blocking errChan
7 years ago
Adrien Delorme 2944030daf
mux_broker_test.go: range over chan for simplicity
7 years ago
Adrien Delorme 9a31d0de58
mux_broker_test.go: defer close chan
7 years ago
Megan Marsh 70c6fcb824
Merge pull request #7078 from aspectcapital/issue-5478
7 years ago
Megan Marsh f6070de070 fix test
7 years ago
Megan Marsh 52176ecf2d try to remove race condition in mux test
7 years ago
Adrien Delorme cecf352aa7 remove any reference to TMPDIR_SUFFIX. Using system tempdir is enough
7 years ago
Adrien Delorme b7222d1f56 Add tmp package that offers Dir & File funcs
7 years ago
Matt Dainty 19bd28cd72 Fix/add tests
7 years ago
Adrien Delorme d876978337
Fixed misspelling in a comment residing in packer/config_file.go as suggested by @azr.
7 years ago
Ali Rizvi-Santiago ecf45d4740 Added tests for packer.ExpandUser in packer/config_file_test.go.
7 years ago
Ali Rizvi-Santiago 040a33567e Trying again one more time to prevent import cycles.. Moved common.ExpandUser into packer.ExpandUser..
7 years ago
Adrien Delorme 1055c119bc make code of homeDir, configFile & configDir not os specific anymore
7 years ago
Adrien Delorme 5147ac0364 use Getenv instead of LookupEnv so users can set USER="" and HOME="" + lookup different username only if it is different thant the current username
7 years ago
Ali Rizvi-Santiago eec68e319e Replaced unsafe method of determining a user's home directory with an implementation based on os/user.
8 years ago
Rémi Jouannet 118a9cb8c6 more explicit message
8 years ago
Matthew Hooker 098764d8ac
WIP
8 years ago
Adrien Delorme c393ccb7ca fix progress bar termination typo
8 years ago
Adrien Delorme 25775cd266 fix more race conditions
8 years ago
Adrien Delorme 27f4b9e4a1 pb/testing: triger more race condition by having the progress bar refresh more often
8 years ago
Adrien Delorme 4cae413a29 remove unedded atomic call ( protected by a lock )
8 years ago
Adrien Delorme 56ccba86c7 fix some race conditions
8 years ago
Adrien Delorme cf2c309c5e add race conditions triggers for progress bar
8 years ago
Adrien Delorme 611610c89d BasicProgresssBar: protect add with a lock
8 years ago
Ashley Lowde 2884f6fab6 improve formatting and documentation for PR#6784
8 years ago
Ashley Lowde 12496e3702 add optional timestamps to build log
8 years ago
Megan Marsh 3f8407d95f Revert "Merge pull request #6700 from hashicorp/multi_progressbar"
8 years ago
Adrien Delorme be27775a3c start the pool only once
8 years ago
Adrien Delorme dfeca9f0df split progressbars per object
8 years ago
Megan Marsh 77980a7b53 fix progress bar mutex
8 years ago
Megan Marsh a0edaf6c46 Going to revert this change for now, becuase of potential issues that arise from calling Prepare() twice
8 years ago
Adrien Delorme 0ac7b64364 fix panic of the future using a mutex instead of some atomic calls + more docs
8 years ago
Adrien Delorme 8a851efcc8 progressbar: more godocs
8 years ago
Adrien Delorme bb59a70e8f progressbar: use int64 instead of uint64
8 years ago
Adrien Delorme f3c923c47d add tests for progress bar rpc calls
8 years ago
Adrien Delorme 6d3e36e6ea simplify remote progress bar as we are using a single instance
8 years ago
Adrien Delorme d89e1133c3 use freshly merged random.AlphaNum instead of our own random
8 years ago
Adrien Delorme 42561cf777 packer/rpc/ui_test.go: test progress bar too
8 years ago
Adrien Delorme 7efe3cac3d todos
8 years ago
Adrien Delorme 408578507f also prefix bar with number of items processing
8 years ago
Adrien Delorme 541c68aed5 add StackableProgressBar struct that will refresh/show dl status for multiple files
8 years ago
Adrien Delorme 9b07d7670e use no ops for ansible ui & MachineReadableUi
8 years ago