summaryrefslogtreecommitdiff
path: root/distro/powershell/chef
Commit message (Collapse)AuthorAgeFilesLines
* remove static wrapper scriptMarc Chamberland2020-02-241-459/+0
| | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* Move bindir copy logic into Gemfile to be used by BundlerStuart Preston2018-06-233-0/+0
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* powershell_exec uses FFI instead of COMStuart Preston2018-06-192-0/+0
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Initial commit of new Chef PowerShell supportStuart Preston2018-03-032-0/+0
| | | | Signed-off-by: Stuart Preston <stuart@chef.io>
* Fix issue with Powershell function bufferJohn Snow2017-12-211-5/+1
| | | | | | | | Issue Fixed: https://github.com/chef/chef-dk/issues/1236 Signed-off-by: John Snow <thelunaticscripter@outlook.com>
* Don't spin in powershell module that launches chef processesksubrama/SUSTAIN-731Kartik Null Cating-Subramanian2017-10-061-2/+23
| | | | Signed-off-by: Kartik Null Cating-Subramanian <ksubramanian@chef.io>
* fix memory leakVince Rimkus2016-11-171-2/+1
| | | | Signed-off-by: Vince Rimkus <vjrimkus@outlook.com>
* PowerShell module output pass throughVince Rimkus2016-11-151-24/+140
| | | | | | This commit fixes #4045 where the output from any of the chef executables wrapped by the module functions would not allow redirection or variable capture. Signed-off-by: Vince Rimkus <vjrimkus@outlook.com>
* Release handles, set exit-code and handle errors.Kartik Null Cating-Subramanian2015-06-091-9/+47
|
* Move the type imports into the Chef namespace.Kartik Null Cating-Subramanian2015-06-091-11/+40
|
* Switch to using Win32 API to spawn a process.Kartik Null Cating-Subramanian2015-06-091-15/+159
|
* Rewrote this after I fully understood the madness involved.Kartik Null Cating-Subramanian2015-06-091-21/+77
|
* Change paths to correctly call embedded ruby.Kartik Null Cating-Subramanian2015-06-091-3/+16
|
* Moved module file into its own directory. This helps module auto-detection.Kartik Null Cating-Subramanian2015-06-091-0/+47