summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* CHEF-1737: Minor clean up.markgibbons2014-08-211-3/+2
* Fix review call outs.markgibbons2014-08-211-5/+6
* CHEF-1737: Fix noauto support.markgibbons2014-08-212-62/+109
* use raise, not failJordan Evans2014-08-211-1/+1
* raise error if multiple constraints are metJordan Evans2014-08-211-5/+14
* update comment for value_for_platformJordan Evans2014-08-211-1/+1
* use Chef::VersionConstraint, not Gem in value_for_platformJordan Evans2014-08-211-5/+15
* initial pass at supporting version constraints in value_for_platformJordan Evans2014-08-211-0/+23
* cleanup: remove OVERRIDE_HOMEsawanoboly2014-08-211-14/+2
* HOME can overwrite by user with OVERRIDE_HOMEsawanoboly2014-08-211-2/+14
* set nil by default, add two specssawanoboly2014-08-212-1/+2
* fix: remove oldline and check avail.sawanoboly2014-08-211-2/+1
* add_env_to_scm_resourcesawanoboly2014-08-212-0/+11
* Modify wording in exceptionLamont Granquist2014-08-201-1/+1
* Add insert_at to resource_collectionJohn Keiser2014-08-201-8/+17
* Use thread-safe OpenSSL::Digest instead of DigestGrzesiek Kolodziejczyk2014-08-204-8/+8
* Switches to https://supermarket.getchef.comChristopher Webber2014-08-206-8/+8
* Use thread-safe Singleton mixin for DigesterGrzesiek Kolodziejczyk2014-08-201-5/+1
* Fixes the "cron" resource handling of special strings (e.g. @reboot, @yearly)Sean Clemmer2014-08-181-0/+11
* Don't throw an error if local package isn't installed.Nathan Huff2014-08-181-1/+1
* Break get_current_version into its own function.Nathan Huff2014-08-181-5/+11
* Check local repository as well as remote when looking up the currently instal...Nathan Huff2014-08-181-24/+12
* Fix creation of non-empty FreeBSD groupsJacob Vosmaer2014-08-181-1/+8
* Merge pull request #1831 from jbsmith86/masterBryan McLellan2014-08-151-1/+1
|\
| * Spelling errorjbsmith862014-08-141-1/+1
* | Merge branch 'master' into mcquin/Issues-1518Claire McQuin2014-08-154-14/+21
|\ \
| * | Enable client-side key generation by default (resolves https://github.com/ops...Claire McQuin2014-08-141-4/+4
| * | Merge pull request #1820 from opscode/mcquin/Issues-1446Claire McQuin2014-08-142-2/+1
| |\ \
| | * | Just use query_helpersClaire McQuin2014-08-141-1/+1
| | * | Remove recipe DSL from base provider.Claire McQuin2014-08-142-2/+1
| | |/
| * | fix proxy var issuesLamont Granquist2014-08-141-8/+16
| |/
* | CookbookSiteStreamingUploader uses ssl_verify_mode.Claire McQuin2014-08-141-1/+12
|/
* Make sure freebsd_package is captured with the resource name it's declared wi...Serdar Sutay2014-08-132-2/+24
* Merge pull request #1811 from opscode/lcg/rhel-7-e2elamont-granquist2014-08-131-0/+2
|\
| * e2e test on rhel found a bugLamont Granquist2014-08-121-0/+2
* | Updates based on PR comments.Serdar Sutay2014-08-122-22/+38
* | * Dscl user provider changes to support Mac 10.7, 10.8 & 10.9.Serdar Sutay2014-08-123-156/+547
|/
* CHEF-5022: Add tests for #set_start_type and cleanupBryan McLellan2014-08-121-2/+1
* CHEF-5022: Don't use provides in the resourceBryan McLellan2014-08-121-1/+4
* CHEF-5022: Rename start_type to current_start_typeBryan McLellan2014-08-121-7/+7
* CHEF-5022: leave enabled to nil for all other statesBryan McLellan2014-08-121-1/+6
* CHEF-5022: Add configure_startup actionBryan McLellan2014-08-122-33/+69
* CHEF-5022: Differentiate between Windows service startup_typesBryan McLellan2014-08-123-11/+88
* Merge pull request #1806 from opscode/lcg/removing-json-class1lamont-granquist2014-08-126-10/+9
|\
| * remove some uses of from_jsonLamont Granquist2014-08-126-10/+9
* | Merge pull request #1772 from opscode/chef-1765Serdar Sutay2014-08-121-0/+3
|\ \
| * | chef-client should never send negative values for duration to reporting; fixe...Jeremiah Snapp2014-08-121-0/+3
* | | Add a fallback for metadata name for the chef-zero casedanielsdeleo2014-08-121-0/+9
* | | Document why we need to fallback to inferred name sometimesdanielsdeleo2014-08-121-1/+8
* | | Make `name` a required attribute in metadatadanielsdeleo2014-08-123-7/+11