summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Bump version to 3.0.1 by Chef Expeditorv3.0.1Chef Expeditor2019-04-233-4/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #46 from chef/ruby24Tim Smith2019-04-2313-13/+99
|\ | | | | Add back Ruby 2.4 support / update testing
| * Add back Ruby 2.4 support / update testingTim Smith2019-04-2313-13/+99
|/ | | | | | | | | | | Add back Ruby 2.4 support Test on more versions in Appveyor Test on the latest ruby versions in Travis Add our full set of GitHub templates Enable issue locking Add a contributing file Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 3.0.0 by Chef Expeditorv3.0.0Chef Expeditor2019-01-041-3/+4
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #45 from chef/lcg/version-bumpTim Smith2019-01-044-7/+7
|\ | | | | update travis, drop ruby < 2.5, major version bump
| * update travis, drop ruby < 2.5, major version bumplcg/version-bumpLamont Granquist2019-01-044-7/+7
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 2.1.5 by Chef Expeditorv2.1.5Chef Expeditor2018-12-193-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #44 from chef/slimTim Smith2018-12-183-21/+21
|\ | | | | Only ship the required libraries in the gem artifact
| * Only ship the required libraries in the gem artifactslimTim Smith2018-12-113-21/+21
|/ | | | | | Skip the dev and test files from the gem artifact. 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>