summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | Update CHANGELOG.md to reflect the promotion of 3.1.0Chef Expeditor2020-07-171-16/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 3.1.0 by Chef Expeditorv3.1.0Chef Expeditor2020-07-172-2/+2
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #212 from chef/lcg/bump-minorLamont Granquist2020-07-161-1/+1
|\ | | | | Bump minor
| * Bump minorLamont Granquist2020-07-161-1/+1
| | | | | | | | | | | | We got it this time. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 3.0.16 by Chef Expeditorv3.0.16Chef Expeditor2020-07-163-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #211 from chef/lcg/bump-minorLamont Granquist2020-07-161-1/+1
|\ \ | |/ | | Bumping minor for release again, again.
| * Bumping minor for release again, again.Lamont Granquist2020-07-161-1/+1
| | | | | | | | | | | | Third time is the charm. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 3.0.15 by Chef Expeditorv3.0.15Chef Expeditor2020-07-163-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #210 from chef/lcg/bump-minorLamont Granquist2020-07-161-1/+1
|\ \ | |/ | | Bump minor for release
| * Bump minor for releaseLamont Granquist2020-07-161-1/+1
| | | | | | | | | | | | Give this another shot Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 3.0.14 by Chef Expeditorv3.0.14Chef Expeditor2020-07-163-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #208 from chef/ci_fixupTim Smith2020-07-166-52/+17
|\ \ | | | | | | Test on Ruby 2.7 final, update chefstyle, and other CI fixes
| * | Fix a minor chefstyle comment alignment issueTim Smith2020-07-161-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Test on Ruby 2.7 final, update chefstyle, and other CI fixesTim Smith2020-07-165-51/+16
| | | | | | | | | | | | | | | | | | Modernize this CI setup to match our other stuff. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 3.0.13 by Chef Expeditorv3.0.13Chef Expeditor2020-07-163-5/+6
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.