summaryrefslogtreecommitdiff
path: root/lib/chef/environment.rb
Commit message (Expand)AuthorAgeFilesLines
* 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/ClassCheckLamont Granquist2019-07-051-1/+1
* Style/EmptyLiteralLamont Granquist2019-07-051-3/+3
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-1/+1
* more distro constants for "Chef"Marc Chamberland2019-05-231-1/+1
* distro constants for solo, zero and automateMarc Chamberland2019-05-231-1/+2
* Convert require to require_relativeLamont Granquist2019-05-081-6/+6
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-1/+1
* 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/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-9/+9
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-4/+2
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-5/+0
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-11/+9
* fix Style/SelfAssignmentLamont Granquist2016-12-061-1/+1
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-1/+1
* Ensure that solo specific code is run at the proper timeThom May2016-05-161-2/+2
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-6/+6
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-5/+5
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-2/+2
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-7/+7
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* 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-1/+3
* Use double quotes by defaultThom May2016-01-141-8/+8
* Merge pull request #4398 from chef/lcg/trailing_commaThom May2016-01-141-7/+7
|\
| * autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-7/+7
* | inflate an environment after loading itThom May2016-01-131-1/+1
|/
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-9/+14
* allow dep injecting chef_server_rest into objectsLamont Granquist2015-02-111-2/+5
* remove JSON gem usageLamont Granquist2014-08-111-3/+1
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-1/+3
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-3/+1
* Raising an exception for chef-solo environment constraints.Nick Stielau2013-05-301-2/+7
* Adding support for environments when running under chef-solo.Nick Stielau2013-05-301-1/+27
* [CHEF-3919] Removed Chef::Version::Cookbook code and replaced by a Chef::Vers...Xabier de Zuazo2013-04-111-2/+2
* [CHEF-3919] cookbook version specific code factored out from Chef::Version, n...Xabier de Zuazo2013-04-111-2/+2
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+287