summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* WIPlcg/resource-sugarLamont Granquist2016-01-053-7/+106
* Don't activate cheffish and chef-provisioning until its DSL is usedjk/lazy-activationJohn Keiser2015-12-094-8/+148
* Merge pull request #4261 from chef/jdm/missing-varJay Mundrawala2015-12-091-1/+1
|\
| * Add missing exception variableJay Mundrawala2015-12-091-1/+1
* | Work with cheffish (which has no before_notifications)John Keiser2015-12-091-2/+4
* | immediately_before -> beforeJohn Keiser2015-12-093-30/+30
* | Add immediately_before notificationJohn Keiser2015-12-093-1/+85
|/
* Require what you useJohn Keiser2015-12-081-0/+1
* Merge pull request #4236 from chef/jdm/dsc_resource_timeoutThom May2015-12-082-2/+10
|\
| * Add timeout attribute to dsc_resourcejdm/dsc_resource_timeoutJay Mundrawala2015-12-032-2/+10
* | Merge pull request #4193 from chef/mwrock/packageSalim Alam2015-12-088-28/+500
|\ \
| * | adds support to installer types inno, nsis, wise and installshield top the wi...Matt Wrock2015-12-078-28/+500
* | | restore handling of dpkg -s returns codes (w/tests)lcg/dpkg-s-return-codesLamont Granquist2015-12-071-1/+1
|/ /
* | Merge pull request #4228 from chef/lcg/dpkg-cleanupLamont Granquist2015-12-072-44/+36
|\ \
| * | fix comment after moving out of dpkg_packagelcg/dpkg-cleanupLamont Granquist2015-12-031-1/+1
| * | fix couple of issues in dpkg cleanupLamont Granquist2015-12-022-44/+36
| |/
* | Fix resource `super` (broken because of test :focus)jk/fix-resource-superJohn Keiser2015-12-061-1/+12
* | Revert lib/chef/api_client/registration.rb to use API V0 since it doesn't sup...tc/fix-api-client-registrationTyler Cloke2015-12-041-3/+7
|/
* Merge pull request #4196 from chef/lcg/dpkg-multipackageLamont Granquist2015-12-025-64/+209
|\
| * just use extendLamont Granquist2015-12-022-15/+10
| * dpkg multipackage and bonus fixesLamont Granquist2015-12-025-64/+214
* | Make to_hash include properties with defaults (fixes #4127)jk/4127John Keiser2015-12-021-3/+8
* | Converge actions all together instead of in action :x (fixes #4124)jk/4124John Keiser2015-12-021-34/+15
|/
* Bump version to 12.6.0Salim Alam2015-12-011-1/+1
* extract declare_resource to a mixin and extend APILamont Granquist2015-12-013-78/+116
* Add make_child_entry in ChefFS CookbookSubdirMaxime Brugidou2015-11-251-0/+5
* Merge pull request #4153 from matschaffer/patch-1Thom May2015-11-251-1/+1
|\
| * Require ShellOut before Knife::SSH definitionMat Schaffer2015-11-111-1/+1
* | add better documentation to this methodLamont Granquist2015-11-241-10/+13
* | Merge pull request #4200 from chef/jdm/dont-print-pscredJay Mundrawala2015-11-242-5/+22
|\ \
| * | Prevent inspect on PsCredential from printing out plain text passwordjdm/dont-print-pscredJay Mundrawala2015-11-232-5/+22
* | | Correcting regex for upstart_stateJustin Seubert2015-11-231-3/+3
* | | DTRT re: identity_fileJeff Blaine2015-11-232-14/+12
* | | Migrate to --ssh-identity-file instead of --identity-fileJeff Blaine2015-11-232-3/+13
|/ /
* | dpkg provider cleanupLamont Granquist2015-11-201-60/+81
* | Merge pull request #4188 from chef/salam/dsc-resource-fixSalim Alam2015-11-201-4/+9
|\ \
| * | Update dsc_resource to use verbose stream outputsalam/dsc-resource-fixSalim Alam2015-11-191-4/+9
* | | Fix typo in commentGreg Karékinian2015-11-201-1/+1
|/ /
* | Use repo_mode to decide whether to treat /users asJohn Keiser2015-11-181-7/+13
* | Properly rescue ENOENT on delete and send DataNotFoundErrorJohn Keiser2015-11-181-6/+10
* | Fix /acls/environments and /acls/environments/x.jsonJohn Keiser2015-11-181-1/+14
* | Support POST /organizations/NAME/association_requests and POST /organizations...John Keiser2015-11-181-0/+160
* | WMF 5 RTM and Win 10 Threshold 2 allow the RefreshMode to be enabled.Steven Murawski2015-11-182-5/+40
* | Add reboot notification to dsc_resourceSteven Murawski2015-11-182-32/+49
* | Merge pull request #4158 from donaldguy/patch-1Thom May2015-11-171-2/+1
|\ \
| * | Allow named_run_list to be loaded from configDonald Guy2015-11-111-2/+1
| |/
* | base package provider fixesLamont Granquist2015-11-174-47/+58
* | Restore rspec 3.4 by setting project_source_dirsjk/rspec-3.4John Keiser2015-11-171-0/+1
* | Merge pull request #4040 from chef/tm/live_execute_streamingThom May2015-11-126-2/+47
|\ \
| * | More code reviewtm/live_execute_streamingThom May2015-11-112-10/+3