summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Clearing out DOC_CHANGES from 12-stable because all docs have been updated ↵12-clearing-doctyler-ball2014-12-171-538/+0
| | | | since 12.0.3 release
* Contribution info for https://github.com/opscode/chef/pull/2658.Serdar Sutay2014-12-161-0/+4
|
* Bump version for 12.0.3 release.12.0.3Serdar Sutay2014-12-161-1/+1
|
* Merge pull request #2658 from opscode/sersut/port-digesterPhil Dibowitz2014-12-161-0/+1
|\ | | | | Merge pull request #2594 from jaymzh/digester
| * Merge pull request #2594 from jaymzh/digesterPhil Dibowitz2014-12-151-0/+1
|/ | | | Fix Digester to require its dependencies
* Bump version number for 12.0.2 release.12.0.2Serdar Sutay2014-12-152-5/+3
|
* add CHANGELOG.mdLamont Granquist2014-12-151-1/+1
|
* fix apt default_release attribute broken in 12.0Lamont Granquist2014-12-153-264/+269
| | | | | | | | | | | | | the apt provider attempts to check if it has a provider that responds to :default_release (i.e. a real apt_package resource) via if the provider attribute is explicitly set or not, which is relying on a side-effect which broke in 12.0. the correct behavior is just to duck-type the new_resource object and see if it respond_to?(:default_release) and then use it if it does. Also the unit tests were not testing the apt_provider against both the package and apt_package resources. Added some hacky spec code (which needs a cleanup) to at least exercise the use cases.
* Merge pull request #2650 from opscode/sersut/contrib-jsonSerdar Sutay2014-12-151-0/+2
| | | | Contribution information for https://github.com/opscode/chef/pull/2642.
* Merge pull request #2649 from opscode/sersut/port-jsonSerdar Sutay2014-12-153-126/+196
|\ | | | | Merge pull request #2642 from opscode/btm/site_install_json
| * Merge pull request #2642 from opscode/btm/site_install_jsonSerdar Sutay2014-12-153-126/+196
|/ | | | | | knife cookbook site install json support w/tests Conflicts: spec/unit/knife/cookbook_site_install_spec.rb
* Merge branch 'tball/12-changelog' into 12-stabletyler-ball2014-12-151-0/+1
|\
| * Changelog for https://github.com/opscode/chef/pull/2621tball/12-changelogtyler-ball2014-12-151-0/+1
|/
* Merge pull request #2647 from opscode/sersut/contrib-portSerdar Sutay2014-12-151-0/+5
|\ | | | | Merge pull request #2645 from opscode/sersut/contrib-2634
| * Merge pull request #2645 from opscode/sersut/contrib-2634Serdar Sutay2014-12-151-0/+5
|/ | | | Contribution information for https://github.com/opscode/chef/pull/2634.
* Merge pull request #2621 from opscode/tball/notificationTyler Ball2014-12-1513-313/+582
|\ | | | | Fixing broken `subscribes` notifications
| * Fixing homebrew package to use provider resolver per code reviewtball/notificationtyler-ball2014-12-152-3/+4
| |
| * Adding unit test coverage and updating per github reviewtyler-ball2014-12-156-207/+284
| |
| * Removing TODOs which are not necessarytyler-ball2014-12-151-3/+0
| |
| * Fixing some code I changed unecessarilytyler-ball2014-12-151-2/+10
| |
| * First pass at fixing broken notificationstyler-ball2014-12-158-115/+301
| |
* | Merge pull request #2643 from opscode/sersut/svn-portSerdar Sutay2014-12-152-8/+8
|\ \ | | | | | | Merge pull request #2634 from BackSlasher/repair-subversion-command
| * | Merge pull request #2634 from BackSlasher/repair-subversion-commandSerdar Sutay2014-12-152-8/+8
|/ / | | | | | | Subversion failes with "option ':command' is not a valid option for Mixlib::ShellOut"
* | Update CHANGELOG for #2630danielsdeleo2014-12-151-0/+1
| | | | | | | | | | Conflicts: CHANGELOG.md
* | Use rspec-2 compatible assertiondanielsdeleo2014-12-151-1/+1
| |
* | Merge branch 'knife-ssl-error-messaging'danielsdeleo2014-12-152-78/+115
|/ | | | | Conflicts: spec/unit/knife_spec.rb
* Merge pull request #2639 from opscode/sersut/port-2623Serdar Sutay2014-12-155-41/+55
|\ | | | | Merge pull request #2623 from opscode/sersut/revert-1901
| * Merge pull request #2623 from opscode/sersut/revert-1901Serdar Sutay2014-12-155-41/+55
|/ | | | | | | | | | Preserve relative paths in Link resource Conflicts: spec/functional/resource/link_spec.rb spec/unit/provider/link_spec.rb Conflicts: CHANGELOG.md
* Added CHANGELOG for issue 2625Jay Mundrawala2014-12-151-0/+1
|
* Merge pull request #2637 from opscode/jdm/issue-2626-rebaseJay Mundrawala2014-12-152-3/+20
| | | | Jdm/issue 2626 rebase
* Merge pull request #2629 from opscode/jdm/shellout-specJay Mundrawala2014-12-152-42/+44
| | | | Cleanup Mixin:ShellOut use/specs
* Merge pull request #2631 from opscode/jdm/kitchen-testsJay Mundrawala2014-12-151-1/+1
| | | | Constrain version of database cookbook
* Merge pull request #2616 from jaymzh/whitelistSerdar Sutay2014-12-102-1/+37
| | | | Fix attribute whitelisting
* Fix #2596: parse instead of from_jsonJohn Keiser2014-12-102-1/+2
|
* Merge pull request #2610 from opscode/sersut/circular-dep-fixSerdar Sutay2014-12-102-1/+6
| | | | | | Resolve the circular dependency between ProviderResolver and Resource. Conflicts: CHANGELOG.md
* Merge pull request #2588 from opscode/sersut/port-mac-packageSerdar Sutay2014-12-103-1/+38
|\ | | | | Merge pull request #2582 from jtimberman/jtimberman/brew-info-installed
| * Merge pull request #2582 from jtimberman/jtimberman/brew-info-installedsersut/port-mac-packageJoshua Timberman2014-12-093-1/+38
|/ | | | | | Fixes #2578, check that `installed` isn't empty Conflicts: CHANGELOG.md
* Add information about rpm package signing to CHANGELOG.Serdar Sutay2014-12-091-0/+1
|
* Bump the version number for 12.0.1.12.0.1Serdar Sutay2014-12-091-1/+1
|
* Merge pull request #2576 from opscode/sersut/backport-12.0.1Serdar Sutay2014-12-098-5/+46
|\ | | | | Backport bug fixes for 12.0.1.
| * Fix the unit test with missing rspec filter.Serdar Sutay2014-12-081-5/+1
| |
| * Contribution information for backport of ↵sersut/backport-12.0.1Serdar Sutay2014-12-081-0/+1
| | | | | | | | https://github.com/opscode/chef/pull/2574
| * Merge pull request #2574 from opscode/jdm/evt-log-constSerdar Sutay2014-12-081-3/+5
| | | | | | | | Fix issue where Windows::Constants could potentially not exist, causing win event log module to crash
| * Merge pull request #2572 from opscode/sersut/win-fork-intervalSerdar Sutay2014-12-083-1/+16
| | | | | | | | | | | | Fix windows service when :interval is set Conflicts: CHANGELOG.md
| * Merge pull request #2573 from opscode/sersut/bootstrap-context-aritySerdar Sutay2014-12-083-1/+6
| | | | | | | | | | | | Restore compatibility with knife-windows Conflicts: CHANGELOG.md
| * Merge pull request #2571 from opscode/sersut/restore-pathSerdar Sutay2014-12-083-0/+22
|/ | | | | | Restore path attribute in execute resource with deprecation warning Conflicts: CHANGELOG.md
* Added CHANGELOG entry for Issue #2552Jay Mundrawala2014-12-081-0/+3
|
* Merge pull request #2554 from opscode/jdm/lwrp-providesJay Mundrawala2014-12-084-4/+4
| | | | Fix issue where LWRP resources using `provides` fails
* bumping version to 12.0.012.0.0Lamont Granquist2014-12-031-1/+1
|
* pinning ohai to 8.xLamont Granquist2014-12-031-2/+2
| | | | | Conflicts: chef.gemspec