summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove Win32 after testsmcquin/detect-nanoClaire McQuin2015-09-171-4/+25
|
* Don't add win_evt logger when on nano.Claire McQuin2015-09-173-9/+93
|
* Merge pull request #3809 from martinb3/frozen_error_inspectorThom May2015-09-151-5/+25
|\ | | | | Further revision for compile errors due to frozen
| * Further revision for compile errors due to frozenMartin Smith2015-08-211-5/+25
| | | | | | | | Per the discussion at the bottom of https://github.com/chef/chef/pull/3757, doing some further refinement of compile_error_inspector's message regarding frozen objects. Helps further address the original issue https://github.com/chef/chef/issues/3734.
* | Merge pull request #3853 from chef/lcg/suppress_freeze_warningsLamont Granquist2015-09-143-12/+0
|\ \ | | | | | | move warning to debug
| * | remove deprecation warnings testlcg/suppress_freeze_warningsLamont Granquist2015-09-141-2/+0
| | |
| * | Remove the warning about hashes and arrays as default valuesLamont Granquist2015-09-142-10/+0
|/ / | | | | | | | | | | | | | | | | | | - This isn't a bug to declare an LWRP default hash or array, its a bug to use the hash or array in such a way as to mutate it. A lot of LWRP authors will get this triggered on their code when none of their users are actually triggering the bug. - It would be better handled by freezing default values in Chef 13. - We could also just not try to solve this problem in code and treat it fundamentally as a documentation/education problem.
* | Merge pull request #3918 from chef/jdm/fix-mixlib-shelloutJay Mundrawala2015-09-141-4/+10
|\ \ | | | | | | Fix failing specs on Windows
| * | Use instance_double instead of instancejdm/fix-mixlib-shelloutJay Mundrawala2015-09-141-2/+2
| | |
| * | Fix failing specs on WindowsJay Mundrawala2015-09-141-3/+9
|/ / | | | | | | | | The verify tests were not correctly mocking things out.
* | Merge pull request #3909 from chef/mwrock/reboot_pendingMatt Wrock2015-09-113-49/+46
|\ \ | | | | | | remove pending reboot check for HKLM\SOFTWARE\Microsoft\Updates\UpdateExeVolatile
| * | remove pending reboot check for ↵mwrock/reboot_pendingMatt Wrock2015-09-103-49/+46
| | | | | | | | | | | | HKLM\SOFTWARE\Microsoft\Updates\UpdateExeVolatile if not on windows 2003
* | | Merge pull request #3894 from chef/ksubrama/appveyorJay Mundrawala2015-09-101-5/+1
|\ \ \ | | | | | | | | Add ruby 2.1
| * | | Remove unused thingsJay Mundrawala2015-09-101-17/+0
| | | |
| * | | Add ruby 2.1 and 2.2 to appveyorksubrama/appveyorKartik Null Cating-Subramanian2015-09-101-1/+14
| |/ /
* | | Merge pull request #3907 from chef/jdm/disable-service-specsJay Mundrawala2015-09-101-1/+1
|\ \ \ | |/ / |/| | Allow windows_service_spec to only run in appveyor
| * | Allow windows_service_spec to only run in appveyorJay Mundrawala2015-09-101-1/+1
|/ / | | | | | | | | We thing that these tests may be causing instability on our jenkins slaves.
* | Merge pull request #3896 from chef/jdm/webrick-monkeyJay Mundrawala2015-09-102-0/+56
|\ \ | | | | | | Add monkey patch for webrick
| * | Add monkey patch for webrickjdm/webrick-monkeyJay Mundrawala2015-09-082-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ruby 2.1 introduces a regression on Windows in WEBrick. create_listeners does not throw an exception when we're already listening on a port. This seems to only be an issue on Windows. This patch reverts it back to what it was in Ruby 2.0 It seems the regression was introduced in https://github.com/ruby/ruby/commit/b1f493dcd1092fe17cccec998e175516ed5c6e47#diff-4b178393150b2b3a5ec9d77eced1f09e
* | | Merge pull request #3898 from chef/jdm/enforce-owner-unitifyJay Mundrawala2015-09-101-10/+10
|\ \ \ | | | | | | | | Modify enforce_ownership_and_permissions_spec to be more unit-like
| * | | Modify enforce_ownership_and_permissions_spec to be more unit-likejdm/enforce-owner-unitifyJay Mundrawala2015-09-081-10/+10
| |/ /
* | | Merge pull request #3895 from chef/mcquin/dsc_resource_specClaire McQuin2015-09-085-19/+41
|\ \ \ | |/ / |/| | Skip tests unless RefreshMode is Disabled
| * | Rename refresh_mode_disabled? to dsc_refresh_mode_disabled?mcquin/dsc_resource_specClaire McQuin2015-09-085-11/+11
| | |
| * | Skip tests unless RefreshMode is DisabledClaire McQuin2015-09-085-19/+41
| | |
* | | update changelogSteven Murawski2015-09-081-0/+1
| | |
* | | Merge pull request #3462 from chef/jdm/pscred-winrmSteven Murawski2015-09-081-1/+1
|\ \ \ | | | | | | | | | | | | Fix issue where ps_credential does not work over winrm
| * | | Allow creation of secure strings over remoting/servicesjdm/pscred-winrmJay Mundrawala2015-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The issue here is the user profile does not get loaded when running over winrm / as a service. This user profile is needed to use the DPAPI to encrypt the data for the current user. Should fix #3246
* | | | Merge pull request #3892 from chef/ksubrama/appveyorSteven Murawski2015-09-081-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | Update appveyor.yml to correct OS version
| * | | | Have appveyor display systeminfo before buildKartik Null Cating-Subramanian2015-09-081-1/+2
| | | | | | | | | | | | | | | | | | | | Also rename os to Windows 2012 R2 to avoid confusion.
* | | | | Merge pull request #3893 from chef/jdm/add-win-x64Kartik Null Cating-Subramanian2015-09-081-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Add 64 bit testers
| * | | | | Add 64 bit testerJay Mundrawala2015-09-081-0/+1
| |/ / / /
* | | | | Merge pull request #3886 from chef/tm/sync_gh_maintainersThom May2015-09-084-21/+226
|\ \ \ \ \ | |/ / / / |/| | | | sync maintainers with github
| * | | | sync maintainers with githubtm/sync_gh_maintainersThom May2015-09-074-21/+226
| | | | |
* | | | | Merge pull request #3881 from chef/salam/changelog-updateSalim Alam2015-09-041-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | Update changelog
| * | | | Update changelogsalam/changelog-updateSalim Alam2015-09-041-0/+2
|/ / / /
* | | | Merge pull request #3878 from chef/mcquin/eco22-changelogClaire McQuin2015-09-041-0/+2
|\ \ \ \ | | | | | | | | | | Update for Windows registry work.
| * | | | Update for Windows registry work.Claire McQuin2015-09-041-0/+2
|/ / / /
* | | | Merge pull request #3877 from chef/mcquin/rename-registry-specsClaire McQuin2015-09-042-20/+1
|\ \ \ \ | | | | | | | | | | Modify registry specs to adhere to spec naming conventions
| * | | | Modify registry specs to adhere to spec naming conventionsClaire McQuin2015-09-042-20/+1
| | | | |
* | | | | Merge pull request #3876 from chef/mcquin/tidy-win32-registry-monkeypatchesClaire McQuin2015-09-042-30/+28
|\ \ \ \ \ | |/ / / / |/| | | | Put all Win32::Registry monkeypatches together
| * | | | Move Win32::Registry#write monkeypatch into win32/registry monkeypatch file.Claire McQuin2015-09-042-30/+28
|/ / / /
* | | | Merge pull request #3875 from chef/mcquin/monkeypatch-win32-registry-deleteClaire McQuin2015-09-045-40/+77
|\ \ \ \ | |/ / / |/| | | Monkeypatch Win32::Registry methods delete_key, delete_value
| * | | Add file header.mcquin/monkeypatch-win32-registry-deleteClaire McQuin2015-09-031-0/+16
| | | |
| * | | Implement delete_key with Win32::Registry#delete_keyClaire McQuin2015-09-032-35/+19
| | | |
| * | | Remove access mask to RegDeleteKeyExW, it's not usefulClaire McQuin2015-09-032-4/+2
| | | |
| * | | Delete Root key and subkeysClaire McQuin2015-09-031-4/+4
| | | |
| * | | Monkey-patch Win32::Registry::API::DeleteKey for Win32::Registry#delete_keyClaire McQuin2015-09-032-9/+15
| | | |
| * | | Monkey-patch Win32::Registry::API::DeleteValue for Win32::Registry#delete_value.Claire McQuin2015-09-033-0/+33
| | | |
* | | | 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
| | | |