summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* reverting back to ruby 2.3 supportlcg/revert-to-ruby-2.3Lamont Granquist2019-01-042-1/+3
| | | | | | | it appears we break the world if we go to >= 2.5 and we need to do this a bit more cautiously. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* update travis, drop ruby < 2.5, major version bumplcg/version-bumpLamont Granquist2019-01-044-7/+9
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update CHANGELOG.md to reflect the promotion of 2.4.4Chef Expeditor2018-12-121-10/+7
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 2.4.4 by Chef Expeditorv2.4.4Chef Expeditor2018-12-123-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #173 from chef/slim2Tim Smith2018-12-111-1/+0
|\ | | | | Don't ship the readme in the gem artifact
| * Don't ship the readme in the gem artifactTim Smith2018-12-111-1/+0
| | | | | | | | | | | | There's no need for this. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 2.4.3 by Chef Expeditorv2.4.3Chef Expeditor2018-12-073-4/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #172 from chef/promote_windowsLamont Granquist2018-12-072-0/+1
|\ \ | |/ | | Have expeditor promote the windows gem as well
| * Have expeditor promote the windows gem as wellpromote_windowsTim Smith2018-12-062-0/+1
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 2.4.2Chef Expeditor2018-12-061-10/+7
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 2.4.2 by Chef Expeditorv2.4.2Chef Expeditor2018-12-063-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #171 from chef/dev_depsTim Smith2018-12-062-5/+2
|\ | | | | Remove dev deps from the gemspec
| * Remove dev deps from the gemspecTim Smith2018-12-062-5/+2
| | | | | | | | | | | | These are all in the gemfile now Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 2.4.1 by Chef Expeditorv2.4.1Chef Expeditor2018-12-063-5/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #170 from chef/appveyorTim Smith2018-12-064-15/+54
|\ \ | |/ | | Test on ruby-head and Ruby 2.6 in Travis
| * Test on ruby-head and 2.6 in TravisTim Smith2018-12-064-15/+54
| | | | | | | | | | | | Also skip the tests when expeditor commits. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Add code of conduct fileTim Smith2018-12-061-0/+1
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #169 from chef/expeditorTim Smith2018-12-025-0/+83
|\ | | | | Wire up Expeditor
| * Wire up ExpeditorTim Smith2018-12-025-0/+83
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #167 from chef/slimTim Smith2018-10-234-11/+9
|\ | | | | Don't ship the gemfile/rakefile/gemspecs in the gem
| * Don't ship rakefile/gemfile/gemspecsslimTim Smith2018-10-231-1/+1
| | | | | | | | | | | | We don't ship the specs. We're not running the tests on this gem. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove bin / executable defsTim Smith2018-10-231-2/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Provide a more useful homepageTim Smith2018-10-231-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Test on Ruby 2.5.3Tim Smith2018-10-231-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update the github links in commentsTim Smith2018-10-232-6/+6
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #155 from zerikv/fix-win-cmd-lead-spaceTyler Ball2018-08-201-4/+3
|\ | | | | Avoid EmptyWindowsCommand error on Windows when the command starts with spaces
| * Fix EmptyWindowsCommand error on Windows when the command starts with spacesEric VERNIER2018-07-301-4/+3
| | | | | | | | Signed-off-by: Eric Vernier <zerikv@gmail.com>
* | Merge pull request #166 from chef/githubTim Smith2018-08-012-1/+18
|\ \ | |/ |/| Update codeowners and add github PR template
| * Update codeowners and add github PR templategithubTim Smith2018-07-312-1/+18
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #164 from chef/new_rubyv2.4.0Tim Smith2018-07-232-33/+28
|\ | | | | Release 2.4.0
| * Release 2.4.0new_rubyTim Smith2018-07-232-33/+28
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #163 from chef/new_rubyTim Smith2018-07-231-3/+4
|\ \ | |/ | | Test on the latest ruby releases
| * Test on the latest ruby releasesTim Smith2018-07-231-3/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #158 from MsysTechnologiesllc/dh/MSYS-847_fix_bare_rescuesTim Smith2018-07-233-7/+3
|\ \ | |/ |/| Fix a bare rescue on Windows
| * [MSYS-847] fix bare rescuedheerajd-msys2018-07-033-7/+3
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | Merge pull request #161 from chef/lcg/chefstyle2Lamont Granquist2018-07-064-9/+10
|\ \ | |/ |/| master of chefstyle + fixes
| * master of chefstyle + fixesLamont Granquist2018-07-064-9/+10
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #159 from chef/lcg/remove-hashrocketsLamont Granquist2018-06-266-47/+50
|\ | | | | remove hashrocket syntax
| * remove hashrocket syntaxlcg/remove-hashrocketsLamont Granquist2018-06-256-47/+50
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #157 from MsysTechnologiesllc/dh/add_sensitive_featureThom May2018-06-155-14/+25
|\ | | | | [MSYS-830] Added sensitive feature
| * add sensitive featuredheerajd-msys2018-06-155-14/+25
|/ | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* Merge pull request #153 from chef/tm/codeownersThom May2017-08-311-0/+1
|\ | | | | add codeowners
| * add codeownerstm/codeownersThom May2017-08-311-0/+1
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* [MSYS-629] Added username,password validation for elavated option (#151)Nimisha Sharad2017-08-092-3/+21
| | | | | | * Added username,password validation for elavated option Signed-off-by: nimisha <nimisha.sharad@clogeny.com>
* Added example for elevated privilegespiyushawasthi2017-08-081-0/+8
| | | | Signed-off-by: piyushawasthi <piyush.awasthi@msystechnologies.com>
* Release 2.3.2v2.3.2Bryan McLellan2017-07-212-1/+5
| | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Fix broken method callBryan McLellan2017-07-211-1/+1
| | | | | | Missed one argument to this method call Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Release 2.3.1v2.3.1Bryan McLellan2017-07-192-1/+5
| | | | Signed-off-by: Bryan McLellan <btm@chef.io>
* Merge pull request #150 from chef/btm/empty_windows_commandBryan McLellan2017-07-191-1/+1
|\ | | | | Make Mixlib::ShellOut::EmptyWindowsCommand inherit from ShellCommandFailed
| * Make Mixlib::ShellOut::EmptyWindowsCommand inherit from ShellCommandFailedBryan McLellan2017-07-191-1/+1
|/ | | | | | | | | Chef rescues Mixlib::ShellOut::ShellCommandFailed, SystemCallError in a few places. Recent refactors caused EmptyWindowsCommand to be correctly raised where we still unintentionally raised SystemCallError due to a bad FFI call. This gets us closer to not needing to cover these edge cases in rescue clauses everywhere. Signed-off-by: Bryan McLellan <btm@chef.io>