Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Missed one spec in rpm_spec.rb.sersut/chef-rc-fixes-2 | Serdar Sutay | 2014-10-20 | 1 | -2/+2 |
| | |||||
* | Disable data bag encryption v3 specs on ruby 1.9.X.sersut/chef-rc-fixes | Serdar Sutay | 2014-10-20 | 2 | -3/+3 |
| | |||||
* | Refer to rpm assets with the full path in specs. | Serdar Sutay | 2014-10-20 | 2 | -2/+4 |
| | |||||
* | Fix cron specs on Solaris. | Serdar Sutay | 2014-10-20 | 1 | -1/+7 |
| | |||||
* | Correctly turn off version 3 data bag encryption specs on windows. | Serdar Sutay | 2014-10-20 | 4 | -3/+8 |
| | |||||
* | Merge pull request #2216 from opscode/tball/bsd_package_name | Tyler Ball | 2014-10-17 | 5 | -47/+216 |
|\ | | | | | Notify a resource by the `resource[name]` key it was written as | ||||
| * | 1) No longer allowing multiple args passed to ResourceCollection#<< 2) ↵ | tyler-ball | 2014-10-17 | 1 | -34/+1 |
| | | | | | | | | removing ResourceCollection#insert_at | ||||
| * | Cleaning up based on review comments | tyler-ball | 2014-10-17 | 2 | -197/+188 |
| | | |||||
| * | Added some documentation and cleaned up unecessary TODOs. Added first round ↵ | tyler-ball | 2014-10-16 | 1 | -0/+217 |
| | | | | | | | | of specs for the new classes. | ||||
| * | Refactoring ResourceCollection interface to be backwards compatiable, all ↵ | tyler-ball | 2014-10-16 | 3 | -5/+5 |
| | | | | | | | | specs continue to pass, removing ResourceSet and ResourceList from consumer knowledge | ||||
| * | Removing all traces of 'created_as_type' since that fix is no longer necessary | tyler-ball | 2014-10-16 | 1 | -6/+0 |
| | | |||||
* | | Error message update from PR comments. | Serdar Sutay | 2014-10-16 | 1 | -1/+1 |
| | | |||||
* | | Enable guard_interpreters for the execute resource and set the default ↵ | Serdar Sutay | 2014-10-16 | 2 | -0/+118 |
| | | | | | | | | | | | | interpreter for the execute resource to be :execute. This ensures that attributes of the resource like :environment & :cwd can be inherited by the guard when guard is specified as a string. | ||||
* | | Remove the "path" attribute from "execute" resource which has never been ↵ | Serdar Sutay | 2014-10-16 | 1 | -7/+0 |
| | | | | | | | | backed by any providers. | ||||
* | | Merge pull request #2222 from opscode/mcquin/centos-locale-a | Claire McQuin | 2014-10-16 | 1 | -0/+89 |
|\ \ | | | | | | | Better handling of locale -a output | ||||
| * \ | Merge branch 'master' into mcquin/centos-locale-a | Claire McQuin | 2014-10-16 | 4 | -51/+107 |
| |\ \ | |||||
| * | | | Use shell_out to get locales | Claire McQuin | 2014-10-15 | 1 | -0/+89 |
| | | | | |||||
* | | | | Merge pull request #2238 from opscode/sersut/chef-2174 | Serdar Sutay | 2014-10-16 | 1 | -0/+8 |
|\ \ \ \ | | | | | | | | | | | Return correct value for tagged? when node[:tags] is nil. | ||||
| * | | | | Add a unit test to check tagged? method with default node object.sersut/chef-2174 | Serdar Sutay | 2014-10-16 | 1 | -0/+8 |
| | |_|/ | |/| | | |||||
* | | | | add test for retval from definition | Lamont Granquist | 2014-10-16 | 1 | -0/+11 |
| | | | | |||||
* | | | | convert to rspec 3 | Lamont Granquist | 2014-10-16 | 1 | -40/+38 |
| |_|/ |/| | | |||||
* | | | file_spec: chdir into the temp directory so we don't leave test files in the ↵cdoherty-eliminate-spec-remnants | Chris Doherty | 2014-10-15 | 1 | -0/+2 |
|/ / | | | | | | | source root. | ||||
* | | Remove unnecessary contexts in DSC functional specs | Adam Edwards | 2014-10-14 | 1 | -44/+36 |
| | | |||||
* | | DSC parameters should be passed even when there is no config data file | Adam Edwards | 2014-10-14 | 1 | -4/+57 |
| | | |||||
* | | Merge pull request #2215 from opscode/tball/homebrew_fix | Tyler Ball | 2014-10-13 | 1 | -0/+9 |
|\ \ | | | | | | | Fixing bug where tried to use the homebrew provider on OSX and didn't correctly check for lack of homebrew-specific attribute on the resource | ||||
| * | | Fixing bug where tried to use the homebrew provider on OSX and didn't ↵tball/homebrew_fix | tyler-ball | 2014-10-13 | 1 | -0/+9 |
| |/ | | | | | | | correctly check for lack of homebrew-specific attribute on the resource | ||||
* | | Merge pull request #2190 from opscode/jdmundrawala/issue-2169 | Jay Mundrawala | 2014-10-13 | 1 | -4/+4 |
|\ \ | |/ |/| | Try to apply dsc configuration even if what-if fails | ||||
| * | Try to apply dsc configuration even if what-if failsjdmundrawala/issue-2169 | Jay Mundrawala | 2014-10-08 | 1 | -4/+4 |
| | | |||||
* | | Merge pull request #2208 from opscode/jdmundrawala/env-path-spec-fix | Jay Mundrawala | 2014-10-13 | 1 | -4/+3 |
|\ \ | | | | | | | restore ENV['PATH'] in env_spec after test is complete | ||||
| * | | Deal with nil system path in env_specjdmundrawala/env-path-spec-fix | Jay Mundrawala | 2014-10-11 | 1 | -4/+1 |
| | | | |||||
| * | | restore ENV['PATH'] in env_spec after test is complete | Jay Mundrawala | 2014-10-10 | 1 | -1/+3 |
| | | | |||||
* | | | Merge pull request #2211 from opscode/sersut/rebase-chef-2187 | Serdar Sutay | 2014-10-10 | 1 | -2/+14 |
|\ \ \ | | | | | | | | | Rebase CHEF-2187: change default group mapping for SLES to gpasswd | ||||
| * \ \ | Merge branch 'suse-group' of github.com:mapleoin/chefsersut/rebase-chef-2187 | Serdar Sutay | 2014-10-10 | 1 | -2/+14 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: spec/unit/platform_spec.rb | ||||
| | * | | | change default group mapping for SLES to gpasswd | Ionuț Arțăriși | 2014-10-08 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpasswd is the new default starting with SLES12, the groupmod command does not support the -A/-R commands for adding and removing users respectively | ||||
* | | | | | Merge pull request #2207 from opscode/sersut/rebase-chef-1971 | Serdar Sutay | 2014-10-10 | 2 | -5/+17 |
|\ \ \ \ \ | |/ / / / |/| | | | | Rebase CHEF-1971: Report a more appropriate error when no recipe is given | ||||
| * | | | | Merge branch 'patch-1' of github.com:workmad3/chef into sersut/rebase-chef-1971sersut/rebase-chef-1971 | Serdar Sutay | 2014-10-10 | 2 | -5/+17 |
| |\ \ \ \ | |||||
| | * | | | | Ensuring no arguments interfere with tests | David Workman | 2014-09-14 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pushed the ARGV.clear statement required for the apply_spec file up into a before(:suite). | ||||
| | * | | | | Making sure the right data is used throughout the test | David Workman | 2014-09-04 | 1 | -3/+4 |
| | | | | | | |||||
| | * | | | | Fixing travis-ci failure. | David Workman | 2014-09-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Travis-CI runs failed due to Chef::Application::Apply picking up the explicit --format parameter and attempting to use it. Using ARGV.clear before a call to @app.reconfigure fixes this failure for now. Also a whitespace modification in apply.rb | ||||
| | * | | | | Fixing case of a nil recipe file with chef apply | David Workman | 2014-09-03 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Raising the error 'No recipe file was provided' with a fatal! call when the recipe_name is nil. This case occurs when chef-apply is called without a recipe name argument. Also renamed the apply spec file to apply_spec so it is picked up by an rspec test run. Fixed a typo in the file where it was creating a 'Chef::Application::Recipe' for @app instead of 'Chef::Application::Apply' | ||||
* | | | | | | Merge pull request #2170 from vaxvms/knife-status-json-output | Serdar Sutay | 2014-10-10 | 1 | -2/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add JSON output to knife status command | ||||
| * | | | | | | Remove highline from status test | Nicolas Dupeux | 2014-10-06 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | knife status doesn't use highline anymore. | ||||
* | | | | | | | Merge pull request #2203 from martinb3/master | Serdar Sutay | 2014-10-10 | 1 | -2/+29 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Allow `knife cookbook site share` to omit category | ||||
| * | | | | | | | Adjust banner, error messages | Martin Smith | 2014-10-10 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per feedback from @sersut, distinguish between excption and simply Supermarket error or cookbook not found. | ||||
| * | | | | | | | Allow `knife cookbook site share` to omit category | Martin Smith | 2014-10-10 | 1 | -2/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a feature for knife to lookup the category on an existing cookbook. This enables uploading new versions of existing cookbooks with much less pain. | ||||
* | | | | | | | | Merge pull request #2167 from alexpop/fix_knife_config_logging | Serdar Sutay | 2014-10-10 | 1 | -1/+18 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | print the path to the configuration file used | ||||
| * | | | | | | | | print the path to the configuration file used | Alex Pop | 2014-10-04 | 1 | -1/+18 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #2149 from JeanMertz/chef_client_no_check_files_subdir | Serdar Sutay | 2014-10-10 | 2 | -0/+4 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | knife upload fails due to "wrong" ruby syntax in files/* file | ||||
| * | | | | | | | | Skip checking files/**/*.rb files when doing syntax checks | Jean Mertz | 2014-10-08 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chef should not be concerned with Ruby syntax in files delivered through the `cookbook_file` provider. | ||||
* | | | | | | | | | Merge pull request #2079 from jbence/CHEF-2065 | Serdar Sutay | 2014-10-10 | 1 | -0/+46 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Use exact match to locate remote git-reference |