summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Put validation in a function with different exit codesmurawski/fix_powershell_validationSteven Murawski2015-09-041-2/+7
* move validation into one shell_out!Steven Murawski2015-09-041-59/+11
* Run against the latest cheffish (1.3.2)jk/cheffish_fixJohn Keiser2015-09-031-1/+1
* Run against Cheffish changesJohn Keiser2015-09-031-4/+1
* Merge pull request #3873 from chef/jdm/unbreakJay Mundrawala2015-09-032-1/+13
|\
| * Pin chef-zero in pedantJay Mundrawala2015-09-031-0/+4
| * Pin cheffish to ~> 1.3.1jdm/unbreakJay Mundrawala2015-09-031-1/+5
| * Pin chef-zero to ~> 4.2.3Jay Mundrawala2015-09-031-0/+4
|/
* Merge pull request #3837 from chef/lcg/remote_directory_refactorLamont Granquist2015-09-024-104/+244
|\
| * add CHANGELOG.mdlcg/remote_directory_refactorLamont Granquist2015-09-021-0/+1
| * review fixesLamont Granquist2015-09-021-9/+7
| * refactor remote_directory providerLamont Granquist2015-09-023-104/+245
|/
* Merge pull request #3841 from chef/jdm/now-winds-prKartik Null Cating-Subramanian2015-09-023-34/+0
|\
| * Remove dependency on windows-prjdm/now-winds-prjdm/now-windows-prJay Mundrawala2015-08-282-33/+0
| * Remove unused instance variableJay Mundrawala2015-08-281-1/+0
* | Update changelogThom May2015-09-021-1/+2
* | Merge pull request #3091 from bahamas10/dave-1426551202Thom May2015-09-022-13/+98
|\ \
| * | Update ChangelogThom May2015-09-021-3/+15
| * | fix locking/unlocking users on SmartOSDave Eddy2015-09-022-13/+98
* | | Update ChangelogThom May2015-09-021-3/+15
|/ /
* | Merge pull request #3821 from joelhandwell/elapsed_timeThom May2015-09-022-2/+40
|\ \
| * | Remove Timecop dependencyJoel Handwell2015-09-023-30/+20
| * | Keep elapsed_time and add pretty_elapsed_timeJoel Handwell2015-09-022-9/+16
| * | Refactor to reduce duplicated instancializationJoel Handwell2015-09-021-17/+14
| * | Add unit tests for elapsed_timeJoel Handwell2015-09-023-1/+37
| * | Human friendly elapsed time in logJoel Handwell2015-09-021-3/+11
* | | Merge pull request #3806 from gh2k/subversion-shelloutThom May2015-09-024-38/+72
|\ \ \
| * | | Replace output_of_command with shell_out! in subversion providerSimon Detheridge2015-08-244-38/+72
* | | | Merge pull request #3510 from ckaushik/issue_2513Thom May2015-09-025-1/+10
|\ \ \ \
| * | | | Fixing Issue #2513 - the broken render of nested partial templates with varia...Kaushik C2015-07-275-1/+10
* | | | | Merge pull request #3190 from swalberg/tag_nodes_on_bootstrapThom May2015-09-025-2/+37
|\ \ \ \ \
| * | | | | If tags are present, add to the first-boot.jsonSean Walberg2015-04-092-2/+12
| * | | | | Allow tags to be set on a node during bootstrapSean Walberg2015-04-053-0/+25
* | | | | | Merge pull request #3172 from BackSlasher/deploy-shell-outThom May2015-09-023-8/+8
|\ \ \ \ \ \
| * | | | | | Migrated deploy resource to use shell_out instead of run_commandNitz2015-08-183-8/+8
* | | | | | | Merge pull request #3027 from Nordstrom/warn_on_knife_node_runlist_remove_noc...Thom May2015-09-022-1/+29
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add warnings to 'knife node run list remove ...' when the item to be removed ...James FitzGibbon2015-03-042-1/+29
* | | | | | | Merge branch 'jk/dedup-messages'John Keiser2015-09-0134-101/+219
|\ \ \ \ \ \ \
| * | | | | | | Make file verification deprecation print the proper source locjk/dedup-messagesJohn Keiser2015-09-013-3/+4
| * | | | | | | Reset Chef main class between testsJohn Keiser2015-09-013-8/+2
| * | | | | | | Simplify deprecation specJohn Keiser2015-09-011-6/+3
| * | | | | | | Send a string, not an arrayJohn Keiser2015-09-011-1/+4
| * | | | | | | Fix dispatching events to methods with arity < argsJohn Keiser2015-09-011-1/+1
| * | | | | | | Rename log.deprecation to log_deprecationJohn Keiser2015-09-0117-50/+57
| * | | | | | | Pass the buck on deprecations from Chef 12 -> 13John Keiser2015-09-016-8/+6
| * | | | | | | Make Dispatcher metaprogramming more straightforwardJohn Keiser2015-09-012-19/+19
| * | | | | | | Pass deprecations through formatter instead of logsJohn Keiser2015-09-0124-62/+180
|/ / / / / / /
* | | | | | | Merge pull request #3855 from chef/mcquin/refactor-wstringClaire McQuin2015-09-0114-87/+96
|\ \ \ \ \ \ \
| * | | | | | | Refactor Chef::Mixin::WideString to remove implicit Windows dependency.mcquin/refactor-wstringClaire McQuin2015-09-0114-87/+96
|/ / / / / / /
* | | | | | | Merge pull request #3850 from chef/mcquin/monkeypatch-win32-registry-writeClaire McQuin2015-09-011-0/+27
|\ \ \ \ \ \ \