summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Quote paths.mcquin/chef-3883Claire McQuin2015-10-063-10/+46
|
* Fix dispatch when there are different receiversJohn Keiser2015-10-052-4/+50
| | | | | with different numbers of arguments. Fixes https://github.com/chef/chef-dk/issues/546)
* Merge pull request #4032 from chef/mcquin/nano/disable-32-bitClaire McQuin2015-10-055-21/+49
|\ | | | | Raise error when running 32-bit scripts on Windows Nano.
| * Raise error when running 32-bit scripts on Windows Nano.mcquin/nano/disable-32-bitClaire McQuin2015-10-055-21/+49
| |
* | Merge pull request #4000 from chef/ad/3992-redhat-serviceThom May2015-10-051-2/+4
|\ \ | | | | | | Fix for #3992: Add check for custom command in redhat service provider
| * | REALLY adding explicit error msg if init.d script or custom command is not ↵ad/3992-redhat-serviceandy-dufour2015-09-291-1/+1
| | | | | | | | | | | | found.
| * | Adding check for custom command in redhat service provider and providing ↵andy-dufour2015-09-291-1/+3
| | | | | | | | | | | | more explicit error message if init.d script or custom command is not found.
* | | Merge pull request #4003 from chef/tm/duplicate_recipesThom May2015-10-054-2/+23
|\ \ \ | | | | | | | | Ensure that our list of recipes is backwards compat
| * | | Ensure that our list of recipes is backwards compattm/duplicate_recipesThom May2015-09-294-2/+23
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Prior to chef 12.2 we included unexpanded 'cookbook' names for default recipes. In 12.2, we moved to expanded ('cookbook::default') names, which broke some searches. However, some of our users have now moved to searching for expanded, so we need to cater for both. Fixes #3767
* | | Fix forward module.to_sjk/forwarder-to_sJohn Keiser2015-10-052-1/+6
| |/ |/|
* | Merge pull request #4016 from chef/mcquin/nano-ps-scriptClaire McQuin2015-10-026-59/+145
|\ \ | | | | | | Use -Command flag on Nano
| * | Mark tests assuming 32-bit architecture as not support on nanomcquin/nano-ps-scriptClaire McQuin2015-10-011-18/+6
| | |
| * | Resolve resource_architecture and guard_architecture stubs.Claire McQuin2015-10-013-32/+32
| | |
| * | Use -Command flag on NanoClaire McQuin2015-10-014-32/+130
| | |
* | | Merge pull request #4005 from chef/salam/template-fixSalim Alam2015-10-013-15/+65
|\ \ \ | | | | | | | | Use Chef::FileContentManagement::Tempfile to create temp file
| * | | Fix AppVeyorsalam/template-fixSalim Alam2015-10-011-1/+1
| | | |
| * | | Clean up tests, fix bug in tempfile_openSalim Alam2015-09-302-9/+13
| | | |
| * | | Get rid of truthy/falseySalim Alam2015-09-301-8/+8
| | | |
| * | | Use accessor instead of class variable (cleanup)Salim Alam2015-09-301-12/+12
| | | |
| * | | Use Chef::FileContentManagement::Tempfile to create temp fileSalim Alam2015-09-292-1/+47
| |/ /
* | | Un-remove ExpandNodeObject#load_node, deprecate itpolicybuilder-load-node-unremovedanielsdeleo2015-10-012-0/+59
| | | | | | | | | | | | Some third-party tools are using this, we need it to work.
* | | Merge branch 'jk/external-tests'John Keiser2015-09-3010-70/+96
|\ \ \
| * | | Ship our Gemfile so people can run our tests from the gemjk/external-testsJohn Keiser2015-09-303-11/+11
| | | |
| * | | Don't add the external tests stuff to the main GemfileJohn Keiser2015-09-302-11/+22
| | | |
| * | | Add cheffish, chef-zero, chef-provisioning and chef-provisioning-aws specsJohn Keiser2015-09-303-14/+30
| | | |
| * | | Add external tests for chefspec, chef-sugar, chef-rewind, foodcritic and poiseJohn Keiser2015-09-309-65/+64
| | | |
* | | | Bump revision to 12.5.0jk/12.5.0-updateJohn Keiser2015-09-304-4/+4
|/ / /
* | | Add ability for default to override name_propertyjk/name-defaultJohn Keiser2015-09-292-4/+19
| | |
* | | This wasn't intended to be a protected method.Noah Kantrowitz2015-09-291-3/+3
| | | | | | | | | /cc @jkeiser
* | | Merge branch 'jk/print-race'John Keiser2015-09-292-149/+177
|\ \ \
| * | | Simplify kill loop with WNOHANGjk/print-raceJohn Keiser2015-09-291-10/+3
| | | |
| * | | Change puts to print with \n for atomicityJohn Keiser2015-09-291-7/+7
| | | |
| * | | Add some insurance against timeouts failing (10s room, kill loop)John Keiser2015-09-291-5/+14
| | | |
| * | | Add tests for things that have created the lockfile but not yet acquired the ↵John Keiser2015-09-292-42/+109
| | | | | | | | | | | | | | | | lock
| * | | Print what happened (and in what order) if test failsJohn Keiser2015-09-291-130/+89
|/ / /
* | | Make sure name_attribute works on derived propertiesjk/name-attribute-dupJohn Keiser2015-09-292-3/+53
| |/ |/|
* | Merge pull request #3978 from tas50/knife-wording-2Thom May2015-09-2910-45/+45
|\ \ | | | | | | Community site -> Supermarket in knife
| * | Update more references from cookbooks -> supermarketTim Smith2015-09-273-30/+30
| | |
| * | Update specs for SupermarketTim Smith2015-09-271-3/+3
| | |
| * | Capitalize another messageTim Smith2015-09-271-1/+1
| | |
| * | Supermarket vs. the SupermarketTim Smith2015-09-272-3/+3
| | | | | | | | | | | | Judging by our docs is seems we're just calling it Supermarket not the Supermarket or the Supermarket site. Lets be consistent here
| * | More Community site -> SupermarketTim Smith2015-09-271-4/+4
| | |
| * | Fix tenseTim Smith2015-09-271-1/+1
| | |
| * | Capitalize first word in sentencesTim Smith2015-09-272-3/+3
| | |
| * | Fix error message to mention Supermarket not community siteTim Smith2015-09-271-2/+2
| | | | | | | | | | | | Also Supermarket doesn't have a capital M
| * | Copyright doesn't need to be capitalizedTim Smith2015-09-271-1/+1
| |/
* | Merge pull request #3989 from chef/jk/api-private-resource-collectionThom May2015-09-291-5/+3
|\ \ | | | | | | Make resource_collection= @api private instead of deprecated
| * | Make resource_collection= @api private instead of deprecatedjk/api-private-resource-collectionJohn Keiser2015-09-281-5/+3
| | |
* | | Merge pull request #3995 from chef/tm/fix_omnitruck_urlLamont Granquist2015-09-291-1/+1
|\ \ \ | | | | | | | | fix omnitruck url
| * | | fix omnitruck urlThom May2015-09-291-1/+1
| | | |