summaryrefslogtreecommitdiff
path: root/lib/chef/chef_class.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecate creating properties whose names are already methodsadamleff/warn-on-dangerous-property-namesAdam Leff2017-01-181-0/+1
* Ensure deprecation messages are always includedtm/require_deprecatedThom May2016-12-061-0/+1
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-5/+14
* require the event_dispatch dsl since it's used in chef_classThiago Oliveira2016-10-121-0/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+4
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-5/+5
* Warn when user sets a property of an inline resource to itself.John Keiser2015-12-101-11/+1
* Add test for nonzero systemctl exit codeJohn Keiser2015-09-281-0/+5
* Find the spot the user called and use that as the deprecation locationJohn Keiser2015-09-251-1/+12
* Rename log.deprecation to log_deprecationJohn Keiser2015-09-011-10/+17
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-0/+16
* Merge pull request #3242 from ranjib/chef_handlerRanjib Dey2015-07-161-0/+7
|\
| * Merge remote-tracking branch 'origin/master' into chef_handlerRanjib Dey2015-06-241-4/+4
| |\
| * | add name class attribute for user defined handlers. more readable invalid eve...Ranjib Dey2015-06-231-1/+3
| * | Merge remote-tracking branch 'origin/master' into HEADRanjib Dey2015-06-121-12/+62
| |\ \
| * | | [RFC-039] chef handler dslRanjib Dey2015-04-181-0/+6
* | | | Memoize enabled_handlers so it is not recomputedjk/separate-priority-mapJohn Keiser2015-07-061-2/+2
* | | | Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-7/+15
| |_|/ |/| |
* | | Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-181-4/+4
| |/ |/|
* | Overwrite resource_name with providesJohn Keiser2015-06-081-9/+1
* | Make use_automatic_resource_name automaticJohn Keiser2015-06-081-7/+47
* | Fix ifconfig platform version filterJohn Keiser2015-06-021-6/+4
* | Use the central priority map for `provides`John Keiser2015-06-021-6/+27
|/
* add resource_resolver and resource_priority_mapLamont Granquist2015-04-151-0/+130