summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Bump version to 2.0.8 by Chef Expeditor2.0.8Chef Expeditor2019-06-013-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #62 from chef/bkTim Smith2019-05-314-43/+10
|\ \ | |/ | | Disable Travis testing & Update codeowners
| * Disable Travis testing & Update codeownersTim Smith2019-05-314-43/+10
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 2.0.7 by Chef Expeditor2.0.7Chef Expeditor2019-06-013-4/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #61 from chef/bkTim Smith2019-05-312-3/+34
|\ \ | |/ | | Setup BuildKite for PR testing
| * Setup BuildKite for PR testingTim Smith2019-05-312-3/+34
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 2.0.6Chef Expeditor2019-05-141-13/+10
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 2.0.6 by Chef Expeditorv2.0.6Chef Expeditor2019-05-143-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #60 from chef/better_inTim Smith2019-05-132-5/+29
|\ | | | | Print out human readable lists of allowed CLI options
| * Add more specs and use or not andTim Smith2019-05-132-8/+16
| | | | | | | | | | | | This seems to make more sense Signed-off-by: Tim Smith <tsmith@chef.io>
| * Print out human readable lists of allowed CLI optionsTim Smith2019-05-132-4/+20
|/ | | | | | Give a nice friendly sentence and not an array. This uses the code we nuked from chef/chef that did the same. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 2.0.5 by Chef Expeditorv2.0.5Chef Expeditor2019-05-143-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #59 from chef/btm/included_textTim Smith2019-05-132-2/+2
|\ | | | | Improve the --help text output of 'in:'
| * Improve the --help text output of 'in:'btm/included_textBryan McLellan2019-05-132-2/+2
|/ | | | | | | The automatic addition of the 'in' options to the --help output could be more clear about what the list is. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 2.0.4 by Chef Expeditorv2.0.4Chef Expeditor2019-04-233-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #58 from chef/boilerplateTim Smith2019-04-2310-6/+88
|\ | | | | Add additional github templates and update codeowners
| * Add additional github templates and update codeownersboilerplateTim Smith2019-04-2310-6/+88
|/ | | | | | Get this repo in line with our current standards. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 2.0.3Chef Expeditor2019-03-201-12/+9
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 2.0.3 by Chef Expeditorv2.0.3Chef Expeditor2019-03-203-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #56 from chef/add_backLamont Granquist2019-03-193-3/+6
|\ | | | | Add back support for Ruby 2.4
| * Test on the latest ruby releases in TravisTim Smith2019-03-191-2/+3
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add back support for Ruby 2.4Tim Smith2019-03-192-1/+3
|/ | | | | | | This allows us to use this on Chef 14 and Chef 15 and simplifies our maint for the next year. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update labels for expeditorTim Smith2019-03-191-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 2.0.2 by Chef Expeditorv2.0.2Chef Expeditor2019-01-043-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #54 from chef/lcg/spec-testing-globals-always-ends-in-tearsTim Smith2019-01-042-5/+9
|\ | | | | fix global state pollution issues across examples
| * fix copyrightLamont Granquist2019-01-041-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * fix global state pollution issues across examplesLamont Granquist2019-01-042-5/+9
| | | | | | | | | | | | | | | | | | | | since classes are global state, having a single TestCLI class that threads through all the examples creates state pollution that can cause ordering problems. solve this by rewiring TestCLI to a new class every single time. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Update CHANGELOG.md to reflect the promotion of 2.0.1Chef Expeditor2019-01-041-12/+8
|/ | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 2.0.1 by Chef Expeditorv2.0.1Chef Expeditor2019-01-043-4/+8
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #51 from chef/slimTim Smith2019-01-041-4/+2
|\ | | | | Don't ship the test files in the gem artifact
| * Don't ship the test files in the gem artifactslimTim Smith2018-12-111-4/+2
| | | | | | | | | | | | | | Skip the Gemfile, Rakefile, Gemspec, and spec files as they aren't needed by the installed artifact. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Update CHANGELOG.md to reflect the promotion of 2.0.0Chef Expeditor2019-01-041-12/+15
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 2.0.0 by Chef Expeditorv2.0.0Chef Expeditor2019-01-041-3/+4
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #53 from chef/lcg/version-bumpTim Smith2019-01-042-2/+2
|\ \ | | | | | | actually do the major version bump
| * | actually do the major version bumpLamont Granquist2019-01-042-2/+2
|/ / | | | | | | | | | | expeditor at the last one, gotta bump VERSION Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 1.7.7 by Chef Expeditorv1.7.7Chef Expeditor2019-01-043-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #52 from chef/lcg/travis-updatesLamont Granquist2019-01-043-6/+10
|\ \ | |/ |/| update travis, drop ruby < 2.5, major version bump
| * update travis, drop ruby < 2.5, major version bumpLamont Granquist2019-01-043-6/+10
|/ | | | | | solely major version bump for the ruby support floor Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Add code of conduct fileTim Smith2018-12-061-0/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 1.7.6 by Chef Expeditorv1.7.6Chef Expeditor2018-09-183-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #49 from chef/examplesTim Smith2018-09-181-19/+19
|\ | | | | Lint the example code
| * Lint the example codeTim Smith2018-09-181-19/+19
|/ | | | | | Remove Ruby 1.8 style hashes Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 1.7.5 by Chef Expeditorv1.7.5Chef Expeditor2018-08-023-5/+6
|
* Merge pull request #47 from chef/githubTim Smith2018-08-012-1/+16
|\ | | | | Update codeowners and add github PR template
| * Update codeowners and add github PR templateTim Smith2018-07-312-1/+16
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 1.7.4 by Chef Expeditorv1.7.4Chef Expeditor2018-07-313-5/+6
|
* Merge pull request #46 from chef/more_syncTim Smith2018-07-307-9/+29
|\ | | | | More testing / release boilerplate
| * Remove deprecated expeditor config optionsTim Smith2018-07-301-3/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update gitignore orderTim Smith2018-07-301-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove the old rubocop configTim Smith2018-07-301-2/+0
| | | | | | | | | | | | This is enabled by default now Signed-off-by: Tim Smith <tsmith@chef.io>