summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update the gemspec and version for a 11.10.4 release compatible with Ohai ↵11.10.4.ohai7.011.10.4-ohai7sersut2014-02-252-2/+2
| | | | 7.0 RC.
* Bump the version number for release.11.10.4sersut2014-02-201-1/+1
|
* Bump the version number for RC release.11.10.4.rc.0sersut2014-02-191-1/+1
|
* Merge branch 'CHEF-5048'danielsdeleo2014-02-194-15/+80
| | | | fixes https://tickets.opscode.com/browse/CHEF-5048
* Merge branch 'CHEF-5052-plus-tests'danielsdeleo2014-02-193-88/+147
| | | | Fixes https://tickets.opscode.com/browse/CHEF-5052
* Bump the version number to 11.10.2 for release.11.10.2sersut2014-02-171-2/+2
|
* Bump up the version for 11.10.2 RC.11.10.2.rc.0sersut2014-02-141-1/+1
|
* Merge branch 'nomethod-gobbling'danielsdeleo2014-02-132-5/+20
| | | | Fixes https://tickets.opscode.com/browse/CHEF-5011
* CHEF-3838: add spec helper per PR feedbackLamont Granquist2014-02-111-9/+13
|
* CHEF-3838: rspec modernization of debian specLamont Granquist2014-02-111-17/+17
|
* CHEF-3838: fix unit test in debian_spec for FileEdit changeLamont Granquist2014-02-111-53/+65
| | | | - also rearrangement to use let instead of instance vars
* CHEF-5018: specific test for CHEF-5018Lamont Granquist2014-02-111-1/+6
| | | | | | | | | This tests actually goes red with the bug and green when its fixed. It actually worked fine when @contants was an IO object instead of an Array because the #each method worked identially on both. However, there's a monkeypatch in the wilds that did @contents << "thing" and that broke when it became an IO object accidentally.
* CHEF-5018: better spec testsLamont Granquist2014-02-111-53/+97
|
* CHEF-5018: fix File.new does not take a blockLamont Granquist2014-02-111-1/+1
|
* Bump the version number for release.11.10.0sersut2014-02-061-1/+1
|
* Merge pull request #1251 from opscode/adamed/oc-11191-spec-workaround11.10.0.rc.1Adam Edwards2014-02-051-0/+6
| | | | OC-11191: Workaround for apparent memory leak in CHEF-5004
* Merge branch 'master' into 11-stabledanielsdeleo2014-02-041-3/+0
|\
| * Remove `rake gem` dep on deleted tasksdanielsdeleo2014-02-041-3/+0
| | | | | | | | | | Dependency between task "gem" and "docs:all" caused "gem" to fail now that the obsolete "docs" tasks are removed.
* | Merge branch 'master' into 11-stabledanielsdeleo2014-02-041-1/+1
|\ \ | |/
| * Bump version number for 11.10.0.rc.2 releasedanielsdeleo2014-02-041-1/+1
| |
* | Merge branch 'master' into 11-stabledanielsdeleo2014-02-043-74/+0
|\ \ | |/
| * Remove obsolete doc generator depsdanielsdeleo2014-02-043-74/+0
| |
* | Merge branch 'master' into 11-stabledanielsdeleo2014-02-04125-4945/+12846
|\ \ | |/
| * add updated html files for knife and chef- man pagesjamescott2014-02-0467-4829/+1977
| |
| * remove old crufty man pagesjamescott2014-02-0424-4943/+0
| |
| * Merge pull request #1240 from opscode/praj/resource_name_and_id_to_strPrajaktaPurohit2014-02-042-2/+57
| |\ | | | | | | The resource_name and resource_id while being sent to reporting are always strings.
| | * Adding tests to make sure the resource_name and resource_id are of typePrajakta Purohit2014-02-041-0/+55
| | | | | | | | | | | | String irrespective of input value type
| | * Making sure that the resource_name and resource_id while being sent to ↵Prajakta Purohit2014-01-311-2/+2
| | | | | | | | | | | | reporting are always strings.
| * | add HTML file for manpage output testingjamescott2014-02-0487-0/+15534
| | |
| * | add knife compare to man pagejamescott2014-02-041-0/+107
| | |
* | | Reset version changes to avoid conflicts with subsequent mergesdanielsdeleo2014-02-0426-135/+98
| | |
* | | Merge branch 'master' into 11-stabledanielsdeleo2014-02-04244-2303/+2527
|\ \ \ | |/ /
| * | Better specify what happens for NoMethodErrors in the DSLdanielsdeleo2014-02-034-3/+55
| | |
| * | Expose resource creation via more static methodsdanielsdeleo2014-02-033-39/+147
| | |
| * | Merge branch 'CHEF-3506'danielsdeleo2014-02-036-7/+36
| |\ \ | | | | | | | | | | | | | | | | | | | | Related: https://tickets.opscode.com/browse/CHEF-3506 https://tickets.opscode.com/browse/CHEF-3964
| | * | [CHEF-3506] suppress final node save when using override run listdanielsdeleo2014-02-036-7/+36
| |/ /
| * | Update file providers to close before unlinking.danielsdeleo2014-02-032-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | This is required on windows, but the Tempfile implementation hides this and silently ignores the error, meaning that we're leaving tempfiles around on windows after we thought we'd cleaned them up. Eventually GC would get to them, but this won't happen if there is a severe crash or something calls `Kernel.exit!`, so we prefer to clean up manually.
| * | Close before unlink because windowsdanielsdeleo2014-02-031-8/+11
| | |
| * | update with note re: versionjamescott2014-02-032-0/+6
| | |
| * | Delegate sync_cookbooks to policy_builder, subclasses rely on itdanielsdeleo2014-02-034-5/+13
| | |
| * | Merge pull request #1246 from opscode/CHEF-4747-fixSerdar Sutay2014-02-031-1/+1
| |\ \ | | | | | | | | Make sure --concurrency 1 works while uploading multiple cookbooks.
| | * | Make sure --concurrency 1 works while uploading multiple cookbooks.sersut2014-02-031-1/+1
| |/ /
| * | Use custom tempfile to avoid ruby 1.8-related test failuresdanielsdeleo2014-02-031-1/+26
| |/ | | | | | | | | | | Tempfile in ruby 1.8.7 calls `File.exist?()`, which we set a stub on. For reasons that are not clear, this does not consistently fail. In any case, using a custom temporary file implementation resolves the issue.
| * update man pages w/11-10 versionjamescott2014-01-3130-30/+30
| |
| * update man pagesjamescott2014-01-3123-202/+81
| |
| * Merge pull request #1238 from opscode/lcg/rspec-2.14-deprecation-warningslamont-granquist2014-01-30233-2254/+2261
| |\ | | | | | | Lcg/rspec 2.14 deprecation warnings
| | * omit test on ruby-1.8Lamont Granquist2014-01-301-1/+1
| | | | | | | | | | | | | | | | | | rspec and ruby-1.8 don't play well with this test: https://github.com/rspec/rspec-mocks/issues/549
| | * ripping out rspec_reset entirelyLamont Granquist2014-01-295-16/+0
| | |
| | * fix busted spec exposed by rpsec-2.14-izationLamont Granquist2014-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | the behavior it is testing has never worked. it can't really work since you're blowing up in String#[]= long before you could hit the attribute code. changed the test to test something slightly more useful.
| | * remove some more deprecation warningsLamont Granquist2014-01-296-9/+9
| | |