summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use URI::DEFAULT_PARSER.make_regexp instead of URI.regexpURI_regexTim Smith2020-11-212-2/+2
| | | | | | RuboCop claims that URI.regexp is the obsolete way of doing this. Both produce the same regex. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.53 by Chef Expeditorv16.7.53Chef Expeditor2020-11-207-18/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10672 from chef/guard_passwordMatt Wrock2020-11-203-4/+6
|\ | | | | include password in guard inherited attributes
| * include password in guard inherited attributesguard_passwordmwrock2020-11-203-4/+6
|/ | | | Signed-off-by: mwrock <matt@mattwrock.com>
* Update CHANGELOG.md with details from pull request #10659Chef Expeditor2020-11-191-3/+4
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10659 from chef/new_docs_formatTim Smith2020-11-191-18/+1
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update the docs generation for the new formatTim Smith2020-11-191-18/+1
|/ | | | | | | The format has been simplified so we can remove some of the logic from our generation scripts. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.52 by Chef Expeditorv16.7.52Chef Expeditor2020-11-197-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10656 from jaymzh/fixuserTim Smith2020-11-185-19/+48
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix user output to say waht changedPhil Dibowitz2020-11-185-19/+48
|/ | | | | | | | | | | | | | | | | | | | | Fixes #10645 Linux: ``` [2020-11-18T12:09:31-08:00] INFO: Processing linux_user[bin] action create (/var/chef/cache/cookbooks/fb_users/resources/default.rb line 118) [2020-11-18T12:09:32-08:00] INFO: linux_user[bin] altered, change shell from /usr/sbin/phil to /usr/sbin/nologin ``` Windows: ``` [2020-11-18T12:18:02-08:00] INFO: windows_user[john] altered, update password ``` Note this does not fix an ongoing but where no matter waht you set the password to it always thinks it needs to be updated, likely a bug somewhere in Chef::Util::Windows::NetUser, and vaguely related to #10455 Signed-off-by: Phil Dibowitz <phil@ipom.com>
* Bump version to 16.7.51 by Chef Expeditorv16.7.51Chef Expeditor2020-11-177-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10652 from chef/ps71Tim Smith2020-11-171170-5076/+5208
|\ | | | | update pwsh in powershell_exec to 7.1.0 and add comments explaining how to pull in updates
| * update pwsh in powershell_exec to 7.1.0 and add comments explaining how to ↵ps71mwrock2020-11-171170-5076/+5208
| | | | | | | | | | | | pull in updates Signed-off-by: mwrock <matt@mattwrock.com>
* | Bump version to 16.7.50 by Chef Expeditorv16.7.50Chef Expeditor2020-11-177-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10654 from chef/bumpsTim Smith2020-11-172-5/+6
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update mixlib-shellout to 3.2.2bumpsTim Smith2020-11-172-5/+6
| | | | | | | | | | | | | | | | | | This loads the user env when specifying alternative windows users. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.7.49 by Chef Expeditorv16.7.49Chef Expeditor2020-11-177-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10653 from chef/bumpsTim Smith2020-11-172-10/+10
|\ \ \ | |/ / | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Update fauxhai, chef-vault, and chefstyle to the latestTim Smith2020-11-172-10/+10
|/ / | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.7.48 by Chef Expeditorv16.7.48Chef Expeditor2020-11-177-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10651 from chef/pry_remoteTim Smith2020-11-172-6/+0
|\ \ | |/ |/| Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove pry-remote from the packagepry_remoteTim Smith2020-11-162-6/+0
|/ | | | | | pry-remote is questionably useful for our user base and hasn't seen a release for doing on 7 years. Removing it removes 2 gem deps total. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 16.7.47 by Chef Expeditorv16.7.47Chef Expeditor2020-11-177-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10472 from ↵Tim Smith2020-11-162-40/+59
|\ | | | | | | | | MsysTechnologiesllc/antima/fixes_for_mutltiple_entry_in_fstab Signed-off-by: Tim Smith <tsmith@chef.io>
| * Updated edit_fstab method as per review comment.antima-gupta2020-11-131-7/+7
| | | | | | | | Signed-off-by: antima-gupta <agupta@msystechnologies.com>
| * Removed default action value as per review comment.antima-gupta2020-11-121-2/+2
| | | | | | | | Signed-off-by: antima-gupta <agupta@msystechnologies.com>
| * updated method name from update_or_delete_fs to edit_fstab as per review ↵antima-gupta2020-11-121-4/+4
| | | | | | | | | | | | comments Signed-off-by: antima-gupta <agupta@msystechnologies.com>
| * Fixed chefstyle failure.antima-gupta2020-11-121-2/+2
| | | | | | | | Signed-off-by: antima-gupta <agupta@msystechnologies.com>
| * Added update_or_delete_fs method to fix the order change.antima-gupta2020-11-122-27/+59
| | | | | | | | | | | | Added specs for the changes. Signed-off-by: antima-gupta <agupta@msystechnologies.com>
| * Updated enabled? method to fix multiple entry issue in fstab.antima-gupta2020-11-122-13/+0
| | | | | | | | | | | | Fixed test case failure. Signed-off-by: antima-gupta <agupta@msystechnologies.com>
* | Bump version to 16.7.46 by Chef Expeditorv16.7.46Chef Expeditor2020-11-147-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10647 from chef/build_essentialTim Smith2020-11-134-150/+5
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Remove the specs for the plist parsingbuild_essentialTim Smith2020-11-133-142/+0
| | | | | | | | | | | | | | | | | | There's really no point in testing this method now since it would be us mocking out junk only. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fix idempotency issues in build_essential on the macTim Smith2020-11-131-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 issues this solves: - On some systems the Command Line Tools aren't showing up in the install history plist we're parsing. This means we attempt to install the tools each time chef runs, which takes a LONG time even on a top of the line mac. It was suggested in mac admins slack to just use xcode-select -p which lists the command line tools path or exits 2 if not installed. - When the :upgrade action is used we were parsing out the software update list twice for no reason, which made it take even longer. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Fix comment typoTim Smith2020-11-131-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.7.45 by Chef Expeditorv16.7.45Chef Expeditor2020-11-147-20/+21
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10648 from chef/lcg/zypper-fix2Lamont Granquist2020-11-131-0/+6
|\ \ \ | |/ / |/| | Fix zypper_package CI failures
| * | Fix zypper_package CI failuresLamont Granquist2020-11-131-0/+6
| | | | | | | | | | | | | | | | | | | | | Very unclear why this didn't turn up on my local testing, but it seems legit enough hardening to do here. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 16.7.44 by Chef Expeditorv16.7.44Chef Expeditor2020-11-137-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10644 from chef/resolverTim Smith2020-11-1319-9/+1
|\ \ \ | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | pull in v0.2.1 of powershell shim that fixes .net resolverresolvermwrock2020-11-1319-9/+1
|/ / / | | | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | | Bump version to 16.7.43 by Chef Expeditorv16.7.43Chef Expeditor2020-11-137-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10642 from jaymzh/groupfixesTim Smith2020-11-134-6/+31
|\ \ \ | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | fix chefstylePhil Dibowitz2020-11-121-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Phil Dibowitz <phil@ipom.com>
| * | | Fix tests; improve outputPhil Dibowitz2020-11-123-3/+9
| | | | | | | | | | | | | | | | Signed-off-by: Phil Dibowitz <phil@ipom.com>
| * | | Fix group output and windows supportPhil Dibowitz2020-11-122-5/+24
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes both #10640 and #10641. * Take the description we build for doc-formatters and put them in the logs * Extract out parts of `compare_group` that need to be different on Windows and implement them in the subclass * Lookup member SIDs on windows when comparing * don't compare GIDs on windows. Signed-off-by: Phil Dibowitz <phil@ipom.com>
* | | Bump version to 16.7.42 by Chef Expeditorv16.7.42Chef Expeditor2020-11-137-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10643 from ↵Tim Smith2020-11-131-1/+2
|\ \ \ | |/ / |/| | | | | | | | MsysTechnologiesllc/antima/fixes_for_solaris_test_failure_in_mount mount: changes to fix solaris test failure
| * | Added not_supported_on_solaris because it can't cope with LABEL and UUID ↵antima-gupta2020-11-131-1/+2
|/ / | | | | | | | | | | device type. Signed-off-by: antima-gupta <agupta@msystechnologies.com>
* | Bump version to 16.7.41 by Chef Expeditorv16.7.41Chef Expeditor2020-11-127-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.