summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9544 from pschaumburg/ps/windows_firewall_rule-reworkTim Smith2020-04-041-47/+82
|\
| * Merge branch 'master' into ps/windows_firewall_rule-reworkPatrick Schaumburg2020-04-033-30/+173
| |\
| * | remove unused testsPatrick Schaumburg2020-04-011-78/+0
| * | Merge branch 'master' into ps/windows_firewall_rule-reworkPatrick Schaumburg2020-04-0111-41/+410
| |\ \
| * | | add some more testsPatrick Schaumburg2020-03-301-7/+23
| * | | changing unit tests for methodPatrick Schaumburg2020-03-301-42/+14
| * | | redo unit checks for is_set_properly?Patrick Schaumburg2020-03-301-28/+57
| * | | fix linting errors + add unit test for is_set_properly? methodPatrick Schaumburg2020-03-301-0/+61
| * | | fix test for groupPatrick Schaumburg2020-03-271-2/+2
| * | | fix wrong property names again in testsPatrick Schaumburg2020-03-271-13/+3
| * | | fix wrong property name in testsPatrick Schaumburg2020-03-271-2/+2
| * | | remove space in test as it should not be therePatrick Schaumburg2020-03-271-4/+4
| * | | add and change testsPatrick Schaumburg2020-03-271-45/+90
* | | | Implement eager_load_libraries metadata optionLamont Granquist2020-04-035-40/+198
* | | | Change name_property to be identity and not desired_state by defaultLamont Granquist2020-04-022-13/+14
* | | | remove redundant identityLamont Granquist2020-04-021-0/+3
| |_|/ |/| |
* | | Merge pull request #9562 from chef/lcg/after-resourceTim Smith2020-04-023-30/+173
|\ \ \ | |_|/ |/| |
| * | remove duping for load_current_value and code duplicationlcg/after-resourceLamont Granquist2020-03-311-2/+3
| * | Add after_resource to pair with current_resourceLamont Granquist2020-03-312-28/+170
* | | Fix functional tests on Windows 10 by matching lessBryan McLellan2020-03-311-4/+4
|/ /
* | Fix failing specsTim Smith2020-03-311-2/+2
* | Handle scenario where no value found in the updateTim Smith2020-03-311-1/+31
* | Add testing of the xcode CLI detection plist parsingTim Smith2020-03-313-11/+133
* | Switch the array format of shell_out and add a testTim Smith2020-03-311-1/+25
* | Skip the ifconfig functional tests if we don't have ifconfignet-toolsTim Smith2020-03-273-3/+9
* | Merge pull request #9480 from chef/fix-clear-sourcesTim Smith2020-03-273-31/+216
|\ \
| * | Fix chefstyle violation.Pete Higgins2020-03-231-1/+1
| * | Make include_default_source nil by default and change implied logic.Pete Higgins2020-03-231-12/+119
| * | Clear sources if either a source or rubygems_url is set.Pete Higgins2020-03-231-1/+21
| * | Switch to canonical "https://rubygems.org" URL for rubygems.Pete Higgins2020-03-232-21/+21
| * | Change the default value for :rubygems_url to be nil.Pete Higgins2020-03-231-8/+8
| * | Move clear_sources? helper from resource to provider.Pete Higgins2020-03-232-38/+45
| * | Update gem_package to make clear_sources opt-out.Pete Higgins2020-03-232-6/+57
| * | Default clear_sources to nil for chef_gem and gem_package.Pete Higgins2020-03-231-2/+2
* | | Merge pull request #9524 from MsysTechnologiesllc/sangmeshA/Fix_windows_share...Tim Smith2020-03-271-1/+3
|\ \ \ | |_|/ |/| |
| * | Required specs updatedsanga172020-03-261-3/+1
| * | Specs added for freezed string and cloned stringsanga172020-03-241-0/+4
* | | Improve chef_client_* resourcesTim Smith2020-03-252-6/+48
* | | Merge pull request #9531 from chef/fix_windows_buildsTim Smith2020-03-241-1/+1
|\ \ \
| * | | Switch to RUBY_PLATFORM for the windows checkfix_windows_buildsTim Smith2020-03-241-1/+1
* | | | Merge pull request #9528 from chef/chef_client_windows_taskTim Smith2020-03-241-0/+70
|\ \ \ \
| * | | | Add chef_client_windows_task resource from chef-client cookbookchef_client_windows_taskTim Smith2020-03-241-0/+70
| |/ / /
* | | | Add :https_for_ca_consumer property to rhsm_register resourceJason Barnett2020-03-241-0/+24
|/ / /
* | | Set append_log_file property to true by defaultchef_client_cronTim Smith2020-03-241-8/+8
* | | If append_log_file is set then use the -L flagTim Smith2020-03-241-1/+1
* | | Validate that splay values are positiveTim Smith2020-03-231-2/+11
* | | Use random to ensure we have a splay sleep time in rangeTim Smith2020-03-231-9/+9
* | | Fix some bugs in command generation and add specsTim Smith2020-03-231-0/+36
* | | Initial commit of unit testsTim Smith2020-03-231-0/+64
* | | Merge pull request #9522 from chef/cron_validationsTim Smith2020-03-235-91/+101
|\ \ \ | |_|/ |/| |