summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
| * Get chefstyle greenTim Smith2018-07-256-25/+58
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove deprecated gemspec configsTim Smith2018-07-251-2/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Test on all the Ruby versions we supportTim Smith2018-07-251-7/+23
|/ | | | | | Also sync our travis config with our other gems Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 2.0.6 by Chef Expeditorv2.0.6Chef Expeditor2018-07-253-5/+6
|
* Merge pull request #42 from chef/changelogTim Smith2018-07-252-10/+0
|\ | | | | Remove the changelog generator gem
| * Remove the changelog generator gemTim Smith2018-07-252-10/+0
|/ | | | | | We're using expeditor now Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 2.0.5 by Chef Expeditorv2.0.5Chef Expeditor2018-06-263-4/+12
|
* Merge pull request #41 from chef/lcg/remove-hashrocketsLamont Granquist2018-06-264-14/+16
|\ | | | | remove hashrocket syntax
| * remove hashrocket syntaxLamont Granquist2018-06-264-14/+16
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update CHANGELOG.md to reflect the promotion of 2.0.4Chef Expeditor2018-04-121-11/+8
|
* Bump version to 2.0.4 by Expeditorv2.0.4Chef Expeditor2018-04-123-5/+13
|
* fix labelling (#37)Thom May2018-04-123-3/+14
| | | Signed-off-by: Thom May <thom@chef.io>
* enable expeditor (#38)Thom May2018-04-124-0/+64
| | | Signed-off-by: Thom May <thom@chef.io>
* Add appveyor config (#36)Thom May2018-04-112-11/+54
| | | | | | Add appveyor config Signed-off-by: Thom May <thom@may.lt>
* release 2.0.3v2.0.3Thom May2018-03-221-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* release 2.0.2Thom May2018-03-221-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #33 from chef/tm/tracinessThom May2018-03-221-0/+3
|\ | | | | allow logger to query trace level
| * allow logger to query trace leveltm/tracinessThom May2018-03-221-0/+3
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Merge pull request #34 from chef/tm/chefstyle9Thom May2018-03-222-5/+5
|\ \ | |/ |/| fix chefstyle