summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* Retry API requests if using an unsupported versiontm/retryable_apiThom May2017-03-291-0/+4
* Allow the best API version to be queriedThom May2017-03-281-1/+12
* Chef-13: Nillable propertiesLamont Granquist2017-03-151-5/+6
* Make it easier to have a versioned factorytm/versioned_apiThom May2017-02-141-14/+34
* Beginning of automatic API version detectionThom May2017-02-141-0/+49
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-1311-38/+30
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-112-4/+24
* add tests for 'where'Lamont Granquist2017-02-071-1/+1
* add unit tests for `which` behaviorLamont Granquist2017-02-071-1/+6
* fix return of which()Lamont Granquist2017-02-071-1/+1
* rhel7 / dnf 2.0 fixes / improved errorsLamont Granquist2017-02-071-7/+19
* Merge pull request #4894 from chef/lcg/dnf-providerLamont Granquist2017-01-111-9/+5
|\
| * squashing dnf workLamont Granquist2016-12-131-9/+5
* | cleanup of group providerlcg/group-provider-cleanupLamont Granquist2016-12-211-12/+58
* | remove run_command from groupaddLamont Granquist2016-12-201-0/+9
* | formally deprecate run_commandLamont Granquist2016-12-201-0/+1
|/
* fix Style/SelfAssignmentLamont Granquist2016-12-062-2/+2
* Merge pull request #5547 from chef/lcg/unified-integerLamont Granquist2016-11-161-19/+19
|\
| * simplify some overly complicated powershell codelcg/unified-integerLamont Granquist2016-11-151-19/+19
| * fix Lint/UnifiedInteger copLamont Granquist2016-11-151-1/+1
* | Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-162-11/+5
|/
* More Opscode -> Chef updatesTim Smith2016-10-201-1/+1
* Fixed double quotes issue in powershell_outNimishaS2016-10-071-1/+1
* Revert Handling double quotes in powershell_outMatt Wrock2016-10-051-10/+2
* Raising Mixlib::ShellOut::ShellCommandFailed exceptionNimishaS2016-10-031-2/+2
* Handling double quotes. Added specsNimishaS2016-09-301-2/+10
* Fixed undefined short_cksum method issue and checksum in uppercase issue for ...Aliasgar162016-09-201-0/+5
* Allow flagging a resource property as sensitiveadamleff/sensitive-propertiesAdam Leff2016-08-251-0/+3
* clean up everythingLamont Granquist2016-08-231-0/+30
* Stop using obsolete URI.escape; use Addressable::URI instead.John Keiser2016-08-221-1/+2
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-173-5/+5
* fixing Style/MultilineTernaryOperator copLamont Granquist2016-08-161-4/+3
* make deprecation warnings actual deprecation warningsLamont Granquist2016-04-251-1/+1
* remove duping the args hashlcg/shell_out_syntaxLamont Granquist2016-04-251-1/+0
* tighter code from @coderangerLamont Granquist2016-04-251-10/+5
* modernize shell_out method syntaxLamont Granquist2016-04-251-16/+11
* remove global_resource_collectionLamont Granquist2016-04-111-4/+0
* readability tweakLamont Granquist2016-04-111-2/+4
* fix logic in updating new_resourceLamont Granquist2016-04-111-3/+4
* add notifying_block and subcontext_block to chefLamont Granquist2016-04-111-0/+54
* Obvious fix: Update lamont@getchef.com email to lamont@chef.ioadamedx/lamont-emailAdam Edwards2016-04-041-1/+1
* Fix proxified socketSalim Alam2016-03-211-2/+6
* lazy module inclusion into DSL moduleslcg/use-and-lazy-module-includeLamont Granquist2016-03-151-0/+77
* Merge pull request #4706 from chef/lcg/chefstyle-andorLamont Granquist2016-03-153-3/+3
|\
| * chefstyle Style/AndOr fixesLamont Granquist2016-03-143-3/+3
* | Issue 4334: Because set(property, nil) gets turned into get(property), add a ...cd/fix-spurious-warningsChris Doherty2016-03-111-2/+2
|/
* Fix property coercion in both places, because they were different and Noah Kantrowitz2016-03-091-1/+1
* Merge pull request #4617 from chef/lcg/chefstyle-perfLamont Granquist2016-03-044-5/+8
|\
| * add some @yield docsLamont Granquist2016-03-042-0/+2
| * remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-232-2/+2