Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | verify first block/proc argument is the resourcelcg/resource-apply | Lamont Granquist | 2016-02-02 | 1 | -3/+13 |
| | |||||
* | add Resource#apply for applying blocks | Lamont Granquist | 2016-02-02 | 2 | -0/+36 |
| | | | | | | | | | Example: modes = proc { mode "0644"; group "root"; owner "root" } file "/tmp/whatever" do apply modes end | ||||
* | Merge pull request #4517 from chef/lcg/add-pry | Lamont Granquist | 2016-02-02 | 3 | -9/+9 |
|\ | | | | | add pry, pry-byebug, pry-remote to omnibus-chef | ||||
| * | add pry, pry-byebug, pry-remote to omnibus-chef | Lamont Granquist | 2016-02-02 | 3 | -9/+9 |
|/ | | | | | removes pry as a dep of chef directly because it was never a dep of chef. | ||||
* | Merge pull request #4518 from coderanger/copyright-2016 | Noah Kantrowitz | 2016-02-02 | 1279 | -2372/+2372 |
|\ | | | | | Copyright and author line update | ||||
| * | Some more author domain stragglers. | Noah Kantrowitz | 2016-02-02 | 20 | -21/+21 |
| | | |||||
| * | Update for chef.io domain in copyright lines too. | Noah Kantrowitz | 2016-02-02 | 10 | -11/+11 |
| | | |||||
| * | Update all auth email address from opscode.com and getchef.com to chef.io. | Noah Kantrowitz | 2016-02-02 | 803 | -1018/+1018 |
| | | | | | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi" | ||||
| * | Replace all Opscode copyrights with Chef Software. | Noah Kantrowitz | 2016-02-02 | 753 | -759/+759 |
| | | | | | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi" | ||||
| * | Manual fix ups for things that didn't follow the usual pattern. | Noah Kantrowitz | 2016-02-02 | 16 | -16/+16 |
| | | |||||
| * | Copyright year update for 2016 and massive cleanup. | Noah Kantrowitz | 2016-02-02 | 1262 | -1317/+1317 |
| | | | | | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g" | ||||
* | | Merge pull request #4511 from natewalck/osx-profiles-fix | Phil Dibowitz | 2016-02-02 | 2 | -5/+8 |
|\ \ | |/ |/| | Fix osx_profile coverage failure and update spec | ||||
| * | Bad test lead to a provider coverage failure for brand new machines with no ↵ | Nate Walck | 2016-02-02 | 2 | -5/+8 |
| | | | | | | | | profiles installed | ||||
* | | Use progress formatter for appveyor | Jay Mundrawala | 2016-02-02 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #4514 from chef/lcg/fix-rbx | Lamont Granquist | 2016-02-02 | 1 | -1/+1 |
|\ \ | |/ |/| | rbx can't install ruby-prof | ||||
| * | rbx can't install ruby-prof | Lamont Granquist | 2016-02-02 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4510 from chef/jdm/win-evt-fast | Jay Mundrawala | 2016-02-02 | 1 | -4/+9 |
|\ | | | | | Make windows event log tests faster | ||||
| * | Make windows event log tests faster | Jay Mundrawala | 2016-02-02 | 1 | -4/+9 |
| | | | | | | | | | | Using SecureRandom is slow if it is not initialized. Random is good enough for this test. | ||||
* | | Bump cheffish dep to 2.0jk/cheffish-2 | John Keiser | 2016-02-02 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4509 from chef/jdm/all-ohai-system | Jay Mundrawala | 2016-02-02 | 12 | -42/+13 |
|\ | | | | | Modified all windows paths to not reload anything from ohai | ||||
| * | Mark windows_service_spec as broken | Jay Mundrawala | 2016-02-02 | 1 | -1/+2 |
| | | | | | | | | | | This test is causing the rspec tests in appveyor to exit with 116 | ||||
| * | Use documentation rspec formatter | Jay Mundrawala | 2016-02-02 | 1 | -1/+0 |
| | | | | | | | | | | Something is causing the 64bit tests to fail, this should help narrow it down | ||||
| * | Use OHAI_SYSTEM where possible | Jay Mundrawala | 2016-02-02 | 10 | -40/+11 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rerunning ohai wastes a lot of time. This should get us back to within our time limits in appveyor even with the perf regression in Ohai. Don't rerun ohai for unit/regsitry_helper_spec Ohai is slow. We don't need to rerun this, it's already run in our spec_helper. Don't keep rerunning ohai for reboot_pending_spec Running Ohai is slow. This should know almost 2 mins off the runtime of the tests. Don't need to run ohai for registry_spec crypto_spec does not need its own ohai cmdlet_spec does not need its own ohai functional registry_helper_spec does not need its own ohai Use spec ohai system for knife configure_spec Use OHAI_SYSTEM for dsc_script_spec use OHAI_SYSTEM for dsc_resource_spec | ||||
* | Merge pull request #4500 from chef/wix_users | Matt Wrock | 2016-02-01 | 2 | -0/+22 |
|\ | | | | | explicitly specify user permissions during msi install of chef directory | ||||
| * | explicitly specify user permissions during msi install of chef directory | Matt Wrock | 2016-02-01 | 2 | -0/+22 |
| | | |||||
* | | Merge pull request #4505 from chef/jdm/ohai-func-spec | Jay Mundrawala | 2016-02-01 | 1 | -3/+1 |
|\ \ | | | | | | | Don't rerun ohai for ohai_spec when not needed | ||||
| * | | Don't rerun ohai for ohai_spec when not neededjdm/ohai-func-spec | Jay Mundrawala | 2016-02-01 | 1 | -3/+1 |
|/ / | | | | | | | Running ohai is slow | ||||
* | | Add --profile to all rspec rake tasksjk/rspec-profile | John Keiser | 2016-02-01 | 1 | -2/+6 |
| | | |||||
* | | Add missing acl_entry backwards compatibility "require" | John Keiser | 2016-02-01 | 2 | -0/+39 |
| | | |||||
* | | Merge pull request #4498 from chef/version | Matt Wrock | 2016-02-01 | 1 | -2/+2 |
|\ \ | | | | | | | correct windows 10 major/minor version numbers | ||||
| * | | correct windows 10 major/minor version numbersversion | Matt Wrock | 2016-02-01 | 1 | -2/+2 |
| | | | |||||
* | | | Simplify fix for property_type with defaultsjk/property-type-default-check | John Keiser | 2016-02-01 | 1 | -1/+1 |
| | | | | | | | | | | | | `property_type(is: [:a, :b], default: :c)` was broken because ParamsValidate requires its input to have a name and property types don't have one. | ||||
* | | | Fix defaults on property_type | John Keiser | 2016-02-01 | 2 | -2/+22 |
|/ / | |||||
* | | Merge branch 'jk/policies-acls' | John Keiser | 2016-02-01 | 11 | -8/+131 |
|\ \ | |||||
| * | | Remove branch pin from .travis.ymljk/policies-acls | John Keiser | 2016-02-01 | 2 | -2/+10 |
| | | | |||||
| * | | Don't pin chef-zero to a minor version, pin to major | John Keiser | 2016-02-01 | 1 | -1/+1 |
| | | | |||||
| * | | Fix /acls/data_bags local mode path | John Keiser | 2016-02-01 | 3 | -3/+7 |
| | | | |||||
| * | | Adjust tests for ACLs | John Keiser | 2016-02-01 | 5 | -2/+60 |
| | | | |||||
| * | | Add ACLs for policies, policy_groups and cookbook_artifacts | John Keiser | 2016-02-01 | 4 | -4/+57 |
|/ / | |||||
* | | Merge pull request #4494 from chef/salam/acceptance-fix | Salim Alam | 2016-01-29 | 1 | -1/+0 |
|\ \ | | | | | | | Remove local chef | ||||
| * | | Remove local chefsalam/acceptance-fix | Salim Alam | 2016-01-29 | 1 | -1/+0 |
| |/ | |||||
* | | Merge pull request #4495 from chef/revert-4477-jdm/disable-poise | Noah Kantrowitz | 2016-01-29 | 1 | -0/+3 |
|\ \ | | | | | | | Revert "Remove poise from the test matrix" | ||||
| * | | Revert "Remove poise from the test matrix" | Noah Kantrowitz | 2016-01-29 | 1 | -0/+3 |
|/ / | |||||
* | | Allow all Chef Zero 4.x after 4.4fix-chef-zero-constraints | danielsdeleo | 2016-01-29 | 1 | -1/+1 |
|/ | | | | | | | | | We require 4.4+ to support policyfile APIs with ChefFS and local mode, but we don't want to be pessimistic about minor versions, only major. It looks like the minor version pessimism was accidentally introduced here: https://github.com/chef/chef/commit/6e4d70826d8ee6977348bd071d0ce543686b89f6 | ||||
* | Merge pull request #4489 from chef/lcg/add-spec-helper | Lamont Granquist | 2016-01-29 | 1 | -1/+2 |
|\ | | | | | add spec helper | ||||
| * | add spec helper | Lamont Granquist | 2016-01-29 | 1 | -1/+2 |
|/ | | | | tests won't run in isolation with it. | ||||
* | Merge pull request #4488 from chef/jdm/win-openssl-1.0.1r | Jay Mundrawala | 2016-01-29 | 1 | -1/+1 |
|\ | | | | | Update omnibus-software | ||||
| * | Update omnibus-softwarejdm/win-openssl-1.0.1r | Jay Mundrawala | 2016-01-28 | 1 | -1/+1 |
|/ | | | | This update brings in openssl 1.0.1r | ||||
* | Merge pull request #4487 from chef/btm/netfetcher_omnibus | Lamont Granquist | 2016-01-28 | 1 | -1/+1 |
|\ | | | | | Bump omnibus to try harder to see if netfetcher is breaking | ||||
| * | Bump omnibus to try harder to see if netfetcher is breaking | Bryan McLellan | 2016-01-28 | 1 | -1/+1 |
|/ |