summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Capitalize another messageTim Smith2015-09-271-1/+1
* Supermarket vs. the SupermarketTim Smith2015-09-272-3/+3
* 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
* Copyright doesn't need to be capitalizedTim Smith2015-09-271-1/+1
* 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.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-251-19/+20
* Don't treat name_property/attribute as defaults if they are falseJohn Keiser2015-09-251-1/+5
* Fix up property deprecation textJohn Keiser2015-09-251-1/+1
* 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-251-11/+12
* Remove experimental feature warning for policyfilesremove-policyfile-warningdanielsdeleo2015-09-241-6/+4
* Add policyfile attributes to client builderpolicyfile-bootstrap-integrationdanielsdeleo2015-09-241-0/+12
* Don't pass -E to chef-client unless given an environmentdanielsdeleo2015-09-241-2/+2
* Add --policy-name and --policy-group opts to knife bootstrapdanielsdeleo2015-09-241-0/+35
* Add policyfile support to bootstrap contextdanielsdeleo2015-09-241-1/+6
* Re-upgrade chef-zero to latestjk/latest-chef-zeroJohn Keiser2015-09-233-4/+7
* Add deprecation warning for properties that specify default and name_propertyjk/default-ignoringJohn Keiser2015-09-222-7/+11
* Honor the ordering of whichever `name_attribute` or `default` comes firstJohn Keiser2015-09-221-0/+15
* Merge pull request #3939 from chef/salam/lazy-msiSalim Alam2015-09-222-2/+18
|\
| * Lazy load MSI provider, add check for MSI supportsalam/lazy-msiSalim Alam2015-09-222-2/+18
* | Merge pull request #3857 from coderanger/gateway-keyNoah Kantrowitz2015-09-221-29/+49
|\ \
| * | Don't leak extra keys in the options.Noah Kantrowitz2015-09-011-5/+9
| * | Missed a variable while moving code around.Noah Kantrowitz2015-09-011-1/+1
| * | Refactor knife ssh options stuff.Noah Kantrowitz2015-09-011-29/+45
* | | Rename action_provider_class to less-wordy action_classjk/declare_action_classJohn Keiser2015-09-223-25/+38
| |/ |/|
* | Configure named run list via command line or config filedanielsdeleo2015-09-211-0/+6
* | Apply a named_run_list in policy builder via configurationdanielsdeleo2015-09-211-1/+35
* | Don't add win_evt logger when on nano.Claire McQuin2015-09-182-2/+25
* | Add `setup_chef_class` to Policyfile policy builderdanielsdeleo2015-09-172-1/+74
* | Update code comment to reflect realitydanielsdeleo2015-09-171-3/+1
* | Document policy builder API on the dynamic builderdanielsdeleo2015-09-171-0/+56
* | Use Forwardable to delegate in PolicyBuilder::Dynamicdanielsdeleo2015-09-171-32/+13
* | Add policyfile attrs to knife "fuzzy" searchdanielsdeleo2015-09-171-1/+1
* | Detect when user wants policyfile compat modedanielsdeleo2015-09-171-1/+8
* | Show policyfile attributes in node presenterdanielsdeleo2015-09-171-1/+24
* | Populate node policyfile attrs from JSONdanielsdeleo2015-09-171-0/+4
* | Set the precedence of policyfile attrs and propagate them everywheredanielsdeleo2015-09-171-0/+43
* | Add policyfile attrs to node create/savedanielsdeleo2015-09-171-2/+35
* | Add policyfile attrs to node JSON when presentdanielsdeleo2015-09-171-0/+8
* | Use the dynamic policy builder everywheredanielsdeleo2015-09-176-39/+15
* | Add Dynamic PolicyBuilder to switch on policyfile modedanielsdeleo2015-09-172-0/+137
* | Add policy_name and policy_group attrs to Node classdanielsdeleo2015-09-171-0/+49
* | Rename Chef::Resource#current_resource -> Chef::Resource#current_valuemcquin/chef-3897Claire McQuin2015-09-171-1/+1
* | Merge pull request #3809 from martinb3/frozen_error_inspectorThom May2015-09-151-5/+25
|\ \
| * | Further revision for compile errors due to frozenMartin Smith2015-08-211-5/+25