summaryrefslogtreecommitdiff
path: root/lib/chef/exceptions.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove cookbook merging/shadowing from the cookbooker loaderLamont Granquist2018-10-261-1/+2
* Merge pull request #6168 from oclaussen/generate_valid_gemfileTim Smith2018-07-161-0/+6
|\
| * Fail loudly when the gem installer finds conflicting gem requirementsOle Claussen2017-05-291-0/+6
* | fix Layout/IndentHeredocLamont Granquist2018-07-021-3/+3
* | Revert "Knife should give a useful error when the chef_server_url isn't a che...revert-6253-feat/5556Thom May2018-03-141-2/+0
* | Merge pull request #6253 from jeunito/feat/5556Tim Smith2018-03-121-0/+2
|\ \
| * \ Merge branch 'master' into feat/5556Jose Asuncion2017-09-251-1/+1
| |\ \
| * | | raise error if chef_server_url is not validJose Asuncion2017-07-041-0/+2
| | |/ | |/|
* | | rename env resource to windows_envharikesh-kolekar2018-01-301-1/+1
| |/ |/|
* | grammarTor Magnus Rakvåg2017-08-071-1/+1
* | throw readable errors if multiple dsc resources are foundTor Magnus Rakvåg2017-08-071-1/+1
|/
* removing the use of Chef::Exception::DeprecatedExitCodesmurawski/exit_status_defaultSteven Murawski2017-04-041-6/+0
* use rfc exit codesSteven Murawski2017-04-041-2/+0
* Chef-13: relative creates paths in the execute resource requires a cwdLamont Granquist2017-02-281-1/+2
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* Added module_version attribute for dsc_resource. (#5701)Aliasgar162017-01-231-0/+3
* seems this exception type is necessary as welllcg/chefstyle-updatesLamont Granquist2016-12-061-1/+1
* added disable to the wrong lineLamont Granquist2016-12-061-1/+1
* helpful spec tests discovered could not change this superclassLamont Granquist2016-12-061-2/+2
* fix Lint/InheritExceptionLamont Granquist2016-12-061-5/+5
* fixes Style/Semicolon coplcg/style-semicolonLamont Granquist2016-11-141-1/+1
* Adding support for rfc 62 exit code 213Jeremy J. Miller2016-10-061-0/+1
* Allow deletion of registry_key without the need for users to pass type and da...aliasgar162016-09-301-0/+4
* autofixing Style/SpaceBeforeSemicolon copLamont Granquist2016-08-161-1/+1
* Attributes v1.1 changeslcg/attributes-v1.1Lamont Granquist2016-06-271-0/+5
* * define exit codesSteven Murawski2016-05-231-4/+19
* autofixing whitespace copsLamont Granquist2016-02-051-5/+5
* auto-fixing some easy copschefstyle/fixesLamont Granquist2016-02-031-1/+1
* fixes #4515 and use FormatMessage to get correct error messages from native A...invalidMatt Wrock2016-02-031-16/+0
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Fix nil with properties:John Keiser2016-01-271-0/+1
* add a comment on exception triggersLamont Granquist2016-01-191-1/+4
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-6/+6
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
* non msi packages must explicitly provide a source attribute on installMatt Wrock2015-12-151-0/+1
* adds support to installer types inno, nsis, wise and installshield top the wi...Matt Wrock2015-12-071-0/+1
* improve error message, add more testsLamont Granquist2015-10-261-5/+7
* validateLamont Granquist2015-10-261-0/+12
* follow comment of #3900sawanoboly2015-10-241-1/+5
* add option first_boot_attributes_from_filesawanoboly2015-10-241-0/+1
* Rename action_provider_class to less-wordy action_classjk/declare_action_classJohn Keiser2015-09-221-1/+1
* Use the dynamic policy builder everywheredanielsdeleo2015-09-171-0/+2
* Merge pull request #3728 from chef/jdm/win-groupsKartik Null Cating-Subramanian2015-08-041-0/+17
|\
| * Add Win32NetAPIError exception classJay Mundrawala2015-07-291-0/+17
* | Add current_value_does_not_exist! API, pretty up the outputJohn Keiser2015-07-311-0/+3
|/
* Merge remote-tracking branch 'origin/master' into chef_handlerRanjib Dey2015-07-061-3/+7
|\
| * Make required name attributes workJohn Keiser2015-07-031-0/+1
| * Merge pull request #3612 from chef/mcquin/chef-config/workstation-config-loaderClaire McQuin2015-06-301-1/+4
| |\