summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
| | | |
* | | | Merge pull request #3993 from chef/jk/win-provider-resolver-testsThom May2015-09-291-0/+4
|\ \ \ \ | |/ / / |/| | | Fix provider_resolver tests on Windows
| * | | Fix provider_resolver tests on Windowsjk/win-provider-resolver-testsJohn Keiser2015-09-291-0/+4
| |/ /
* | | Merge pull request #3976 from tas50/bootstrapLamont Granquist2015-09-291-4/+3
|\ \ \ | | | | | | | | Bootstrap doc doesnt match reality
| * | | Bootstrap doc doesnt match realityTim Smith2015-09-261-4/+3
| | |/ | |/| | | | | | | The other scripts are gone. Also update the URLs
* | | Merge pull request #3975 from tas50/contribSteven Murawski2015-09-291-7/+3
|\ \ \ | | | | | | | | Fix awkward wording in the contributing doc
| * | | Fix awkward wording in the contributing docTim Smith2015-09-261-7/+3
| |/ /
* | | Merge pull request #3985 from chef/irving/issue3671Irving Popovetsky2015-09-293-3/+21
|\ \ \ | | | | | | | | Simplify the regex which determines the rpm version to resolve issue #3671
| * | | Update changelog for #3985Irving Popovetsky2015-09-291-0/+1
| | | |
| * | | Use much simpler regex for determining the rpm versionIrving Popovetsky2015-09-292-3/+20
| | |/ | |/|
* | | Merge pull request #3912 from chef/mcquin/release-notesThom May2015-09-291-2/+5
|\ \ \ | |/ / |/| | Windows cookbook dependencies should be updated for Chef 12.5
| * | Windows cookbook dependencies should be updated for Chef 12.5mcquin/release-notesClaire McQuin2015-09-111-2/+5
| | |
* | | Make service_providers return the providersJohn Keiser2015-09-281-6/+10
| | |
* | | Merge branch 'jk/systemctl-shenanigans'John Keiser2015-09-286-684/+784
|\ \ \
| * | | Get rid of state-keeping and reset in ServiceHelpersjk/systemctl-shenanigansJohn Keiser2015-09-282-32/+19
| | | |
| * | | Add test for nonzero systemctl exit codeJohn Keiser2015-09-287-771/+766
| | | |
| * | | Add system providers to the list of world-stubbed stuffJohn Keiser2015-09-284-63/+91
| | | |
| * | | Test more of provider resolution by mocking the filesystem and commandsJohn Keiser2015-09-282-6/+96
| | | |
| * | | return empty array if no services foundRanjib Dey2015-09-281-1/+1
|/ / /
* | | Merge branch 'ad/remote-dir-fix'John Keiser2015-09-282-1/+75
|\ \ \ | |_|/ |/| |
| * | Add spec for remote dir fixJohn Keiser2015-09-281-0/+74
| | |
| * | Updating to use count instead of split to sort files in remote_directoryandy-dufour2015-09-281-1/+1
| | |
| * | Fix for #3942 - change remote_directory resource file discovery to traverse ↵andy-dufour2015-09-281-1/+1
|/ / | | | | | | breadth first
* | Create empty config context for chefdkdanielsdeleo2015-09-252-0/+16
| | | | | | | | | | Allows `knife` and such to parse config files with `chefdk.settting` in them without error.
* | Merge pull request #3971 from coderanger/fix-deprecationsNoah Kantrowitz2015-09-251-1/+1
|\ \ | | | | | | I think this was a bad search-and-replace, causes an infinite loop.
| * | I think this was a bad search-and-replace, causes an infinite loop.Noah Kantrowitz2015-09-251-1/+1
| | |
* | | Use 2.0-compatible Hash rather than to_hJohn Keiser2015-09-251-1/+1
|/ /
* | If both name_attribute and name_property are specified, raise an error.jk/property-default-nilJohn Keiser2015-09-252-28/+29
| |
* | Don't treat name_property/attribute as defaults if they are falseJohn Keiser2015-09-252-1/+46
| |
* | Fix up property deprecation textJohn Keiser2015-09-252-5/+5
| |
* | Find the spot the user called and use that as the deprecation locationJohn Keiser2015-09-256-9/+19
| |
* | Prefer name_property: true over default: nilJohn Keiser2015-09-252-13/+32
| |
* | Make race condition tests explicitjk/run-lockJohn Keiser2015-09-251-100/+260
| | | | | | | | Fixes issue where tests expected a file to have a PID, but sometimes it would race and be empty
* | Derive locations from expanded path to config filelocal-mode-cache-relative-pathdanielsdeleo2015-09-242-4/+26
| | | | | | | | | | | | | | | | | | | | This resolves an issue where running `chef-client -c client.rb -z` will attempt to create the local mode cache at the filesystem root with an error like: ``` ERROR: Permission denied @ dir_s_mkdir - /local-mode-cache ```
* | Remove experimental feature warning for policyfilesremove-policyfile-warningdanielsdeleo2015-09-241-6/+4
| | | | | | | | Also, improve the language around unsupported features/options.
* | Add policyfile attributes to client builderpolicyfile-bootstrap-integrationdanielsdeleo2015-09-242-0/+23
| |