summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to GitHub-native Dependabotdependabot/add-v2-config-filedependabot-preview[bot]2021-04-291-0/+9
|
* Update CHANGELOG.md to reflect the promotion of 3.0.10Chef Expeditor2021-03-151-13/+10
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.0.10 by Chef Expeditorv3.0.10Chef Expeditor2021-03-153-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #56 from chef/ruby_3Tim Smith2021-03-152-44/+18
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Test on Ruby 3 and update gem cachingruby_3Tim Smith2021-03-152-44/+18
| | | | | | | | | | | | Cache all our gem installs using Buildkite Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 3.0.9 by Chef Expeditorv3.0.9Chef Expeditor2021-03-153-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #54 from chef/chefstyleTim Smith2021-03-156-11/+11
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Replace __FILE__ with __dir__ and use safe operatorschefstyleTim Smith2020-09-086-11/+11
| | | | | | | | | | | | | | | | | | A few new chefstyle rules to improve readability here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 3.0.8 by Chef Expeditorv3.0.8Chef Expeditor2021-03-153-4/+12
| |/ |/| | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #55 from chef/regex_splitTim Smith2021-03-153-15/+1
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove old test / docs depsregex_splitTim Smith2021-03-152-14/+0
| | | | | | | | | | | | Help with builds on Ruby 2.4 Signed-off-by: Tim Smith <tsmith@chef.io>
| * Split using a string not a regexTim Smith2021-03-151-1/+1
|/ | | | | | There's no need to use a regex here. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 3.0.7Chef Expeditor2020-08-211-11/+8
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.0.7 by Chef Expeditorv3.0.7Chef Expeditor2020-08-213-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #53 from chef/requiresTim Smith2020-08-218-16/+16
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix failing testsrequiresTim Smith2020-08-211-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Optimize our requiresTim Smith2020-08-217-15/+15
|/ | | | | | 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.6Chef Expeditor2019-12-301-12/+9
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.0.6 by Chef Expeditorv3.0.6Chef Expeditor2019-12-303-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #52 from chef/relativeTim Smith2019-12-295-8/+8
|\ | | | | Substitute require for require_relative
| * Substitute require for require_relativerelativeTim Smith2019-12-205-8/+8
|/ | | | | | require_relative is significantly faster and should be used when available. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 3.0.5 by Chef Expeditorv3.0.5Chef Expeditor2019-12-193-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #51 from chef/testing++Tim Smith2019-12-195-11/+69
|\ | | | | Test on Ruby 2.7 + random testing improvements
| * Test on Ruby 2.7 + random testing improvementsTim Smith2019-12-195-11/+69
|/ | | | | | | | | 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>
* Update CHANGELOG.md to reflect the promotion of 3.0.4Chef Expeditor2019-10-311-13/+10
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 3.0.4 by Chef Expeditorv3.0.4Chef Expeditor2019-10-313-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #50 from chef/dependabot/bundler/mixlib-log-tw-3Tim Smith2019-10-311-1/+1
|\ | | | | Update mixlib-log requirement from ~> 2 to ~> 3
| * Update mixlib-log requirement from ~> 2 to ~> 3dependabot/bundler/mixlib-log-tw-3dependabot-preview[bot]2019-10-281-1/+1
|/ | | | | | | | Updates the requirements on [mixlib-log](https://github.com/chef/mixlib-log) to permit the latest version. - [Release notes](https://github.com/chef/mixlib-log/releases) - [Changelog](https://github.com/chef/mixlib-log/blob/master/CHANGELOG.md) - [Commits](https://github.com/chef/mixlib-log/compare/v2.0.0...v3.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Simplify the gemfile for dependabotTim Smith2019-10-281-6/+0
|
* Add badge to the readmeTim Smith2019-08-061-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 3.0.3 by Chef Expeditorv3.0.3Chef Expeditor2019-08-073-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #48 from chef/bkTim Smith2019-08-0617-208/+149
|\ | | | | Update project owner + Remove Travis CI
| * Don't freeze the constants in the specsTim Smith2019-08-061-29/+30
| | | | | | | | | | | | We're abusing constants here. Kick this can down the road a bit. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Chefstyle fixesTim Smith2019-08-066-33/+35
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add version tagging backTim Smith2019-08-061-0/+2
| | | | | | | | | | | | It turns out we need this Signed-off-by: Tim Smith <tsmith@chef.io>
| * Replace Appveyor with BuildkiteTim Smith2019-08-062-46/+15
| | | | | | | | | | | | This way we test it all in one place Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use the standard appveyor configTim Smith2019-08-062-17/+20
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Switch to the ruby docker images in BKTim Smith2019-08-061-6/+6
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use the standard rakefileTim Smith2019-08-061-9/+14
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Chefstyle autocorrectsTim Smith2019-08-065-97/+97
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use new ChefstyleTim Smith2019-08-061-1/+1
| | | | | | | | | | | | We don't support ancient ruby anymore Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update project owner + Remove Travis CITim Smith2019-08-063-42/+1
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CODEOWNERSTim Smith2019-08-061-2/+2
|
* Update README.mdTim Smith2019-08-061-0/+8
|
* Bump version to 3.0.2 by Chef Expeditor3.0.2Chef Expeditor2019-06-013-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #47 from chef/bkTim Smith2019-05-312-3/+34
|\ | | | | Add BuildKite PR Testing
| * Add BuildKite PR TestingTim Smith2019-05-312-3/+34
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 3.0.1Chef Expeditor2019-04-231-17/+13
| | | | Obvious fix; these changes are the result of automation not creative thinking.