summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * tags always an array; fix set_unlessLamont Granquist2015-12-143-5/+5
* | Only warn about potentially duplicate properties during the resource initializerjk/reduce-property-dup-warningJohn Keiser2015-12-143-11/+24
* | sort propertiesLamont Granquist2015-12-141-3/+3
* | remove unnecessary identity_attr declarationLamont Granquist2015-12-141-2/+0
* | regex works fine inside the is arrayLamont Granquist2015-12-141-1/+1
* | can be less verbose about creating ArraysLamont Granquist2015-12-141-1/+1
* | why is 'identity' different than 'name_property'?Lamont Granquist2015-12-141-1/+1
* | is: vs. regex: is differentLamont Granquist2015-12-141-1/+1
* | stop mutating the default arrayLamont Granquist2015-12-141-1/+1
* | unnecessary array argLamont Granquist2015-12-141-1/+1
* | implement verifications as a propertyLamont Granquist2015-12-142-8/+4
* | convert to true/false/nil in propertiesLamont Granquist2015-12-141-7/+7
* | make file resource use propertiesLamont Granquist2015-12-141-70/+9
* | Don't warn when setting a property to nil unless its value wouldjk/updates2John Keiser2015-12-141-8/+11
* | Implement action_class do ... endJohn Keiser2015-12-111-17/+23
|/
* Merge pull request #4273 from chef/jdm/default-auth-1.1Jay Mundrawala2015-12-112-18/+0
|\
| * Use signing protocol 1.1 by defaultjdm/default-auth-1.1Jay Mundrawala2015-12-102-18/+0
* | Get rid of ambiguity with `template 'x' do ...`jk/error-on-property-with-blockJohn Keiser2015-12-101-2/+10
* | Improve commentsjk/warn-dup-propertyJohn Keiser2015-12-102-3/+17
* | Warn when user sets a property of an inline resource to itself.John Keiser2015-12-105-17/+44
* | Merge pull request #4248 from chef/tm/fix_reg_tests_2Thom May2015-12-101-0/+2
|\ \
| * | expose HTTP optionstm/fix_reg_tests_2Thom May2015-12-091-0/+2
* | | Ask for stacktrace.out in bug reportslcg/ask-for-stacktracesLamont Granquist2015-12-091-1/+2
* | | Moving the proxy export to environment varibles into Chef::Configtyler-ball2015-12-094-86/+3
* | | Adding proxifier dependency and leveraging its ability to make TCPSocket.new ...tyler-ball2015-12-093-4/+47
* | | Don't activate cheffish and chef-provisioning until its DSL is usedjk/lazy-activationJohn Keiser2015-12-094-8/+148
* | | Merge pull request #4261 from chef/jdm/missing-varJay Mundrawala2015-12-091-1/+1
|\ \ \
| * | | Add missing exception variableJay Mundrawala2015-12-091-1/+1
| |/ /
* | | Work with cheffish (which has no before_notifications)John Keiser2015-12-091-2/+4
* | | immediately_before -> beforeJohn Keiser2015-12-093-30/+30
* | | Add immediately_before notificationJohn Keiser2015-12-093-1/+85
|/ /
* | Require what you useJohn Keiser2015-12-081-0/+1
* | Merge pull request #4236 from chef/jdm/dsc_resource_timeoutThom May2015-12-082-2/+10
|\ \
| * | Add timeout attribute to dsc_resourcejdm/dsc_resource_timeoutJay Mundrawala2015-12-032-2/+10
* | | Merge pull request #4193 from chef/mwrock/packageSalim Alam2015-12-088-28/+500
|\ \ \
| * | | adds support to installer types inno, nsis, wise and installshield top the wi...Matt Wrock2015-12-078-28/+500
| | |/ | |/|
* | | restore handling of dpkg -s returns codes (w/tests)lcg/dpkg-s-return-codesLamont Granquist2015-12-071-1/+1
|/ /
* | Merge pull request #4228 from chef/lcg/dpkg-cleanupLamont Granquist2015-12-072-44/+36
|\ \
| * | fix comment after moving out of dpkg_packagelcg/dpkg-cleanupLamont Granquist2015-12-031-1/+1
| * | fix couple of issues in dpkg cleanupLamont Granquist2015-12-022-44/+36
| |/
* | Fix resource `super` (broken because of test :focus)jk/fix-resource-superJohn Keiser2015-12-061-1/+12
* | Revert lib/chef/api_client/registration.rb to use API V0 since it doesn't sup...tc/fix-api-client-registrationTyler Cloke2015-12-041-3/+7
|/
* Merge pull request #4196 from chef/lcg/dpkg-multipackageLamont Granquist2015-12-025-64/+209
|\
| * just use extendLamont Granquist2015-12-022-15/+10
| * dpkg multipackage and bonus fixesLamont Granquist2015-12-025-64/+214
* | Make to_hash include properties with defaults (fixes #4127)jk/4127John Keiser2015-12-021-3/+8
* | Converge actions all together instead of in action :x (fixes #4124)jk/4124John Keiser2015-12-021-34/+15
|/
* Bump version to 12.6.0Salim Alam2015-12-011-1/+1
* extract declare_resource to a mixin and extend APILamont Granquist2015-12-013-78/+116
* Add make_child_entry in ChefFS CookbookSubdirMaxime Brugidou2015-11-251-0/+5