summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup NetGroup classjdm/win-groupsJay Mundrawala2015-07-301-22/+9
|
* FFYify NetLocalGroupDelMembersJay Mundrawala2015-07-302-1/+19
|
* FFYify NetLocalGroupSetMembersJay Mundrawala2015-07-303-1/+36
|
* FFYify NetLocalGroupAddMembersJay Mundrawala2015-07-302-1/+27
|
* FFIify NetLocalGroupGetMembersJay Mundrawala2015-07-294-29/+62
|
* Add Win32NetAPIError exception classJay Mundrawala2015-07-293-11/+22
|
* Don't leak groupsJay Mundrawala2015-07-291-0/+4
|
* Rewrite NetLocalGroupDel to use FFIJay Mundrawala2015-07-293-3/+20
|
* Work around unicode errors by changing specJay Mundrawala2015-07-291-1/+1
|
* Convert NetLocalGroupAdd to use FFIJay Mundrawala2015-07-293-106/+134
|
* Fix group resource functional specsjdm/group-specsJay Mundrawala2015-07-291-3/+6
|
* Merge branch 'jk/resource_load'John Keiser2015-07-275-4/+548
|\
| * Add documentation for new resource stuffjk/resource_loadJohn Keiser2015-07-271-0/+268
| |
| * Don't set keys unless you must (for easier debugging)John Keiser2015-07-271-1/+1
| |
| * Make "property_name" in actions load current value as defaultJohn Keiser2015-07-273-57/+107
| |
| * Add Resource.load_current_valueJohn Keiser2015-07-272-1/+227
|/
* Add ability to specify dependencies in chef-service-manager.Kartik Null Cating-Subramanian2015-07-245-17/+13
|
* Merge pull request #3702 from chef/tball/omnibus-maintainTyler Ball2015-07-242-2/+2
|\ | | | | Adding omnibus-chef to core maintainer projects
| * Adding omnibus-chef to core maintainer projectsTyler Ball2015-07-242-2/+2
| |
* | Merge pull request #3594 from natewalck/masterPhil Dibowitz2015-07-232-5/+9
|\ \ | | | | | | Added support for 10.11 and added function for evaluating OS X version...
| * | Fixed platform_Version logicNate Walck2015-07-211-3/+3
| | |
| * | Merge branch 'elcap-service'Nate Walck2015-07-211-2/+2
| |\ \
| | * | Add 10.11 to macosx_spec.rbNate Walck2015-07-211-2/+2
| | | |
| * | | Merge remote-tracking branch 'upstream/master'Nate Walck2015-07-20183-3268/+6038
| |\ \ \ | | |/ / | |/| |
| * | | Added support for 10.11 and added function for evaluating OS X versions for ↵Nate Walck2015-06-251-1/+5
| | | | | | | | | | | | | | | | future feature gating
* | | | Merge pull request #3684 from coderanger/remove-warningNoah Kantrowitz2015-07-233-24/+0
|\ \ \ \ | |_|_|/ |/| | | Remove warnings about hander overrides.
| * | | Missed a test.Noah Kantrowitz2015-07-191-2/+0
| | | |
| * | | Remove warnings from tests too.Noah Kantrowitz2015-07-192-17/+0
| | | |
| * | | Remove warnings about hander overrides.Noah Kantrowitz2015-07-191-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These are high-volume, difficult to silence, and often not actually an error (in which case they may be impossible to silence forever). Worse, doing what the error says and setting override:true without understanding what that does can have unexpected effects (https://github.com/jssjr/git/issues/71).
* | | | Merge pull request #3693 from ↵Thom May2015-07-232-6/+40
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | margueritepd/issue-3232-template-verify-to-use-path-as-variable Interpolate `%{path}` in verify command
| * | | | Warn about deprecation `%{file}` interpolation in verify commandmarguerite2015-07-222-0/+22
| | | | | | | | | | | | | | | | | | | | See chef/chef#3232
| * | | | Interpolate `%{path}` in verify commandmarguerite2015-07-212-6/+18
|/ / / / | | | | | | | | | | | | See chef/chef#3232
* | | | Merge pull request #3668 from chef/mcquin/first-boot-chef-environmentClaire McQuin2015-07-213-0/+42
|\ \ \ \ | |_|_|/ |/| | | Set chef_environment in attributes JSON
| * | | Update documentation for chef-client -j JSONmcquin/first-boot-chef-environmentClaire McQuin2015-07-161-0/+16
| | | |
| * | | Set chef_environment in attributes JSONClaire McQuin2015-07-142-0/+26
| | | |
* | | | Updated changelog for PR #3683Steven Murawski2015-07-201-0/+1
| | | |
* | | | Merge pull request #3683 from jimmymccrory/windows_rebooter_minutesSteven Murawski2015-07-202-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | Correct Windows reboot command to delay in minutes
| * | | | Correct Windows reboot command to delay in minutesJimmy McCrory2015-07-192-2/+2
| | |/ / | |/| | | | | | | | | | | | | | Correct the command used to reboot Windows machines so that it converts a given delay_mins option to the appropriate number of seconds.
* | | | Update gemspec for win32-service bugfix.Kartik Null Cating-Subramanian2015-07-202-1/+2
| | | |
* | | | Make service manager tests pass.Kartik Null Cating-Subramanian2015-07-203-3/+4
| | | |
* | | | Add flag to windows_service_manager to delay start.Kartik Null Cating-Subramanian2015-07-202-13/+19
| | | |
* | | | Merge pull request #3682 from chef/jdm/json-nested-testThom May2015-07-201-3/+4
|\ \ \ \ | |/ / / |/| | | Rewrite nested json test to not use stack
| * | | Rewrite nested json test to not use stackjdm/json-nested-testJay Mundrawala2015-07-171-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Freebsd 10.1 i386 testers keep getting: ``` /opt/chef/embedded/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/configuration.rb:1327:in `load': stack level too deep (SystemStackError) from /opt/chef/embedded/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/configuration.rb:1327:in `block in load_spec_files' from /opt/chef/embedded/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/configuration.rb:1325:in `each' from /opt/chef/embedded/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/configuration.rb:1325:in `load_spec_files' from /opt/chef/embedded/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/runner.rb:102:in `setup' from /opt/chef/embedded/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/runner.rb:88:in `run' from /opt/chef/embedded/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/runner.rb:73:in `run' from /opt/chef/embedded/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib/rspec/core/runner.rb:41:in `invoke' from /opt/chef/embedded/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/exe/rspec:4:in `<top (required)>' from /opt/chef/embedded/bin/rspec:23:in `load' from /opt/chef/embedded/bin/rspec:23:in `<main>' ``` We seem to keep changing the depth of the json object. Instead, let's just not do it on the stack.
* | | | Merge pull request #3666 from juliandunn/support-sni-in-knifeJulian C. Dunn2015-07-183-2/+8
|\ \ \ \ | |/ / / |/| | | Support SNI in 'knife ssl check'.
| * | | Update changelog for merge.Julian C. Dunn2015-07-181-0/+1
| | | |
| * | | Update test.Julian C. Dunn2015-07-131-0/+4
| | | |
| * | | Support SNI in 'knife ssl check'.Julian C. Dunn2015-07-131-2/+3
| | | | | | | | | | | | | | | | Fixes #3491.
* | | | Merge pull request #3680 from chef/tm/service_appveyor_onlyThom May2015-07-172-1/+2
|\ \ \ \ | | | | | | | | | | avoid windows service spec unless we're on appveyor
| * | | | avoid windows service spec unless we're on appveyortm/service_appveyor_onlyThom May2015-07-172-1/+2
|/ / / /
* | | | Update the URL in user agent string12.5.0.current.0danielsdeleo2015-07-161-1/+1
| | | |