summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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>
| * Add a header to the changelog prior to releaseTim Smith2018-07-301-1/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix the yard rake task nameTim Smith2018-07-302-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add github issue templateTim Smith2018-07-302-0/+23
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 1.7.3 by Chef Expeditorv1.7.3Chef Expeditor2018-07-303-5/+6
|
* Merge pull request #45 from chef/syncTim Smith2018-07-3015-88/+136
|\ | | | | Update testing and contributing boilerplate
| * Chefstyle fixesTim Smith2018-07-302-6/+6
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Ignore a few more things in gitTim Smith2018-07-301-2/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Sync expeditor configTim Smith2018-07-301-13/+21
| | | | | | | | | | | | Standard tags, owners to client maintainers and some comments Signed-off-by: Tim Smith <tsmith@chef.io>
| * Move dev deps to the Gemfile and add console taskTim Smith2018-07-304-7/+36
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove bundler install hackTim Smith2018-07-301-9/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Run specs properlysyncTim Smith2018-07-242-1/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove defaults from the gemspecTim Smith2018-07-241-2/+0
| | | | | | | | | | | | has_rdoc is deprecated and platform defaults to ruby Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix travis ruby version configTim Smith2018-07-241-4/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * We don't need the version anymore in the RakefileTim Smith2018-07-241-1/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add contributing docs linkTim Smith2018-07-241-3/+7
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove empty cucumber testsTim Smith2018-07-243-18/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update copyrightsTim Smith2018-07-242-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Expand Ruby version testing and use new rake setupTim Smith2018-07-241-9/+16
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add yard to rakefile and sync with othersTim Smith2018-07-242-15/+11
| | | | | | | | | | | | | | | | | | Make the default task run style/specs Remove require on rubygems Remove rdoc task Suggest bundle install for chefstyle Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update gitignoreTim Smith2018-07-241-7/+21
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Expand config in rspec helperTim Smith2018-07-241-0/+9
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Require latest rakeTim Smith2018-07-241-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add yard deps to the gemfileTim Smith2018-07-241-0/+6
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove .rspec fileTim Smith2018-07-241-2/+0
|/ | | | | | The helper already includes this same config Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 1.7.2 by Chef Expeditorv1.7.2Chef Expeditor2018-07-243-5/+6
|
* Merge pull request #44 from chef/exampleTim Smith2018-07-241-1/+0
|\ | | | | Remove require rubygems
| * Remove require rubygemsTim Smith2018-07-241-1/+0
|/ | | | | | This hasn't been required for a long time Signed-off-by: Tim Smith <tsmith@chef.io>
* Test on latest Ruby releases in TravisTim Smith2018-07-241-2/+4
| | | | | | Make sure we test Ruby 2.4 and Ruby 2.5 Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 1.7.1 by Chef Expeditorv1.7.1Chef Expeditor2018-06-263-5/+13
|
* Merge pull request #43 from chef/lcg/remove-hashrocketsLamont Granquist2018-06-264-54/+56
|\ | | | | remove hashrockets syntax
| * remove hashrockets syntaxLamont Granquist2018-06-264-54/+56
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #42 from chef/tduffield/add-versionThom May2018-05-091-0/+1
|\ | | | | Add VERSION file for Expeditor
| * Add VERSION file for ExpeditorTom Duffield2018-05-091-0/+1
|/ | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Merge pull request #41 from chef/tduffield/enable-expeditorTom Duffield2018-05-093-0/+57
|\ | | | | Setup Expeditor to manage releases of Mixlib::CLI
| * Setup Expeditor to manage releases of Mixlib::CLItduffield/enable-expeditorTom Duffield2018-05-023-0/+57
|/ | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Merge pull request #39 from yuri-zubov/masterTom Duffield2018-05-024-9/+30
|\ | | | | bugfix: if param :required is set to false and param :in is set the option is required
| * bugfix: if param :required is set to false and param :in is set the option ↵Yuri Zubov2018-03-234-9/+30
|/ | | | | | is required Signed-off-by: Yuri Zubov <y.zubov@sumatosoft.com>