0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
return -> next so that multiple synced folders are handled correctly (e.g. puppet apply provisioner). More... about 9 years ago
Add a couple of retries around the communicator upload to try to squelch the SEC_E_INVALID_TOKEN errors that have been seen off and on. More... about 9 years ago
up for next dev version More... about 9 years ago
up version for 0.6.1 release More... about 9 years ago
Merge pull request #41 from tknerr/compat-notes More... about 9 years ago
update compatibility requirement to 1.6+ (required for winrm/ssh communicators) More... about 9 years ago
add CHANGELOG entry for #38 More... about 9 years ago
Merge pull request #39 from chrisbaldauf/domain_auth More... about 9 years ago
Change backslash escaping logic to single quotes in the chown and rsync/ssh commands. The driver for this change was that the backslashing behaved differently across Windows and Mac platforms and this feels a lot safer (e.g. could handle other special characters) More... about 9 years ago
Fix [:username] omission. More... about 9 years ago
Escape backslashes in case the user is authenticating with Active Directory domain authentication (e.g. 'domain\username') More... about 9 years ago
up version to 0.7.0.dev for development More... about 9 years ago
update version for 0.6.0 release More... about 9 years ago
Merge pull request #37 from tknerr/fix-network-warning More... about 9 years ago
update CHANGELOG More... about 9 years ago
improve wording in warning message More... about 9 years ago
make it work for windows / winrm communicator too More... about 9 years ago
only consider custom defined network settings (ignore the default port forwarding) More... about 9 years ago
Merge pull request #36 from tknerr/check-linked-state More... about 9 years ago
update CHANGELOG More... about 9 years ago
check if managed server is linked before doing any other action More... about 9 years ago
rename the (currently still unused) IsCreated action to IsLinked More... about 9 years ago
rename state from :not_created to :not_linked More... about 9 years ago
Merge branch 'master' into check-linked-state More... about 9 years ago
update CHANGELOG More... about 9 years ago
reuse long_not_reachable error message More... about 9 years ago
add missing translations for the not_created (i.e. not linked in our case) state (fixes #35) More... about 9 years ago
up version for next 0.6.0.dev release More... about 9 years ago
update CHANGELOG and version for 0.5.1 release More... about 9 years ago
remove declaration for non-existing :reboot command (fixes #32) More... about 9 years ago