summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ensure delete ENV[var] from current processjdmundrawala/testing-test-fixJay Mundrawala2014-10-161-2/+4
|
* More time!Jay Mundrawala2014-10-161-1/+3
|
* Retry delete envJay Mundrawala2014-10-161-4/+9
|
* Merge pull request #2215 from opscode/tball/homebrew_fixTyler Ball2014-10-133-2/+11
|\ | | | | 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_fixtyler-ball2014-10-133-2/+11
| | | | | | | | correctly check for lack of homebrew-specific attribute on the resource
* | Merge pull request #2210 from opscode/sersut/contrib-passSerdar Sutay2014-10-132-1/+66
|\ \ | | | | | | Updates to CHANGELOG and RELEASE_NOTES for the last month's contributions.
| * | Fix the SLES version based on the existing logic.Serdar Sutay2014-10-131-2/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2170.sersut/contrib-passSerdar Sutay2014-10-102-0/+8
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2187.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2203.Serdar Sutay2014-10-101-1/+4
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2167.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2164.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2149.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2079.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2165.Serdar Sutay2014-10-102-0/+9
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2052.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2051.Serdar Sutay2014-10-101-0/+3
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2041.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2013.Serdar Sutay2014-10-101-1/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/2207 ↵Serdar Sutay2014-10-101-0/+2
| | | | | | | | | | | | (originally https://github.com/opscode/chef/pull/1971).
| * | Contribution information for https://github.com/opscode/chef/pull/1957.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/1924.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/1914.Serdar Sutay2014-10-102-0/+7
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/1907.Serdar Sutay2014-10-101-0/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/1827.Serdar Sutay2014-10-101-2/+2
| | |
| * | Contribution information for https://github.com/opscode/chef/pull/1724.Serdar Sutay2014-10-102-1/+7
| | |
| * | CHANGELOG update for https://github.com/opscode/chef/pull/2107.Serdar Sutay2014-10-101-0/+2
| | |
| * | CHANGELOG update for https://github.com/opscode/chef/pull/2129.Serdar Sutay2014-10-101-0/+4
| | |
* | | Merge pull request #2190 from opscode/jdmundrawala/issue-2169Jay Mundrawala2014-10-132-7/+7
|\ \ \ | |_|/ |/| | Try to apply dsc configuration even if what-if fails
| * | Try to apply dsc configuration even if what-if failsjdmundrawala/issue-2169Jay Mundrawala2014-10-082-7/+7
| | |
* | | Merge pull request #2208 from opscode/jdmundrawala/env-path-spec-fixJay Mundrawala2014-10-131-4/+3
|\ \ \ | | | | | | | | restore ENV['PATH'] in env_spec after test is complete
| * | | Deal with nil system path in env_specjdmundrawala/env-path-spec-fixJay Mundrawala2014-10-111-4/+1
| | | |
| * | | restore ENV['PATH'] in env_spec after test is completeJay Mundrawala2014-10-101-1/+3
| | | |
* | | | Merge pull request #2211 from opscode/sersut/rebase-chef-2187Serdar Sutay2014-10-102-3/+16
|\ \ \ \ | | | | | | | | | | Rebase CHEF-2187: change default group mapping for SLES to gpasswd
| * \ \ \ Merge branch 'suse-group' of github.com:mapleoin/chefsersut/rebase-chef-2187Serdar Sutay2014-10-102-3/+16
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: spec/unit/platform_spec.rb
| | * | | | change default group mapping for SLES to gpasswdIonuț Arțăriși2014-10-082-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1971Serdar Sutay2014-10-103-13/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | | 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-1971Serdar Sutay2014-10-103-13/+27
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Ensuring no arguments interfere with testsDavid Workman2014-09-142-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 testDavid Workman2014-09-041-3/+4
| | | | | |
| | * | | | Expanding the file name before checking existanceDavid Workman2014-09-041-2/+1
| | | | | |
| | * | | | Fixing travis-ci failure.David Workman2014-09-042-1/+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 applyDavid Workman2014-09-032-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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'
| | * | | | Update apply.rbDavid Workman2014-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | File.exist? throws an exception if file_name is nil instead of "". Use .to_s to normalise file_name to a string rather than have an explicit nil check.
* | | | | | Merge pull request #2170 from vaxvms/knife-status-json-outputSerdar Sutay2014-10-103-60/+168
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add JSON output to knife status command
| * | | | | | Remove commented codeNicolas DUPEUX2014-10-071-3/+0
| | | | | | |
| * | | | | | Remove highline from status testNicolas Dupeux2014-10-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | knife status doesn't use highline anymore.
| * | | | | | Add JSON output to knife status commandNicolas Dupeux2014-10-062-58/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the status subcommand now honor the common option --format
* | | | | | | Merge pull request #2203 from martinb3/masterSerdar Sutay2014-10-102-10/+57
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow `knife cookbook site share` to omit category
| * | | | | | | Adjust banner, error messagesMartin Smith2014-10-102-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per feedback from @sersut, distinguish between excption and simply Supermarket error or cookbook not found.