| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for provider action description | Marc A. Paradise | 2021-08-11 | 3 | -10/+44 |
* | forgot to fix the text in the spec | Lamont Granquist | 2021-07-30 | 1 | -1/+1 |
* | Rename inspec attributes to inputs in compliance phase | Lamont Granquist | 2021-07-29 | 1 | -0/+44 |
* | Turn on chef_node_attribute_enabled for compliance phase by default | Lamont Granquist | 2021-07-28 | 1 | -1/+1 |
* | Allow az vault name to be included in secret name | Marc A. Paradise | 2021-07-27 | 1 | -15/+22 |
* | Chefstyle fixes | Tim Smith | 2021-07-26 | 1 | -3/+3 |
* | Merge pull request #11842 from byplayer/homebrew_cask_name_issue | Tim Smith | 2021-07-26 | 1 | -11/+29 |
|\ |
|
| * | Remove duplicated tests | byplayer | 2021-07-26 | 1 | -26/+0 |
| * | Support '-' and '@' for homebrew cask name | byplayer | 2021-07-21 | 1 | -11/+55 |
* | | Merge pull request #11853 from chef/mp/11851 | Tim Smith | 2021-07-26 | 4 | -12/+88 |
|\ \ |
|
| * | | secrets: aws fetcher uses node attributes for region | Marc A. Paradise | 2021-07-26 | 1 | -0/+70 |
| * | | Provide run context to secret fetchers | Marc A. Paradise | 2021-07-26 | 3 | -12/+18 |
* | | | Fixed generates systemd service should not have spaces around the equal signs. | antima-gupta | 2021-07-23 | 1 | -1/+1 |
|/ / |
|
* | | Add windows_update_settings resource | Tim Smith | 2021-07-20 | 1 | -0/+64 |
* | | Merge pull request #11802 from chef/mp/azure-key-vault | Marc A. Paradise | 2021-07-19 | 3 | -5/+72 |
|\ \ |
|
| * | | rubocop fixes | Marc A. Paradise | 2021-07-15 | 1 | -3/+3 |
| * | | Add experimental fetcher for Azure Key Vault | Marc A. Paradise | 2021-07-15 | 2 | -0/+67 |
| * | | Allow versioned secrets via DSL | Marc A. Paradise | 2021-07-15 | 2 | -5/+5 |
| |/ |
|
* | | Merge pull request #11803 from chef/lcg/policyfile-run-list | Lamont Granquist | 2021-07-16 | 1 | -44/+115 |
|\ \
| |/
|/| |
|
| * | Support command line setting of run_list with policyfiles | Lamont Granquist | 2021-07-13 | 1 | -44/+115 |
* | | Experimental support for an AWS Secrets Fetcher | Marc A. Paradise | 2021-07-14 | 1 | -1/+5 |
* | | Deprecate the old policyfile compat mode | Lamont Granquist | 2021-07-13 | 1 | -1/+11 |
* | | Mark resource blocks containing secrets sensitive | Marc A. Paradise | 2021-07-09 | 1 | -2/+17 |
* | | Add habitat resources + content rendering helpers for json/toml/yaml (#11577) | Jeff Brimager | 2021-07-08 | 2 | -1/+103 |
* | | Pass new_resource.version as nil and expect stubbed version | gscho | 2021-07-08 | 1 | -1/+2 |
* | | Add user provided options to powershell_package commands | gscho | 2021-07-08 | 1 | -12/+73 |
* | | Add 'secret' to the Chef DSL | Marc A. Paradise | 2021-07-07 | 2 | -0/+124 |
|/ |
|
* | Merge pull request #11741 from chef/lcg/policyfile-override | Lamont Granquist | 2021-07-06 | 2 | -18/+20 |
|\ |
|
| * | Support override run_lists in policyfiles | Lamont Granquist | 2021-06-22 | 2 | -18/+20 |
* | | Chefstyle fixes for RuboCop 1.18.3 | Tim Smith | 2021-07-06 | 3 | -6/+6 |
* | | fix File.exist stubbing | Lamont Granquist | 2021-06-21 | 1 | -1/+3 |
* | | eliminate some File.exists? from the file provider | Lamont Granquist | 2021-06-21 | 1 | -8/+2 |
|/ |
|
* | Revert "Fixed Validation failed while creating databag and databag item" | Lamont Granquist | 2021-06-21 | 2 | -3/+3 |
* | Add specs | Tim Smith | 2021-06-13 | 2 | -0/+133 |
* | Do not send blocked attributes to data collector | Marc A. Paradise | 2021-06-09 | 1 | -1/+47 |
* | Merge pull request #11657 from chef/jfm/win_firewall | Lamont Granquist | 2021-06-07 | 1 | -7/+12 |
|\ |
|
| * | Updated the firewall rule resource to allow for multiple remote addresses, up... | John McCrae | 2021-06-04 | 1 | -1/+1 |
| * | Updated the firewall rule resource to allow for multiple remote addresses, up... | John McCrae | 2021-06-03 | 1 | -1/+1 |
| * | Updated the firewall rule resource to allow for multiple remote addresses, up... | John McCrae | 2021-06-03 | 1 | -6/+11 |
* | | Merge pull request #11660 from chef/zypper | Lamont Granquist | 2021-06-07 | 2 | -11/+4 |
|\ \ |
|
| * | | More spec updates | Tim Smith | 2021-06-05 | 1 | -10/+3 |
| * | | Fix failing spec | Tim Smith | 2021-06-05 | 1 | -1/+1 |
* | | | Merge pull request #11636 from chef/jfm/windows_pagefile | Tim Smith | 2021-06-04 | 2 | -9/+102 |
|\ \ \
| |/ /
|/| | |
|
| * | | Updated the Windows Pagefile resource to use PowerShell over WMI, added a cor... | John McCrae | 2021-06-02 | 1 | -1/+1 |
| * | | Updated the Windows Pagefile resource to use PowerShell over WMI, added a cor... | John McCrae | 2021-06-02 | 2 | -6/+6 |
| * | | Updated the Windows Pagefile resource to use PowerShell over WMI, added a cor... | John McCrae | 2021-06-01 | 1 | -2/+2 |
| * | | Updated the Windows Pagefile resource to use PowerShell over WMI, added a cor... | John McCrae | 2021-06-01 | 2 | -4/+4 |
| * | | Updated the Windows Pagefile resource to use PowerShell over WMI, added a cor... | John McCrae | 2021-05-28 | 1 | -1/+1 |
| * | | Updated the Windows Pagefile resource to use PowerShell over WMI, added a cor... | John McCrae | 2021-05-27 | 1 | -5/+0 |
| * | | Updated the Windows Pagefile resource to use PowerShell over WMI, added a cor... | John McCrae | 2021-05-27 | 1 | -0/+98 |