summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add default_action to the resource inspectordescribe_default_actionTim Smith2018-05-161-0/+1
| | | | | | This is a very useful thing to know about a resource. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md with details from pull request #7275Chef Expeditor2018-05-161-0/+2
|
* Merge pull request #7275 from chef/test_defaultsTim Smith2018-05-1698-418/+1170
|\ | | | | Add additional resource unit tests
| * Add additional resource specsTim Smith2018-05-1698-418/+1170
|/ | | | | | Auto generated from the resource inspector Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md with details from pull request #7266Chef Expeditor2018-05-161-3/+4
|
* Merge pull request #7266 from chef/test_defaultsTim Smith2018-05-1613-20/+176
|\ | | | | Add additional unit tests for resource actions/properties
| * Add additional unit tests for resource actions/propertiesTim Smith2018-05-1513-20/+176
| | | | | | | | | | | | Fill in some missing coverage here so we can refactor with confidence. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #7268 from chef/tm/14_1_12_notesTim Smith2018-05-161-0/+17
|\ \ | | | | | | add release notes for 14.1.12
| * | add release notes for 14.1.12tm/14_1_12_notesThom May2018-05-161-0/+17
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Bump version to 14.1.14 by Chef Expeditorv14.1.14Chef Expeditor2018-05-165-11/+12
| | |
* | | Merge pull request #7262 from bottkv488/fix_resource_hostnameLamont Granquist2018-05-161-1/+1
|\ \ \ | | | | | | | | improved regex accuracy lib/chef/resource/hostname.rb
| * | | improved regex accuracy lib/chef/resource/hostname.rbBernhard Ott2018-05-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Bernhard Ott <bernhard.ott@westernacher.com>
* | | | Bump version to 14.1.13 by Chef Expeditorv14.1.13Chef Expeditor2018-05-165-10/+18
| | | |
* | | | Merge pull request #7272 from chef/tm/habitateryThom May2018-05-161-0/+9
|\ \ \ \ | |_|/ / |/| | | publish habitat packages
| * | | publish habitat packagesThom May2018-05-161-0/+9
|/ / / | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Update CHANGELOG.md to reflect the promotion of 14.1.12Chef Expeditor2018-05-162-22/+19
| | |
* | | Bump version to 14.1.12 by Chef Expeditorv14.1.12Chef Expeditor2018-05-165-11/+12
| | |
* | | Merge pull request #7267 from chef/btm/windows_task_functional_testBryan McLellan2018-05-161-36/+39
|\ \ \ | | | | | | | | Use some unique task names for windows_task functional tests
| * | | Use some unique task names for windows_task functional testsBryan McLellan2018-05-151-36/+39
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 2008r2 tester has been failing with an error like: ``` 1) Chef::Resource::WindowsTask action :enable enables the disabled task Failure/Error: expect(current_resource.task.status).to eq("not scheduled") expected: "not scheduled" got: "running" (compared using ==) # ./spec/functional/resource/windows_task_spec.rb:1481:in `block (3 levels) in <top (required)>' ``` This has only been happening on the enable and disable tests and appears to be a timing issue. This change gives thoses tests unique names and changes the default name to not be 'chef-client' which is more likely to collide with another test. This change has passed chef-test on jenkins in an ad-hoc test. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* | | Bump version to 14.1.11 by Chef Expeditorv14.1.11Chef Expeditor2018-05-155-11/+12
| | |
* | | Merge pull request #7265 from chef/win_taskTim Smith2018-05-151-6/+6
|\ \ \ | |_|/ |/| | Update win32-taskscheduler gem to fix creating tasks as the SYSTEM user
| * | Update win32-taskscheduler gem to fix creating tasks as the SYSTEM userTim Smith2018-05-151-6/+6
|/ / | | | | | | | | | | Previously this would throw a nomapping error. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.1.10 by Chef Expeditorv14.1.10Chef Expeditor2018-05-155-11/+12
| |
* | Merge pull request #7250 from ↵Tim Smith2018-05-154-1/+108
|\ \ | | | | | | | | | | | | MsysTechnologiesllc/vasundhara/MSYS-809_Fix_for_resource_does_not_handle_commands_with_agruments Fix windows_task resource not handling commands with arguments
| * | Removed todo commentsVasu11052018-05-151-1/+0
| | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * | [MSYS-809] Fix for command resource does not handle commands with argumentsvasu11052018-05-154-1/+109
| |/ | | | | | | Signed-off-by: vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | Bump version to 14.1.9 by Chef Expeditorv14.1.9Chef Expeditor2018-05-155-11/+12
| |
* | Merge pull request #7258 from chef/new_ohaiLamont Granquist2018-05-151-9/+9
|\ \ | |/ |/| Update Ohai to 14.1.3
| * Bump Ohai to 14.1.3Tim Smith2018-05-151-9/+9
|/ | | | | | | FIPS fixes filesystem2 logic in additional platforms Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.1.8 by Chef Expeditorv14.1.8jeremymv2/chef_fs_normalize_hasChef Expeditor2018-05-145-11/+12
|
* Merge pull request #6111 from chef/elliott/update_hab_planThom May2018-05-146-48/+104
|\ | | | | Update Habitat plan to correctly build
| * Update hab plan to current standardselliott/update_hab_planThom May2018-05-025-26/+16
| | | | | | | | | | | | Also tidy up the config a bit Signed-off-by: Thom May <thom@chef.io>
| * Ignore habitat directory for style checks.Ryan Hass2018-05-021-0/+1
| | | | | | | | | | | | | | Rubocop was flagging template files in the habitat directory which we do not need to run against. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
| * Update Habitat plan to correctly buildElliott Davis2018-05-026-48/+113
| | | | | | | | | | | | * Add a few config new settings Signed-off-by: Elliott Davis <edavis@chef.io>
* | Bump version to 14.1.7 by Chef Expeditorv14.1.7Chef Expeditor2018-05-145-11/+12
| |
* | Merge pull request #7244 from chef/repo_nameThom May2018-05-141-5/+25
|\ \ | | | | | | apt_repository: Use the repo_name name property
| * | Make sure we clean up legacy repo file if it exists.repo_nameNoah Kantrowitz2018-05-131-0/+20
| | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | apt_repository: Use the repo_name name propertyTim Smith2018-05-091-5/+5
| | | | | | | | | | | | | | | | | | We'll continue to use the resource name to name the apt_update resource, but all the other actions will use the name property as the user would expect. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 14.1.6 by Chef Expeditorv14.1.6Chef Expeditor2018-05-145-11/+12
| | |
* | | Merge pull request #7254 from rmoriz/rmoriz/remote_directory_defaultThom May2018-05-142-1/+5
|\ \ \ | | | | | | | | remote_directory: restore overwrite default
| * | | remote_directory: restore overwrite defaultRoland Moriz2018-05-122-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Roland Moriz <roland@moriz.de>
* | | | Merge pull request #7237 from smcavallo/support_knife_toml_configThom May2018-05-142-2/+30
|\ \ \ \ | |/ / / |/| | | Support for toml knife config settings
| * | | chefstyleS.Cavallo2018-05-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
| * | | chefspec style updatesS.Cavallo2018-05-122-2/+21
| | | | | | | | | | | | | | | | | | | | move knife config test into unique tests - allows the default profile tests to test for null Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
| * | | more conciseS.Cavallo2018-05-121-6/+1
| | | | | | | | | | | | | | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
| * | | use config mergeS.Cavallo2018-05-121-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
| * | | fix negative assignmentS.Cavallo2018-05-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
| * | | refactoring to support inline tablesS.Cavallo2018-05-102-6/+9
| | | | | | | | | | | | | | | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>
| * | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>S.Cavallo2018-05-091-2/+2
| | | | | | | | | | | | | | | | rubocop style fixes
| * | | Signed-off-by: S.Cavallo <smcavallo@hotmail.com>S.Cavallo2018-05-092-2/+13
| |/ / | | | | | | | | | Support for toml knife config settings