summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* Add test for nonzero systemctl exit codeJohn Keiser2015-09-281-1/+1
* Merge pull request #3510 from ckaushik/issue_2513Thom May2015-09-021-0/+1
|\
| * Fixing Issue #2513 - the broken render of nested partial templates with varia...Kaushik C2015-07-271-0/+1
* | Rename log.deprecation to log_deprecationJohn Keiser2015-09-011-8/+8
* | Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-8/+8
* | Refactor Chef::Mixin::WideString to remove implicit Windows dependency.mcquin/refactor-wstringClaire McQuin2015-09-013-32/+76
* | Validating is comparing to true instead of ruby truthinessPhil Dibowitz2015-08-211-1/+1
* | Merge pull request #3775 from chef/salam/win64Salim Alam2015-08-191-39/+15
|\ \
| * | Enable 64-bit support for Powershell and Batch scriptsSalim Alam2015-08-191-39/+15
* | | PR feedbackLamont Granquist2015-08-181-39/+39
* | | CHEF-5012: add methods for template breadcrumbsLamont Granquist2015-08-181-0/+47
|/ /
* | Flatten regex validation array so nested arrays workJohn Keiser2015-07-291-1/+1
* | Bring set_or_return behavior back in line with what it used to beJohn Keiser2015-07-031-1/+24
* | Make required name attributes workJohn Keiser2015-07-031-106/+63
* | Make required name attributes workjk/required_name_attributeJohn Keiser2015-07-021-2/+2
* | Do not validate defaults, for backcompat purposesjk/property-baseJohn Keiser2015-06-231-1/+2
* | Freeze default constantsJohn Keiser2015-06-231-0/+1
* | Fix set_or_return order: default->coerce->validateJohn Keiser2015-06-231-31/+63
* | Add some commentsJohn Keiser2015-06-231-13/+173
* | Evaluate lazy defaults in context of the instanceJohn Keiser2015-06-231-3/+9
* | Add coercionJohn Keiser2015-06-231-0/+8
* | Add property_is_set?John Keiser2015-06-231-10/+17
* | Ensure validators don't run against initial valuesJohn Keiser2015-06-231-0/+1
* | Don't validate `nil` when setting the value to nilJohn Keiser2015-06-231-17/+22
* | Allow values to be set to nil (override defaults) if user allows itJohn Keiser2015-06-231-42/+49
* | Make "is" fail if you pass nil and don't validate itJohn Keiser2015-06-231-11/+8
* | Add name_propertyJohn Keiser2015-06-231-6/+7
* | Add "is" to propertyJohn Keiser2015-06-231-97/+115
* | Create property on resource, alias attribute to itJohn Keiser2015-06-231-9/+12
|/
* Better API version error handling helper code.tylercloke2015-06-051-25/+32
* Reregister V0 support for Chef::Client.tylercloke2015-06-051-0/+9
* Added V1 support to Chef::User.update and removed admin field.tylercloke2015-06-051-8/+5
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-0/+53
* Fix hyphenated LWRP nameshyphenated-lwrpJohn Keiser2015-06-031-4/+10
* Narrow resolvers to only look at parts of the map we supportJohn Keiser2015-06-021-8/+4
* Use the central priority map for `provides`John Keiser2015-06-021-18/+9
* change executionpolicy to unrestrictedLamont Granquist2015-05-291-1/+1
* fix missing requiresLamont Granquist2015-05-291-0/+3
* add powershell_out mixinLamont Granquist2015-05-292-2/+100
* Fix up deprecated_attr_*, add testsJohn Keiser2015-05-281-20/+16
* Deprecate some things that don't seem to be needed outsideJohn Keiser2015-05-281-0/+28
* add windows guardLamont Granquist2015-05-261-1/+1
* add unicode WM_SETTINGCHANGE broadcastLamont Granquist2015-05-261-2/+11
* Allow spaces in files for remote_fileJay Mundrawala2015-05-211-0/+11
* Merge pull request #3318 from chef/jdm/msi-uri-sourceJay Mundrawala2015-05-151-0/+33
|\
| * added comment for uri_scheme?Jay Mundrawala2015-05-151-0/+3
| * Use custom uri matcherJay Mundrawala2015-05-151-5/+2
| * Refactor uri detectionJay Mundrawala2015-05-151-0/+33
* | LogonUser uses ffi instead win32-apiJay Mundrawala2015-05-151-0/+31
|/
* Deprecate dsl_name (the "DSL name for this class" is no longer meaningful).John Keiser2015-05-131-0/+6