summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use a standard rakefilebk_fixesTim Smith2019-08-061-11/+25
| | | | | | This has more error handling and better named groups Signed-off-by: Tim Smith <tsmith@chef.io>
* Add tagging config in expeditorTim Smith2019-08-061-0/+3
| | | | | | Turns out we need this Signed-off-by: Tim Smith <tsmith@chef.io>
* Use standard gemfile groupsTim Smith2019-08-061-5/+5
| | | | | | This makes it easier diff Signed-off-by: Tim Smith <tsmith@chef.io>
* Chefstyle fixesTim Smith2019-08-068-15/+17
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove appveyor configTim Smith2019-08-062-43/+1
| | | | | | Also add the badge to the readme Signed-off-by: Tim Smith <tsmith@chef.io>
* Add windows testing in BuildkiteTim Smith2019-08-061-6/+21
| | | | | | Also switch to the faster containers Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CODEOWNERSTim Smith2019-08-061-3/+3
|
* Update CODEOWNERSTim Smith2019-08-061-3/+3
|
* Update README.mdTim Smith2019-08-061-0/+8
|
* Bump version to 3.0.5 by Chef Expeditor3.0.5Chef Expeditor2019-07-223-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #54 from zenspider/zenspider/remove_all_warningsTim Smith2019-07-213-11/+20
|\ | | | | Resolve all warnings emitted during testing
| * Fixed the last of the warnings.Ryan Davis2019-06-061-2/+3
| | | | | | | | | | | | | | Also removed a line that didn't have the effect intended. Those were class-ivars, not ivars. Signed-off-by: Ryan Davis <zenspider@chef.io>
| * Mode #logger a lazy initializer.Ryan Davis2019-06-061-1/+1
| | | | | | | | | | | | Otherwise the tests were resetting twice per. Signed-off-by: Ryan Davis <zenspider@chef.io>
| * Use $stdout instead of STDOUT for the default logdev.Ryan Davis2019-06-063-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | This makes it testable using minitest/rspec IO assertions/expectations. STDOUT/STDERR should only be used to restore $stdout/$stderr if something goes haywire. The globals should be used for everyday use. Also bolstered an IO test to prevent the output from going to the rspec result output. Signed-off-by: Ryan Davis <zenspider@chef.io>
| * Minor spec cleanup, using the block form of expect.Ryan Davis2019-06-051-4/+4
| | | | | | | | Signed-off-by: Ryan Davis <zenspider@chef.io>
| * Check for the existence of the ivar before accessing it.Ryan Davis2019-06-051-0/+1
|/ | | | | | | | Makes the code run nearly warning free, reducing the output of `rspec -w spec` by 42 lines. That has to mean something, right? Signed-off-by: Ryan Davis <zenspider@chef.io>
* Bump version to 3.0.4 by Chef Expeditor3.0.4Chef Expeditor2019-06-013-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #53 from chef/travissTim Smith2019-05-312-30/+3
|\ | | | | Remove Travis PR Testing
| * Remove Travis PR TestingTim Smith2019-05-312-30/+3
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 3.0.3 by Chef Expeditor3.0.3Chef Expeditor2019-06-013-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #52 from chef/githubTim Smith2019-05-313-18/+34
|\ | | | | Add Build Kite PR Testing
| * Add Build Kite PR TestingTim Smith2019-05-313-18/+34
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 3.0.2 by Chef Expeditorv3.0.2Chef Expeditor2019-04-233-4/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #51 from chef/githubTim Smith2019-04-2311-9/+94
|\ \ | |/ | | Expand testing / Update GitHub templates
| * Expand testing / Update GitHub templatesTim Smith2019-04-2311-9/+94
|/ | | | | | | | | | | Add a contributing.md file Update codeowners for the new teams Add new github templates Test on all the ruby versions in appveyor Add issue locking Fix expeditor for the new issue labels Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #50 from olleolleolle/fix-yard-mistakeTim Smith2019-04-011-1/+1
|\ | | | | Escape YARD annotation to avoid directive
| * Escape YARD annotation to avoid directiveOlle Jonsson2019-04-011-1/+1
|/ | | | | | - AND avoid the whitespace becomes a monospace-formatted section Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
* Merge pull request #49 from olleolleolle/avoid-yard-warningTim Smith2019-04-011-1/+1
|\ | | | | Add whitespace, to avoid YARD warning
| * Add whitespace, to avoid YARD warningOlle Jonsson2019-04-011-1/+1
|/ | | | | | - with the whitespace, YARD no longer thinks "at-sign logger" is a directive to YARD Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
* Update CHANGELOG.md to reflect the promotion of 3.0.1Chef Expeditor2019-01-051-12/+8
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.0.1 by Chef Expeditorv3.0.1Chef Expeditor2019-01-043-4/+8
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #48 from chef/lcg/revert-to-ruby-2.3Lamont Granquist2019-01-042-1/+3
|\ | | | | reverting back to ruby 2.3 support
| * reverting back to ruby 2.3 supportLamont 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 CHANGELOG.md to reflect the promotion of 3.0.0Chef Expeditor2019-01-041-5/+7
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 3.0.0 by Chef Expeditorv3.0.0Chef Expeditor2019-01-041-2/+10
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #47 from chef/lcg/version-bumpTim Smith2019-01-044-7/+9
|\ \ | |/ | | update travis, drop ruby < 2.5, major version bump
| * update travis, drop ruby < 2.5, major version bumpLamont Granquist2019-01-044-7/+9
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update CHANGELOG.md to reflect the promotion of 2.0.9Chef Expeditor2018-12-181-15/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 2.0.9 by Chef Expeditorv2.0.9Chef Expeditor2018-12-183-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 2.0.8 by Chef Expeditorv2.0.8Chef Expeditor2018-12-183-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #46 from chef/travis_bumpTim Smith2018-12-171-3/+5
|\ | | | | Test on Ruby 2.6 in Travis + test on Xenial
| * Test on Ruby 2.6 in Travis + test on XenialTim Smith2018-12-171-3/+5
|/ | | | | | Bump ruby patch releases, Add Ruby 2.6 and test on Ubuntu Xenial. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #45 from chef/slimTim Smith2018-12-173-20/+21
|\ | | | | Only ship the required library files in the gem artifact
| * Chefstyle fixTim Smith2018-12-171-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Only ship the required library files in the gem artifactslimTim Smith2018-12-113-20/+21
|/ | | | | | Don't ship the test and dev files in the gem artifact. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add github templatesTim Smith2018-12-062-0/+35
| | | | 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>
* Bump version to 2.0.7 by Chef Expeditorv2.0.7Chef Expeditor2018-07-303-5/+6
|
* Merge pull request #43 from chef/travisTim Smith2018-07-307-34/+75
|\ | | | | Test on all the Ruby versions we support
| * Remove bundler uninstall hackTim Smith2018-07-301-6/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>