Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove static wrapper script | Marc Chamberland | 2020-02-24 | 1 | -459/+0 |
| | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com> | ||||
* | Move bindir copy logic into Gemfile to be used by Bundler | Stuart Preston | 2018-06-23 | 3 | -0/+0 |
| | | | | Signed-off-by: Stuart Preston <stuart@chef.io> | ||||
* | powershell_exec uses FFI instead of COM | Stuart Preston | 2018-06-19 | 2 | -0/+0 |
| | | | | Signed-off-by: Stuart Preston <stuart@chef.io> | ||||
* | Initial commit of new Chef PowerShell support | Stuart Preston | 2018-03-03 | 2 | -0/+0 |
| | | | | Signed-off-by: Stuart Preston <stuart@chef.io> | ||||
* | Fix issue with Powershell function buffer | John Snow | 2017-12-21 | 1 | -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-731 | Kartik Null Cating-Subramanian | 2017-10-06 | 1 | -2/+23 |
| | | | | Signed-off-by: Kartik Null Cating-Subramanian <ksubramanian@chef.io> | ||||
* | fix memory leak | Vince Rimkus | 2016-11-17 | 1 | -2/+1 |
| | | | | Signed-off-by: Vince Rimkus <vjrimkus@outlook.com> | ||||
* | PowerShell module output pass through | Vince Rimkus | 2016-11-15 | 1 | -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-Subramanian | 2015-06-09 | 1 | -9/+47 |
| | |||||
* | Move the type imports into the Chef namespace. | Kartik Null Cating-Subramanian | 2015-06-09 | 1 | -11/+40 |
| | |||||
* | Switch to using Win32 API to spawn a process. | Kartik Null Cating-Subramanian | 2015-06-09 | 1 | -15/+159 |
| | |||||
* | Rewrote this after I fully understood the madness involved. | Kartik Null Cating-Subramanian | 2015-06-09 | 1 | -21/+77 |
| | |||||
* | Change paths to correctly call embedded ruby. | Kartik Null Cating-Subramanian | 2015-06-09 | 1 | -3/+16 |
| | |||||
* | Moved module file into its own directory. This helps module auto-detection. | Kartik Null Cating-Subramanian | 2015-06-09 | 1 | -0/+0 |
| | |||||
* | Refactor the argument quoting logic and export one function for each binary. | Kartik Null Cating-Subramanian | 2015-06-09 | 1 | -24/+37 |
| | |||||
* | Add a chef powershell module that wraps ruby invocations. | Kartik Null Cating-Subramanian | 2015-06-09 | 1 | -0/+34 |