summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Only ship the required library files in the gem artifactslimTim Smith2018-12-111-8/+3
| | | | | | Skip the dev and testing deps in the gem artifact. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 2.2.17 by Chef Expeditorv2.2.17Chef Expeditor2018-12-063-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #71 from chef/rakeTim Smith2018-12-065-18/+43
|\ | | | | Standardize the gemfile and rakefile
| * Update our codeowners and PR templateTim Smith2018-12-062-3/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Move dev deps to the gemfileTim Smith2018-12-062-5/+25
| | | | | | | | | | | | Use our standard groups as well. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use our standard rakefileTim Smith2018-12-061-10/+14
|/ | | | | | Yank out the rdoc and gem releasing stuff. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 2.2.16 by Chef Expeditorv2.2.16Chef Expeditor2018-12-063-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #70 from chef/ruby_travisTim Smith2018-12-061-2/+13
|\ | | | | Expand ruby testing in Travis
| * Expand ruby testing in TravisTim Smith2018-12-061-2/+13
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 2.2.15 by Chef Expeditorv2.2.15Chef Expeditor2018-12-063-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #69 from chef/chefstyleLamont Granquist2018-12-065-57/+63
|\ | | | | Resolve chefstyle and expeditor issues
| * Chefstyle fixes for the latest chefstyleTim Smith2018-12-064-47/+47
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Modernize the expeditor configTim Smith2018-12-061-10/+16
|/ | | | | | Use the latest labels and such 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>
* Merge pull request #67 from chef/configLamont Granquist2018-08-061-2/+2
|\ | | | | Fix deprecated configs in the expeditor config
| * Fix deprecated configs in the expeditor configconfigTim Smith2018-07-311-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 2.2.14 by Chef Expeditorv2.2.14Chef Expeditor2018-08-023-4/+12
| |
* | Merge pull request #68 from chef/githubTim Smith2018-08-012-0/+35
|\ \ | |/ |/| Add github issue and PR templates
| * Update codeowners and add github PR templategithubTim Smith2018-07-312-0/+35
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 2.2.13Chef Expeditor2018-07-121-11/+8
|
* Bump version to 2.2.13 by Chef Expeditorv2.2.13Chef Expeditor2018-07-113-4/+12
|
* Merge pull request #66 from chef/lcg/fix-from-stuffLamont Granquist2018-07-112-17/+35
|\ | | | | Avoid converting to text representation when parsing JSON/TOML/etc
| * add some more testsLamont Granquist2018-07-111-0/+4
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * test+fix config contextsLamont Granquist2018-07-112-18/+27
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Avoid converting to text representation when parsing JSON/TOML/etcLamont Granquist2018-07-111-16/+21
|/ | | | | | | Directly apply the config as we descend recursively through the Hash using internal_set/internal_get. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update CHANGELOG.md to reflect the promotion of 2.2.12Chef Expeditor2018-07-061-11/+8
|
* Bump version to 2.2.12 by Chef Expeditorv2.2.12Chef Expeditor2018-07-063-4/+12
|
* Merge pull request #65 from chef/lcg/is_defaultLamont Granquist2018-07-054-23/+78
|\ | | | | add is_default? inspection method
| * remove debuggeratingLamont Granquist2018-07-051-2/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add is_default? inspection methodLamont Granquist2018-07-054-23/+80
|/ | | | | | plus some code cleanup of the configurable class Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update CHANGELOG.md to reflect the promotion of 2.2.11Chef Expeditor2018-07-021-11/+8
|
* Bump version to 2.2.11 by Chef Expeditorv2.2.11Chef Expeditor2018-07-022-3/+11
|
* Merge pull request #64 from chef/lcg/add-key-method2Lamont Granquist2018-07-022-1/+9
|\ | | | | key? and has_key? should find subcontexts
| * key? and has_key? should find subcontextsLamont Granquist2018-07-022-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | when we have: config[:knife][:whatever] then: config.key?(:knife) should be true, not false. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Update CHANGELOG.md to reflect the promotion of 2.2.10Chef Expeditor2018-07-021-12/+9
|/
* bump version for releaseLamont Granquist2018-07-021-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 2.2.10 by Chef Expeditorv2.2.10Chef Expeditor2018-07-023-5/+6
|
* Merge pull request #63 from chef/lcg/add-key-methodLamont Granquist2018-07-022-3/+11
|\ | | | | add `#key?` alias to `#has_key?`
| * add `#key?` alias to `#has_key?`Lamont Granquist2018-07-022-3/+11
| | | | | | | | | | | | e.g. for rubocop Style/PreferredHashMethod Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 2.2.9 by Chef Expeditorv2.2.9Chef Expeditor2018-06-263-4/+12
| |
* | Merge pull request #62 from chef/lcg/remove-hashrocketsLamont Granquist2018-06-263-49/+51
|\ \ | |/ |/| remove hashrocket syntax
| * remove hashrocket syntaxLamont Granquist2018-06-263-49/+51
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update CHANGELOG.md to reflect the promotion of 2.2.8Chef Expeditor2018-06-131-12/+9
|
* Merge pull request #61 from chef/tm/configurateThom May2018-06-132-3/+6
|\ | | | | Tidy up tests
| * Tidy up teststm/configurateThom May2018-06-132-3/+6
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Bump version to 2.2.8 by Chef Expeditorv2.2.8Chef Expeditor2018-06-133-5/+6
| |
* | Merge pull request #57 from elyscape/fix/complex-config-contextsThom May2018-06-132-2/+22
|\ \ | |/ |/| Fix config_context_list/hash in strict mode
| * Fix config_context_list/hash in strict modeEli Young2018-06-132-2/+22
|/ | | | Signed-off-by: Eli Young <elyscape@gmail.com>
* Bump version to 2.2.7 by Chef Expeditorv2.2.7Chef Expeditor2018-06-133-4/+12
|
* Merge pull request #60 from chef/tm/stylinateThom May2018-06-132-11/+9
|\ | | | | fix style warnings with latest rubocop