| Commit message (Expand) | Author | Age | Files | Lines |
* | Style/EmptyLiteral | Lamont Granquist | 2019-07-05 | 1 | -1/+1 |
* | fix Layout/EmptyLineAfterGuardClause | Lamont Granquist | 2019-07-02 | 1 | -0/+1 |
* | Convert require to require_relative | Lamont Granquist | 2019-05-08 | 1 | -3/+3 |
* | now user can use tagged method in both only_if and not_if | Kapil Chouhan | 2018-11-29 | 1 | -15/+0 |
* | add the resources() dsl method to providerslcg/fix-resources-dsl-method | Lamont Granquist | 2018-04-12 | 1 | -7/+1 |
* | fix error messages for method_missing removal | Lamont Granquist | 2017-03-21 | 1 | -1/+9 |
* | remove requires no longer necessarylcg/remove-requires | Lamont Granquist | 2016-08-10 | 1 | -9/+0 |
* | add better resource manipulation API | Lamont Granquist | 2016-04-15 | 1 | -2/+1 |
* | deprecate Chef::DSL::Recipe::FullDSLlcg/deprecate-fulldsl | Lamont Granquist | 2016-03-16 | 1 | -1/+1 |
* | lazy module inclusion into DSL moduleslcg/use-and-lazy-module-include | Lamont Granquist | 2016-03-15 | 1 | -1/+0 |
* | autofixing whitespace cops | Lamont Granquist | 2016-02-05 | 1 | -1/+0 |
* | Update all auth email address from opscode.com and getchef.com to chef.io. | Noah Kantrowitz | 2016-02-02 | 1 | -2/+2 |
* | Replace all Opscode copyrights with Chef Software. | Noah Kantrowitz | 2016-02-02 | 1 | -1/+1 |
* | Copyright year update for 2016 and massive cleanup. | Noah Kantrowitz | 2016-02-02 | 1 | -1/+1 |
* | Use double quotes by default | Thom May | 2016-01-14 | 1 | -12/+12 |
* | Route all tags access through Chef::Node#{tags,tag} | Jos Backus | 2015-10-20 | 1 | -3/+3 |
* | Stop checking for nil here | Jos Backus | 2015-10-20 | 1 | -2/+0 |
* | Rename Chef::DSL::Recipe::Everything -> FullDSL | John Keiser | 2015-06-23 | 1 | -8/+1 |
* | Add integration point for ps_credential dsl | Jay Mundrawala | 2015-03-20 | 1 | -0/+2 |
* | make include_recipe "::foo" use current cookbook | Lamont Granquist | 2015-01-20 | 1 | -4/+8 |
* | First pass at DSL additions | tyler-ball | 2014-12-17 | 1 | -0/+2 |
* | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-08 | 1 | -1/+1 |
* | Return correct value for tagged? when node[:tags] is nil. | Serdar Sutay | 2014-10-15 | 1 | -0/+2 |
* | Remove deprecated @node ivarsjk/remove_deprecated_ivars | John Keiser | 2014-08-27 | 1 | -1/+0 |
* | CHEF-5086/COOK-3890: Add reboot_pending? to core DSL | Bryan McLellan | 2014-02-27 | 1 | -0/+2 |
* | Moved Chef::Recipe#tag into the Chef::Node object | Paul Mooring | 2013-10-04 | 1 | -19/+2 |
* | moving registry_helper to dsl class | Lamont Granquist | 2012-12-19 | 1 | -2/+2 |
* | adding registry helper for recipes+resources | Lamont Granquist | 2012-12-19 | 1 | -0/+2 |
* | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 1 | -0/+133 |
* | big refactor of the repo layout. move to a chef gem and a chef-server gem all... | Ezra Zygmuntowicz | 2008-10-08 | 1 | -127/+0 |
* | Fixing searching in recipes to use the RESTful server, instead of the local i... | Adam Jacob | 2008-10-05 | 1 | -2/+7 |
* | Only eval the block if one was passed | Adam Jacob | 2008-10-02 | 1 | -1/+1 |
* | Refactoring to support a base package class, that package providers can inher... | Adam Jacob | 2008-09-08 | 1 | -1/+1 |
* | Added template support, changed license to Apache v 2 | Adam Jacob | 2008-08-16 | 1 | -14/+12 |
* | Updating search tickets | Adam Jacob | 2008-07-28 | 1 | -0/+2 |
* | Adding functional search support | Adam Jacob | 2008-07-10 | 1 | -0/+6 |
* | Adding chef-solo command, config examples, Chef::Log class, Chef::Log::Format... | Adam Jacob | 2008-04-08 | 1 | -0/+1 |
* | Adding the Params::Validate mixin, refactored Chef::Config to be a singleton,... | Adam Jacob | 2008-04-07 | 1 | -15/+34 |
* | Adding cookbook support, updating rcov coverage | Adam Jacob | 2008-03-12 | 1 | -4/+4 |
* | Added rcov coverage, lots of tests, definitions, node support | Adam Jacob | 2008-03-10 | 1 | -0/+96 |