summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Return filtered results when :filtered_result is present.partial_searchClaire McQuin2014-07-092-291/+148
|
* added a default for ruby 1.8 compatibilityScott Hain2014-07-071-1/+2
|
* Last round of life improvementScott Hain2014-07-011-10/+9
|
* Refactored thanks to some great inputScott Hain2014-07-012-32/+21
|
* Fixed the stupid typo that broke the last buildScott Hain2014-06-271-2/+2
|
* fixed up some little naming nuancesScott Hain2014-06-271-2/+4
|
* Updated based on awesome feedbackScott Hain2014-06-263-67/+97
|
* Finished up search with filteringScott Hain2014-06-253-30/+348
|
* testing some archScott Hain2014-06-241-0/+1
|
* Merge pull request #1540 from opscode/lcg/ffi-yajl-gemlamont-granquist2014-06-249-29/+19
|\ | | | | replace ruby-yajl with ffi-yajl gem
| * remove another commentLamont Granquist2014-06-241-2/+0
| |
| * remove commented linesLamont Granquist2014-06-231-2/+0
| |
| * we can still emit JSON::ParserErrors in compat modeLamont Granquist2014-06-232-2/+2
| |
| * fix another Yajl referenceLamont Granquist2014-06-231-2/+2
| |
| * convert to using ffi_yajlLamont Granquist2014-06-231-1/+3
| |
| * replace yajl and json gem with ffi-yajlLamont Granquist2014-06-236-24/+16
|/
* Merge pull request #1530 from opscode/btm/CHEF-5158Bryan McLellan2014-06-223-21/+18
|\ | | | | CHEF-5158: Prefer CLI argument over configuration file setting for ssh_attribute
| * CHEF-5158: Contribution notesBryan McLellan2014-06-201-1/+2
| |
| * CHEF-5158: Add some debugging information for knife ssh attributeBryan McLellan2014-06-201-0/+3
| |
| * CHEF-5158: Make the former override_attribute's purpose a bit more clearBryan McLellan2014-06-202-18/+12
| |
| * [CHEF-5158] knife[:attribute] in knife.rb should not override --attribute in ↵Hui Hu2014-06-202-3/+2
| | | | | | | | the command line
* | Merge pull request #1531 from opscode/adamed/chef-5287-rebaseAdam Edwards2014-06-204-5/+27
|\ \ | |/ |/| CHEF-5287: batch resource: can't convert nil into String due to invalid ENV hash
| * CHEF-5287 Change log updateAdam Edwards2014-06-201-0/+1
| |
| * Restore check for Windows platform in windows_architecture_helper to fix ↵adamedx2014-06-201-10/+14
| | | | | | | | spec break on non-Windows
| * Fix undefined Windows constants on non-Windows platformsadamedx2014-06-201-2/+4
| |
| * CHEF-5287: Use IsWow64Process instead of ENV hash to determine 32-bit ↵Adam Edwards2014-06-203-5/+20
|/ | | | process on 64-bit OS
* Merge pull request #1526 from opscode/mcquin/windows_serviceClaire McQuin2014-06-201-1/+0
|\ | | | | remove setting proxy environment variables
| * remove setting proxy environment variablesClaire McQuin2014-06-191-1/+0
| |
* | Merge pull request #1519 from opscode/ssd/purge-ignore-missing-on-purgeSteven Danna2014-06-201-2/+6
|\ \ | |/ |/| [chef_fs/file_system] Ignore missing entry at destination when purging
| * [chef_fs/file_system] Ignore missing entry at destination when purgingssd/purge-ignore-missing-on-purgeSteven Danna2014-06-181-2/+6
| | | | | | | | | | | | | | | | | | If a user attempts to call #copy_to with a path that does not exist at either the source or destination and :purge set to true, we currently fail with an error trying to delete the non-existent entry at the destination. This patch ignores that failure.
* | contribution info for https://github.com/opscode/chef/pull/1165Claire McQuin2014-06-181-0/+2
| |
* | Merge pull request #1483 from opscode/CHEF-4600Claire McQuin2014-06-183-12/+40
|\ \ | |/ |/| Chef 4600
| * add worker threadCHEF-4600Claire McQuin2014-06-181-8/+10
| |
| * fix indentingClaire McQuin2014-06-183-21/+27
| |
| * CHEF-4600 Add timeout for Chef::Provider::Service::WindowsMatt2014-06-183-13/+33
| |
* | contribution info for https://github.com/opscode/chef/pull/506Claire McQuin2014-06-181-0/+3
| |
* | Merge pull request #506 from ctennis/CHEF-3637Claire McQuin2014-06-182-0/+18
|\ \ | |/ |/| [CHEF-3637] Add support for automatically using the Systemd service provider
| * Add support for automatically using the Systemd service provider if it's in useCaleb Tennis2012-11-292-0/+18
| |
* | contribution info for https://github.com/opscode/chef/pull/1494Claire McQuin2014-06-181-0/+2
| |
* | Merge pull request #1494 from brettcave/CHEF-5365_masterClaire McQuin2014-06-182-2/+7
|\ \ | | | | | | CHEF-5365 - chef local crashes if home directory is not set
| * | CHEF-5365 - added a unit test to ensure fallback of Dir.pwd works without ↵brettcave2014-06-171-0/+5
| | | | | | | | | | | | environment variables set
| * | CHEF-5365 - if user home directory is not set via environment, then default ↵brettcave2014-06-131-2/+2
| | | | | | | | | | | | user_home to the current directory.
* | | Contribution info for https://github.com/opscode/chef/pull/1166sersut2014-06-181-0/+2
| | |
* | | Merge branch 'CHEF-4791' of github.com:deployable/chefsersut2014-06-182-6/+91
|\ \ \
| * | | Fixed whitespace in changes.deployable2014-05-212-57/+98
| | | | | | | | | | | | | | | | | | | | Fixed deprecation warnings for `stub!` and `mock` in tests. Added tests for `START_PENDING` and `STOP_PENDING` state to `stop_service` and `start_service`
| * | | CHEF-4791 Add more windows service states to the start/stop control flowMatt2013-12-052-6/+50
| | | | | | | | | | | | | | | | http://msdn.microsoft.com/en-us/library/windows/desktop/ee126211(v=vs.85).aspx
* | | | Merge pull request #1502 from opscode/shain/changelogBryan McLellan2014-06-181-0/+2
|\ \ \ \ | | | | | | | | | | Updated changelog CHEF-4893 + CHEF-5095
| * | | | Updated changelogScott Hain2014-06-171-0/+2
| | | | |
* | | | | update for mergesClaire McQuin2014-06-171-0/+6
| | | | |
* | | | | Merge pull request #1487 from ↵Serdar Sutay2014-06-171-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | aespinosa/CHEF-5366-properly-bootstrap-gem-on-archlinux [CHEF-5366] Install on ArchLinux as a system gem explicitly