summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added spec to check that FileAccessControl responds to writable?jdm/win-aclsJay Mundrawala2015-02-131-0/+6
|
* Added comments about class methodsJay Mundrawala2015-02-132-0/+4
|
* Update directory resource to use FileAccessControl to check if file is writableJay Mundrawala2015-02-112-7/+7
|
* Add writable? to FileAccessControlJay Mundrawala2015-02-112-0/+22
|
* Added file_access_check for windowsJay Mundrawala2015-02-111-0/+21
|
* Added basic spec for AccessCheckJay Mundrawala2015-02-111-0/+31
|
* Added AccessCheckJay Mundrawala2015-02-112-0/+29
|
* Added PRIVILEGE_SETJay Mundrawala2015-02-111-0/+6
|
* Fix spacing for GENERIC_MAPPINGJay Mundrawala2015-02-111-6/+7
|
* Added MapGenericMaskJay Mundrawala2015-02-112-0/+2
|
* Added GENERIC_MAPPING structJay Mundrawala2015-02-111-0/+6
|
* Added basic spec for get_file_securityJay Mundrawala2015-02-111-0/+9
|
* Added GetFileSecurityJay Mundrawala2015-02-112-0/+19
|
* Added a test for duplicating a security token with incorrect permissionsJay Mundrawala2015-02-111-0/+8
|
* Added test for duplicating a security tokenJay Mundrawala2015-02-111-0/+15
|
* Added DuplicateTokenJay Mundrawala2015-02-112-0/+9
|
* Added SecurityImpersonationLevel enumJay Mundrawala2015-02-111-0/+9
|
* Merge pull request #2758 from chef/mcquin/control_groupSerdar Sutay2015-02-1120-52/+54
|\ | | | | Change audit DSL method controls to control_group.
| * Update DSL method name to controls_group.mcquin/control_groupClaire McQuin2015-01-1520-52/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to use control_group. Unify wording along control_group. Unify wording along control_group. Fix typo. Enable audit mode. Update to use control_group syntax. Update for audit DSL changes. Update for audit DSL change.
* | Changelog update for mergesBryan McLellan2015-02-091-0/+6
| | | | | | | | | | | | | | Closes #2710 Closes #2735 Closes #2784 Closes #2770
* | Refs #2709: Isolate/fix the no-fork faultAJ Christensen2015-02-097-14/+76
| | | | | | | | | | | | * Share specific recipes code to application parent * Update specs to passing, update specs to RSpec 3. * Specs for set_specific_recipes, solo, client.
* | add json_attribs option for chef-apply commandsonots2015-02-092-1/+33
| |
* | Avoid 'class << self'-style class methods in Chef::ApiClientSteven Danna2015-02-091-14/+15
| |
* | Use ApiClient#from_hash rather than relying on json_class in return dataSteven Danna2015-02-092-48/+63
| | | | | | | | | | | | | | | | | | | | | | Previously, knife client create was unable to create a client if the client json provided by the user did not include json_class. Using ApiClient#from_hash removes the restriction. The tests have been updated to test the contract between knife client create and the ApiClient class. Namely, knife client create is expected to call ApiClient.from_hash with a properly formated hash given the the user options and then call #save on the returned object.
* | Add Knife::Core::UI#edit_hashSteven Danna2015-02-092-1/+10
| | | | | | | | | | | | edit_hash is similar to edit_data except that it returns an uninflated hash. edit_data returns either a string/IO, a hash, or a full ruby object, making it difficult to work with.
* | Add ApiClient#from_hash and ApiClient#from_jsonSteven Danna2015-02-092-27/+72
| | | | | | | | | | | | | | ApiClient#json_create confusingly takes a hash rather than a JSON string. We need to preserve json_create for backwards compatibility. from_hash is the same as json_create. from_json takes an actual string of JSON.
* | Support HTTP/FTP source on rpm_packagesonots2015-02-092-1/+36
| |
* | Merge pull request #2872 from chef/lcg/chef-gem-config-optionLamont Granquist2015-02-0910-28/+186
|\ \ | | | | | | Lcg/chef gem config option
| * | pass message to deprecation exceptionLamont Granquist2015-02-091-1/+1
| | |
| * | peer review feedback for deprecation warningsLamont Granquist2015-02-093-7/+9
| | |
| * | fix a busted deprecation specLamont Granquist2015-02-091-2/+1
| | |
| * | patch chef_gem to use Chef::Log.deprecationlcg/chef-gem-config-optionLamont Granquist2015-02-093-10/+10
| | |
| * | Add Chef::Log.deprecation and associated wiringLamont Granquist2015-02-094-17/+43
| | |
| * | add DOC_CHANGES.mdLamont Granquist2015-02-091-0/+8
| | |
| * | clarify that good cookbooks don't use compile_timeLamont Granquist2015-02-091-2/+3
| | |
| * | add Chef::Config[:chef_gem_compile_time] plus RELNOTESLamont Granquist2015-02-095-5/+127
| | | | | | | | | | | | | | | | | | | | | * added a config flag to force chef_gem to behave like Chef-10/11 or to behave like Chef-13. * added a bunch of release notes to explain the warnings and what to do about them in quite a bit of detail.
* | | Merge branch 'ranjib-ranjib'Bryan McLellan2015-02-091-0/+3
|\ \ \
| * | | Nominating myself to maintain core, chefspec and ubuntuRanjib Dey2015-02-091-0/+3
|/ / /
* | | Merge pull request #2856 from btm/btm-core-maintainerBryan McLellan2015-02-091-0/+1
|\ \ \ | | | | | | | | Volunteer myself as a core maintainer
| * | | Volunteer myself as a core maintainerBryan McLellan2015-02-031-0/+1
| | | |
* | | | Merge pull request #2857 from btm/btm-windows-ltAdam Jacob2015-02-091-0/+2
|\ \ \ \ | |_|/ / |/| | | Nominate myself as Windows Lt.
| * | | Nominate myself as Windows Lt.Bryan McLellan2015-02-031-0/+2
| |/ /
* | | Merge pull request #2820 from chef/tball/appveyor-outputJay Mundrawala2015-02-091-0/+1
|\ \ \ | | | | | | | | Changing Appveyor to use progress formatter
| * | | Updating appveyor to have much shorter outputtball/appveyor-outputtyler-ball2015-01-261-0/+1
| | | |
* | | | Merge pull request #2879 from juliandunn/update-shell-brandingSteven Danna2015-02-081-2/+2
|\ \ \ \ | | | | | | | | | | Update chef-shell branding from opscode.com to chef.io
| * | | | Update branding from opscode.com to chef.ioJulian C. Dunn2015-02-081-2/+2
|/ / / /
* | | | Add config to treat deprecation warnings as errorsdanielsdeleo2015-02-064-0/+62
| | | |
* | | | Remove config setting for Chef 11 deprecation warningsdanielsdeleo2015-02-061-3/+0
| | | | | | | | | | | | | | | | We're on chef 12!
* | | | Merge pull request #2869 from chef/lcg/array-name-deuglificationLamont Granquist2015-02-055-16/+31
|\ \ \ \ | | | | | | | | | | Lcg/array name deuglification
| * | | | method signaturelcg/array-name-deuglificationLamont Granquist2015-02-051-1/+1
| | | | |