summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright datesdatesTim Smith2020-11-124-5/+5
| | | | | | This is 100% just to force a new build since 3.2.0 was build off the master branch and not main, which caused some old code to ship. We need a 3.2.1 Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 3.2.0Chef Expeditor2020-11-121-9/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.2.0 by Chef ExpeditorChef Expeditor2020-11-123-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #224 from ↵Tim Smith2020-11-124-1/+117
|\ | | | | | | | | MsysTechnologiesllc/Kapil/MSYS-1131_Retrieves_the_environment_variables_for_the_specified_user Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fixed buildkite errorKapil Chouhan2020-11-121-0/+2
| | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
| * Load a user's profile, before retrieves the environment variablesKapil Chouhan2020-11-031-0/+8
| | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
| * Added yard commentsKapil Chouhan2020-09-102-13/+31
| | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
| * Update lib/mixlib/shellout/windows/core_ext.rbTim Smith2020-09-091-1/+1
| |
| * Update lib/mixlib/shellout/windows/core_ext.rb Tim Smith2020-09-091-1/+1
| | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
| * Added Dependency of ffi-win31-extensions gem and added test casesKapil Chouhan2020-09-093-0/+17
| | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
| * Retrieves the environment variables for the specified userKapil Chouhan2020-09-032-3/+73
| | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
| * Fix for MSYS-1131 Retrieves the environment variables for the specified userKapil Chouhan2020-09-021-1/+2
| | | | | | | | Signed-off-by: Kapil Chouhan <kapil.chouhan@msystechnologies.com>
* | Update CHANGELOG.md to reflect the promotion of 3.1.7Chef Expeditor2020-10-291-9/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 3.1.7 by Chef Expeditorv3.1.7Chef Expeditor2020-10-293-4/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #223 from chef/loosen_win32_depTim Smith2020-10-292-4/+2
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove the path shifts in the spec helperloosen_win32_depTim Smith2020-10-291-2/+0
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Loosen win32-process dep to resolve Ruby 3 deprecation warningsTim Smith2020-10-291-2/+2
|/ / | | | | | | | | | | This removes the use of $SAFE which is causing deprecation warnings when killing processes on Windows. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 3.1.6Chef Expeditor2020-09-101-10/+7
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 3.1.6 by Chef Expeditorv3.1.6Chef Expeditor2020-09-103-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #221 from chef/safeTim Smith2020-09-095-23/+16
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Simplify things a bit with &.safeTim Smith2020-09-095-23/+16
| | | | | | | | | | | | | | | | | | Use the latest and greatest ruby-isms to cut down on some code. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 3.1.5 by Chef Expeditorv3.1.5Chef Expeditor2020-09-093-4/+12
|/ / | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #220 from chef/dirTim Smith2020-09-092-5/+5
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Back out the gemspec change that broke testsdirTim Smith2020-09-092-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix another oneTim Smith2020-09-081-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Use __dir__ instead of __FILE__Tim Smith2020-09-083-6/+6
| |/ | | | | | | | | | | Makes things a bit easier to read Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #219 from chef/lcg/shellout-trace-loggingTim Smith2020-08-242-1/+13
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Stop doing weird things with STDOUTlcg/shellout-trace-loggingLamont Granquist2020-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This means we get output when going to logfiles, while daemonized or when sending to pipes. Piping trace output to grep/less is why I consider the current behavior broken and this to be a bugfix. Since this is all debug/trace logging tweaking this should not be impacting anyone's running systems (https://xkcd.com/1172/). Under ideal conditions we should probably figure out some way to send output through the logger when trace is enabled and there's no STDOUT, but this is probably a VERY unlikely use case and is just not super easy. And daemonized trace logging of live stdout to a logfile will actually work correctly if someone is using something like systemd and just using STDOUT logging like it is the 21st century. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | chefstyleLamont Granquist2020-08-241-2/+3
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix the helper spec testLamont Granquist2020-08-241-0/+11
| | | | | | | | | | | | | | | | | | | | | not pulling in mixlib-log as a test dep, but just monkeypatching a trace level into the ruby logger Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | Drop the shell_out logging down to trace levelLamont Granquist2020-08-241-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | This has to have been an oversight when thom created the trace level, since live stdout logging produces a lot of output. We also need this for adding live stdout logging for ohai which produces a lot of output, where trace is certainly more appropriate and makes the debug level difficult to read. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Updating references of master to main as part of Expeditor agent rename.chef-expeditor[bot]2020-08-170-0/+0
|/
* Update CHANGELOG.md to reflect the promotion of 3.1.4Chef Expeditor2020-08-131-10/+7
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.1.4 by Chef Expeditorv3.1.4Chef Expeditor2020-08-133-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #218 from chef/requiresTim Smith2020-08-132-3/+3
|\ | | | | Optimize requires for non-omnibus installs
| * Optimize requires for non-omnibus installsrequiresTim Smith2020-08-122-3/+3
|/ | | | | | require is quite slow in Ruby and doing requires for things you've already required is also slow. We've used this simple hack in Chef to speed up our requires. In the omnibus installs we patch how rubygems works to make this somewhat pointless, but this will help non-omnibus installs Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 3.1.3 by Chef Expeditorv3.1.3Chef Expeditor2020-07-283-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #217 from chef/spellingTim Smith2020-07-285-6/+6
|\ | | | | Fix a few typos
| * Fix a few typosspellingTim Smith2020-07-285-6/+6
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 3.1.2Chef Expeditor2020-07-241-10/+7
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.1.2 by Chef Expeditorv3.1.2Chef Expeditor2020-07-233-3/+10
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #216 from chef/lcg/default-pathsLamont Granquist2020-07-221-3/+3
|\ | | | | convert helper to default_paths API
| * convert helper to default_paths APIlcg/default-pathsLamont Granquist2020-07-221-3/+3
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* update commentsLamont Granquist2020-07-181-35/+23
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update CHANGELOG.md to reflect the promotion of 3.1.1Chef Expeditor2020-07-181-2/+5
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.1.1 by Chef Expeditorv3.1.1Chef Expeditor2020-07-172-2/+2
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #215 from chef/lcg/new-buildLamont Granquist2020-07-171-1/+1
|\ | | | | new build
| * new buildLamont Granquist2020-07-171-1/+1
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #214 from chef/lcg/new-buildLamont Granquist2020-07-171-1/+1
|\ | | | | need a new build for expeditor
| * need a new build for expeditorLamont Granquist2020-07-171-1/+1
| | | | | | | | | | | | last build wasn't releasable Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>