summaryrefslogtreecommitdiff
path: root/lib/chef/role.rb
Commit message (Expand)AuthorAgeFilesLines
* File.exists? -> File.exist?existTim Smith2020-08-121-2/+2
* Avoid assigning variables before returning if we don't have toTim Smith2020-07-071-2/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Style/SymbolProcLamont Granquist2019-07-051-2/+2
* Style/RegexpLiteralLamont Granquist2019-07-051-2/+2
* Style/NegatedIfLamont Granquist2019-07-051-2/+2
* Style/EmptyLiteralLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* Convert require to require_relativeLamont Granquist2019-05-081-8/+8
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-1/+1
* replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-261-2/+4
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-2/+2
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-2/+2
* fix Style/HashSyntaxLamont Granquist2018-07-021-4/+4
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-3/+1
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-6/+0
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-1/+1
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* s/escape_glob/escape_glob_dir/lcg/fix-escape-globLamont Granquist2016-03-101-1/+1
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-4/+4
* auto fixing some rubocopsLamont Granquist2016-02-091-3/+3
* autofixing whitespace copsLamont Granquist2016-02-051-12/+11
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-3/+3
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* add deprecation warningsThom May2016-01-181-0/+1
* Use double quotes by defaultThom May2016-01-141-12/+12
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-5/+5
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-11/+17
* fix Lint/AmbiguousRegexpLiteralLamont Granquist2015-02-181-2/+2
* Merge pull request #2030 from chef/lcg/1923Lamont Granquist2015-02-131-2/+5
|\
| * allow dep injecting chef_server_rest into objectsLamont Granquist2015-02-111-2/+5
* | CHEF-4591: Knife commands to manipulate env_run_list on nodesWilliam Albenzi2015-02-121-0/+10
|/
* Escape path for globbing.Claire McQuin2014-09-221-1/+1
* remove JSON gem usageLamont Granquist2014-08-111-1/+1
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-1/+1
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-1/+1
* Fixes #1739 - regression from a93af4060369f23299652b92fdc451468a3e5534 which ...Daniel O'Connor2014-08-031-2/+2
* removed Chef::Role.from_disk 'force' optionBen Somers2014-06-081-3/+3
* Fixed specs for Chef::Role.from_diskBen Somers2014-06-081-2/+0
* Added duplicate role detection for Role.from_diskBen Somers2014-06-081-2/+6
* Enabling storage of roles in subdirectoriesBen Somers2014-06-081-9/+11
* Apply comments from @btmBertrand Paquet2013-10-101-2/+1
* [CHEF-2928] Allow to use array in role_pathBertrand Paquet2013-10-101-13/+18
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+253