summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add codeownerstm/codeownersThom May2017-08-311-0/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #49 from chef/lcg/chefstyle2Lamont Granquist2017-06-201-18/+18
|\ | | | | fix chefstyle offenses
| * fix chefstyle offensesLamont Granquist2017-06-201-18/+18
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #47 from chef/tm/re_chefstyleThom May2016-12-062-28/+28
|\ | | | | Fix chefstyle bustage
| * Fix chefstyle bustagetm/re_chefstyleThom May2016-12-062-28/+28
|/ | | | Signed-off-by: Thom May <thom@chef.io>
* Merge pull request #45 from KierranM/configurable-listsThom May2016-12-063-0/+384
|\ | | | | Lists and Hashes of Contexts
| * Update READMEKierran McPherson2016-09-211-0/+94
| |
| * Add support for lists and hashes of context configsKierran McPherson2016-09-212-1/+291
| |
* | Merge pull request #46 from chef/Ruby22Thom May2016-10-137-22/+63
|\ \ | |/ |/| Require Ruby 2.2 and use Chefstyle
| * Allow chefstyle to floatRuby22Tim Smith2016-10-131-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Run the default rake task in TravisTim Smith2016-09-291-7/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add license and contributing to the readmeTim Smith2016-09-291-3/+31
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use chefstyle and add it to RakeTim Smith2016-09-295-10/+24
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Require Ruby 2.2Tim Smith2016-09-291-2/+3
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #44 from chef/lcg/add-spec-testLamont Granquist2016-09-071-0/+14
|\ | | | | add spec test for unusual behavior
| * add spec test for unusual behaviorLamont Granquist2016-09-071-0/+14
|/ | | | | | | defaults don't show up at all in #has_key? checks, which is a feature that Chef::Knife depends on Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #43 from chef/2.2.4v2.2.4Matt Wrock2016-09-022-1/+9
|\ | | | | release 2.2.4
| * release 2.2.42.2.4Matt Wrock2016-09-022-1/+9
|/
* Merge pull request #42 from chef/hashThom May2016-09-022-2/+11
|\ | | | | Allow a config context to be set from another config context
| * allow a config context to be set from another config contexthashMatt Wrock2016-08-312-2/+11
| |
* | Merge pull request #35 from KierranM/context-blocksThom May2016-09-023-5/+52
|\ \ | |/ |/| Allow configuring contexts via block
| * Update README with details of context-blocksKierran McPherson2016-08-131-3/+22
| |
| * Remove extraneous methodsKierran McPherson2016-08-131-10/+2
| |
| * Also allow yielding the contextKierran McPherson2016-08-132-1/+19
| |
| * Allow configuring contexts via blockKierran McPherson2016-08-132-2/+20
| |
* | Merge pull request #41 from chef/bumpv2.2.3John Keiser2016-08-302-1/+11
|\ \ | | | | | | release 2.2.3
| * | release 2.2.3Matt Wrock2016-08-302-1/+11
|/ /
* | Merge pull request #40 from chef/restoreMatt Wrock2016-08-302-8/+35
|\ \ | | | | | | Restore by swapping in saved state instead of 'reset and merge'
| * | restore by swapping in saved state instead of 'reset and merge'Matt Wrock2016-08-302-8/+35
|/ /
* | Merge pull request #39 from chef/rspec_3Tim Smith2016-08-241-0/+1
|\ \ | | | | | | Ignore Gemfile.lock
| * | Ignore Gemfile.lockTim Smith2016-08-241-0/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Add badgesTim Smith2016-08-241-0/+2
| | |
* | | Merge pull request #38 from chef/rspec_3Tim Smith2016-08-2414-313/+311
|\ \ \ | |/ / | | | Update specs for rspec 3.0
| * | Correct typos in NOTICE filerspec_3Tim Smith2016-08-241-2/+2
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Format markdown and remove JIRA referenceTim Smith2016-08-231-17/+16
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Opscode -> ChefTim Smith2016-08-2311-27/+27
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update to rpsec 3.0Tim Smith2016-08-233-267/+266
|/ / | | | | | | | | | | Without a doubt there's further changes that could be done here, but this gets us to rspec 3.0 without deprecation notices. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #37 from chef/jk/2.2.2John Keiser2016-08-225-11/+144
|\ \ | | | | | | Bump version to 2.2.2
| * | Remove 2.1 from travisv2.2.2jk/2.2.2John Keiser2016-08-221-2/+0
| | |
| * | Bump version to 2.2.2John Keiser2016-08-224-9/+144
| | |
* | | Merge pull request #33 from chef/lcg/chefstyleLamont Granquist2016-08-228-93/+91
|\ \ \ | |/ / | | / | |/ |/| chefstyle fixes
| * Correct new checkslcg/chefstyleThom May2016-08-112-3/+3
| | | | | | | | Signed-off-by: Thom May <thom@may.lt>
| * chefstyle fixesLamont Granquist2016-08-118-91/+89
|/
* update travis to supported rubiesThom May2016-08-111-3/+10
| | | | Signed-off-by: Thom May <thom@may.lt>
* Merge pull request #32 from chef/ksubrama/gemspecKartik Null Cating-Subramanian2015-10-091-1/+2
|\ | | | | Add gemspec files to allow bundler to run from the gem
| * Add gemspec files to allow bundler to run from the gemksubrama/gemspecKartik Null Cating-Subramanian2015-10-091-1/+2
|/
* Ship the Gemfile so tests can be run from the gemJohn Keiser2015-09-301-1/+1
|
* Fix warnings in tests and enable warnings in rspec configdanielsdeleo2015-05-262-5/+6
|
* Fix rspec 2.99 warningdanielsdeleo2015-05-261-1/+1
|
* Fix ruby warnings for access of undefined instance variabledanielsdeleo2015-05-261-0/+5
|