summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move subversion properties out of scm and into subversionscmTim Smith2018-09-143-24/+49
| | | | | | This way we're not polluting the git resource with the subversion properties. Cleans up our docs generation a bit. I added some property descriptions while I was in there. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.5.19 by Chef Expeditorv14.5.19Chef Expeditor2018-09-155-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7645 from chef/resource_doc_fixesTim Smith2018-09-142-6/+4
|\ | | | | Fix resource descriptions for ohai_hint and rhsm_errata_level
| * Fix resource descriptions for ohai_hint and rhsm_errata_levelTim Smith2018-09-142-6/+4
|/ | | | | | Update these to match copy fixes we made on the docs site. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.5.18 by Chef Expeditorv14.5.18Chef Expeditor2018-09-145-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7644 from chef/expeditor/ohai_14.5.0Tim Smith2018-09-140-0/+0
|\ | | | | Bump ohai to 14.5.0
| * Bump ohai to 14.5.0Chef Expeditor2018-09-141-1/+1
| | | | | | | | | | | | This pull request was triggered automatically via Expeditor when ohai 14.5.0 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | Bump version to 14.5.17 by Chef Expeditorv14.5.17Chef Expeditor2018-09-145-12/+13
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #7643 from chef/property_nameTim Smith2018-09-141-2/+3
|\ \ | |/ |/| Rename windows_ad_join's newname to be new_hostname
| * Rename windows_ad_join's newname to be new_hostnameTim Smith2018-09-141-2/+3
|/ | | | | | | | | newname matches powershell, but isn't entirely apparent to non-PowerShell users. We should give it a name that requires no knowledge outside of Chef. This also adds the introduced field, which we use to generate docs. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.5.16 by Chef Expeditorv14.5.16Chef Expeditor2018-09-145-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7641 from chef/libarchive_333Tim Smith2018-09-141-7/+7
|\ | | | | Update libarchive to 3.3.3
| * Update libarchive to 3.3.3Tim Smith2018-09-141-7/+7
|/ | | | | | This includes several bugfixes and is now up in omnibus-software repo. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.5.15 by Chef Expeditorv14.5.15Chef Expeditor2018-09-145-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7564 from derekgroh/feature/windows_ad_joinTim Smith2018-09-144-1/+154
|\ | | | | windows_workgroup Resource for joining Windows Workgroups
| * Merge branch 'master' into feature/windows_ad_joinStuart Preston2018-09-1468-514/+513
| |\
| * | syntax and logic fixesDerek Groh2018-09-131-2/+3
| | | | | | | | | | | | Signed-off-by: Derek Groh <derekgroh@github.io>
| * | update release notes for windows_workgroupDerek Groh2018-09-121-0/+4
| | | | | | | | | | | | Signed-off-by: Derek Groh <derekgroh@github.io>
| * | update chef version introducedDerek Groh2018-09-101-1/+1
| | | | | | | | | | | | Signed-off-by: Derek Groh <derekgroh@github.io>
| * | Merge branch 'master' of https://github.com/chef/chef into ↵Derek Groh2018-09-04134-884/+3832
| |\ \ | | | | | | | | | | | | feature/windows_ad_join
| * | | chefstyle editsDerek Groh2018-09-041-5/+6
| | | | | | | | | | | | | | | | Signed-off-by: Derek Groh <derekgroh@github.io>
| * | | Remove username and password as requiredDerek Groh2018-08-291-8/+7
| | | | | | | | | | | | | | | | Signed-off-by: Derek Groh <derekgroh@github.io>
| * | | Guard if system is a member of current workgroupDerek Groh2018-08-291-11/+20
| | | | | | | | | | | | | | | | Signed-off-by: Derek Groh <derekgroh@github.io>
| * | | use workgroup instead of domain for descriptionDerek Groh2018-08-241-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Derek Groh <derekgroh@github.io>
| * | | move require spec to .\lib\chef\resources.rbDerek Groh2018-08-242-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Derek Groh <derekgroh@github.io>
| * | | add require resourceDerek Groh2018-08-231-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Derek Groh <derekgroh@github.io>
| * | | unit tests for windows_workgroup resourceDerek Groh2018-08-211-0/+47
| | | | | | | | | | | | | | | | Signed-off-by: Derek Groh <derekgroh@github.io>
| * | | update class nameDerek Groh2018-08-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Derek Groh <derekgroh@github.io>
| * | | create resource to handle joining windows workstation to workgroupDerek Groh2018-08-211-0/+91
| | | | | | | | | | | | | | | | Signed-off-by: Derek Groh <derekgroh@github.io>
* | | | Bump version to 14.5.14 by Chef Expeditorv14.5.14Chef Expeditor2018-09-145-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7640 from chef/expeditor/inspec-core_2.2.101Tim Smith2018-09-141-4/+5
|\ \ \ \ | |_|_|/ |/| | | Bump inspec-core to 2.2.101
| * | | Bump inspec-core to 2.2.101expeditor/inspec-core_2.2.101Chef Expeditor2018-09-141-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | This pull request was triggered automatically via Expeditor when inspec-core 2.2.101 was promoted to Rubygems. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required.
* | | | Bump version to 14.5.13 by Chef Expeditorv14.5.13Chef Expeditor2018-09-145-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7637 from derekgroh/feature/windows_ad_join_newnameStuart Preston2018-09-141-0/+4
|\ \ \ \ | |/ / / |/| | | windows_ad_join resource - add newname property
| * | | use ruby naming; newname to new_nameDerek Groh2018-09-131-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Derek Groh <derekgroh@github.io>
| * | | add newname propertyDerek Groh2018-09-121-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Derek Groh <derekgroh@github.io>
* | | | Bump version to 14.5.12 by Chef Expeditorv14.5.12Chef Expeditor2018-09-125-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7633 from vincentaubert/localeTim Smith2018-09-123-0/+153
|\ \ \ \ | | | | | | | | | | Add locale resource more managing the system's locale
| * | | | add locale resource to chefVincent AUBERT2018-09-113-0/+153
|/ / / / | | | | | | | | | | | | Signed-off-by: Vincent AUBERT <vincentaubert88@gmail.com>
* | | | Bump version to 14.5.11 by Chef Expeditorv14.5.11Chef Expeditor2018-09-115-11/+12
| | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | Merge pull request #7625 from chef/paludis_packageTim Smith2018-09-101-1/+3
|\ \ \ \ | | | | | | | | | | paludis_package: Make sure timeout property is an Integer
| * | | | paludis_package: Make sure timeout property is an Integerpaludis_packageTim Smith2018-09-061-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is meant to be an integer, but we didn't specify. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 14.5.10 by Chef Expeditorv14.5.10Chef Expeditor2018-09-105-11/+12
| | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | Merge pull request #7632 from chef/expeditor_fixTim Smith2018-09-102-15/+14
|\ \ \ \ \ | | | | | | | | | | | | Update expeditor config to use subscriptions
| * | | | | Only subscribe to Chef 14 promotionsTim Smith2018-09-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | Update the sleep to 240 secondsexpeditor_fixTim Smith2018-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 120 seconds wasn't enough for some jobs. Let's give Rubygems plenty of tim to have the correct information. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | Update expeditor config to use subscriptionsTim Smith2018-09-071-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I *think* I have this right. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | | Bump version to 14.5.9 by Chef Expeditorv14.5.9Chef Expeditor2018-09-105-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | | | | Merge pull request #7551 from thechile/fix-cookbook-version-regexTim Smith2018-09-102-2/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix remote_directory does not obey removal of file specificity
| * | | | | | Add fix for filespecificity regexScott McGillivray2018-09-052-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Scott McGillivray <scott.mcgillivray@gmail.com>