summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move tar_cmdjdm/osx-fixJay Mundrawala2015-02-271-14/+14
|
* Use tar_cmd instead of tar directlyJay Mundrawala2015-02-271-1/+1
|
* Update spec to mock out tar_cmdJay Mundrawala2015-02-271-2/+3
|
* Refactor tar_cmdJay Mundrawala2015-02-271-8/+14
|
* Send search count to stderrdanielsdeleo2015-02-261-2/+2
|
* Merge pull request #2983 from chef/tball/include_shelloutTyler Ball2015-02-251-0/+1
|\ | | | | Missing require - causes `missing Constant` error when files are loaded in unexpected order
| * Missing require - causes missing Constant when files are loaded in ↵tyler-ball2015-02-251-0/+1
|/ | | | unexpected order
* Merge pull request #2954 from chef/lcg/lint-fixesLamont Granquist2015-02-239-24/+24
|\ | | | | Lcg/lint fixes
| * fix specsLamont Granquist2015-02-233-7/+2
| | | | | | | | | | reverts #get_default_attributes and #create_ace_with_mask_and_sid back to public methods, removes some redundant selfs
| * fixes Lint/UselessAccessModifierLamont Granquist2015-02-236-12/+17
| |
| * fix Lint/UnderscorePrefixedVariableNameLamont Granquist2015-02-233-10/+10
| |
* | Merge pull request #2964 from chef/jtimberman-osx-ltNathen Harvey2015-02-231-1/+2
|\ \ | |/ |/| Nominate promoting myself to OS X Lt.
| * Nominate promoting myself to OS X Lt.jtimberman-osx-ltjtimberman2015-02-201-1/+2
| |
* | Merge pull request #2956 from chef/lcg/deploy-fixesLamont Granquist2015-02-237-304/+207
|\ \ | |/ |/| nillable deploy resource + nillable LWRP args
| * add md fileLamont Granquist2015-02-231-0/+4
| |
| * make comparison really strictLamont Granquist2015-02-231-1/+1
| | | | | | | | | | must be object identity and use #equals? off of the NULL_ARG object in case arg defines some insanely overridden methods.
| * add explicit test for nillable_set_or_returnLamont Granquist2015-02-231-0/+7
| |
| * add nillable_set_or_return tests to the mixinLamont Granquist2015-02-231-63/+70
| |
| * handle autovivifying ivars on accessLamont Granquist2015-02-231-2/+7
| |
| * nillable deploy resource + nillable LWRP argsLamont Granquist2015-02-235-244/+124
|/ | | | | | | | | | | | | introduced nillable_set_or_return so that we can actually set a nil value on a resource from the DSL. this fixes the case where you want to do (and we document) setting symlink_before_migrate to nil on the deploy resource. to implement this better also moved up the attribute DSL method to the base Chef::Resource class. all LWRP resources are now nillable as well.
* Merge pull request #2952 from chef/jdm/chef-12.1Jay Mundrawala2015-02-193-458/+4
|\ | | | | Chef 12.1.0
| * Remove Chef 12 release notesJay Mundrawala2015-02-191-456/+0
| |
| * Update Changelog for Chef 12.1.0Jay Mundrawala2015-02-191-1/+3
| |
| * Chef 12.1.0.rc.0Jay Mundrawala2015-02-191-1/+1
|/
* Merge pull request #2946 from chef/jdm/group-spec-fixKartik Null Cating-Subramanian2015-02-191-0/+3
|\ | | | | Group spec needs to respond to shell_out
| * Group spec needs to respond to shell_outjdm/group-spec-fixJay Mundrawala2015-02-191-0/+3
| |
* | Merge pull request #2942 from chef/lcg/dpkg-regressionLamont Granquist2015-02-192-0/+3
|\ \ | |/ |/| fix dpkg regression
| * fix dpkg regressionLamont Granquist2015-02-192-0/+3
|/
* Merge pull request #2924 from chef/btm/popen_shellout_rebaseJay Mundrawala2015-02-1930-314/+288
|\ | | | | fix aix related providers to replace popen4 with mixlib shell_out
| * Make tests pass on Windowsbtm/popen_shellout_rebaseJay Mundrawala2015-02-181-1/+1
| |
| * Fix unit specs for PR #2934Jay Mundrawala2015-02-181-3/+3
| |
| * Merge pull request #2934 from ClogenyTechnologies/kd/rpm-fixLamont Granquist2015-02-181-1/+1
| |\ | | | | | | Dont raise exceptions in load_current_resource when checking current status
| | * dont raise exceptions in load_current_resource when checking current statuskaustubh-d2015-02-181-1/+1
| |/
| * fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-1729-309/+283
| |
* | Merge pull request #2940 from chef/lcg/unreachable-codeLamont Granquist2015-02-1810-64/+64
|\ \ | | | | | | remove unreachable code
| * | fix Lint/BlockAlignmentlcg/unreachable-codeLamont Granquist2015-02-182-5/+5
| | |
| * | whitespaces fixesLamont Granquist2015-02-183-52/+52
| | | | | | | | | | | | addresses Lint/DefEndAlignment and probably more
| * | fix Lint/AmbiguousRegexpLiteralLamont Granquist2015-02-181-2/+2
| | |
| * | fix Lint/LiteralInConditionLamont Granquist2015-02-182-2/+2
| | |
| * | fix Lint/Loop styleLamont Granquist2015-02-181-2/+3
| | |
| * | remove unreachable codeLamont Granquist2015-02-181-1/+0
|/ /
* | Merge pull request #2933 from andrewelizondo/fix-typo-in-msi-providerLamont Granquist2015-02-182-1/+3
|\ \ | | | | | | fix typo in msi provider
| * | update changelogandrewelizondo2015-02-171-0/+2
| | |
| * | fix typo in msi providerandrewelizondo2015-02-171-1/+1
|/ /
* | Merge pull request #2922 from chef/lcg/fix-multipackageLamont Granquist2015-02-172-90/+104
|\ \ | | | | | | Lcg/fix multipackage
| * | Added spec for #2914lcg/fix-multipackageJay Mundrawala2015-02-171-0/+15
| | |
| * | fix virtual package logic in check_package_stateLamont Granquist2015-02-172-89/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since check_package_state calls itself to check virtual packages the array building it does was getting indexed incorrectly as the virtual packages were getting inserted into arrays that were supposed to be indexed by the package arguments the user gave. there was also a bug which broke idempotency with virtual packages and would cause virtual packages to get reinstalled every time (installed_version not geting correctly inherited from the virtual package). WIP2 remove debug fix specs
| * | use scalar pkg not array packageLamont Granquist2015-02-171-1/+1
| | | | | | | | | | | | the names in this class are a bit confusing and need to be cleaned up
| * | convert is_virtual_package to hashLamont Granquist2015-02-172-5/+14
|/ / | | | | | | | | | | | | | | | | make this a hash based on name so that when we pass an array of names to install_package we can look up the right one and do not have to synchronize arrays. we should probably convert the arrays in the superclass to hashes based on name as well.
* | Merge pull request #2928 from chef/lcg/validatorless-docsLamont Granquist2015-02-173-0/+28
|\ \ | | | | | | forgot my md files for validatorless bootstraps