summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update spec/spec_helper.rb chefstyleTim Smith2020-09-091-1/+0
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
* Update spec/mixlib/log/formatter_spec.rb Tim Smith2020-09-091-1/+1
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
* Replace __FILE__ with __dir__ and other minor chefstyle fixesTim Smith2020-09-085-5/+5
| | | | | | A few new chefstyle rules to improve readability here. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 3.0.9Chef Expeditor2020-08-211-11/+8
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.0.9 by Chef Expeditorv3.0.9Chef Expeditor2020-08-213-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #60 from chef/requiresTim Smith2020-08-216-9/+11
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update how we determine if time was loadedrequiresTim Smith2020-08-212-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix test failuresTim Smith2020-08-211-2/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Optimize our requiresTim Smith2020-08-215-7/+7
|/ | | | | | Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem. Signed-off-by: Tim Smith <tsmith@chef.io>
* Test on the final release of Ruby 2.7Tim Smith2019-12-291-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the github lock configTim Smith2019-12-291-1/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 3.0.8Chef Expeditor2019-12-301-17/+14
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.0.8 by Chef Expeditorv3.0.8Chef Expeditor2019-12-303-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #59 from chef/relativeTim Smith2019-12-293-7/+7
|\ | | | | Substitute require for require_relative
| * Substitute require for require_relativerelativeTim Smith2019-12-203-7/+7
|/ | | | | | require_relative is significantly faster and should be used when available. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 3.0.7 by Chef Expeditorv3.0.7Chef Expeditor2019-12-203-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #58 from chef/testing++Tim Smith2019-12-194-12/+68
|\ | | | | Test on Ruby 2.7 + random testing improvements
| * Test on Ruby 2.7 + random testing improvementstesting++Tim Smith2019-12-194-12/+68
|/ | | | | | | | | Update the Github templates to use multiple labels Use Gem caching our BK Add Ruby 2.7 testing Use Debian 10 Ruby containers not Debian 9 Signed-off-by: Tim Smith <tsmith@chef.io>
* Simplifying the Gemfile for dependabotTim Smith2019-10-281-6/+0
|
* Bump version to 3.0.6 by Chef Expeditorv3.0.6Chef Expeditor2019-08-073-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #56 from chef/bk_fixesTim Smith2019-08-0713-80/+74
|\ | | | | Add windows testing in Buildkite
| * Add bundle env to the windows jobTim Smith2019-08-072-0/+2
| | | | | | | | | | | | Let's see what's going on in here Signed-off-by: Tim Smith <tsmith@chef.io>
| * Require full bundler in the rakefileTim Smith2019-08-071-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * 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>