summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add CHANGELOG.mdlcg/fix-windows-path-bugLamont Granquist2015-05-261-2/+2
|
* add windows guardLamont Granquist2015-05-261-1/+1
|
* add unicode WM_SETTINGCHANGE broadcastLamont Granquist2015-05-261-2/+11
| | | | helps powershell pick up the env change settings.
* Merge pull request #3418 from chef/lcg/add-shell_out-to-resourceLamont Granquist2015-05-263-0/+18
|\ | | | | add shell_out to resources
| * add CHANGELOG.mdlcg/add-shell_out-to-resourceLamont Granquist2015-05-261-0/+2
| |
| * add shell_out to resourcesLamont Granquist2015-05-262-0/+16
|/ | | | allows for using shell_out! and friends in not_if/only_if blocks
* Move `skip` for useradd test to metadatadanielsdeleo2015-05-261-8/+7
| | | | | Otherwise we run useradd provider prior to the before block with the example-level `skip` being called.
* Merge pull request #3397 from chef/lcg/directory-missing-owner-validation-checkLamont Granquist2015-05-263-143/+214
|\ | | | | Lcg/directory missing owner validation check
| * add CHANGELOG.mdlcg/merge3390Lamont Granquist2015-05-261-8/+12
| | | | | | | | plus fix some OCD formatting issues
| * rewrite specs for directoryLamont Granquist2015-05-261-135/+199
| | | | | | | | | | | | - new specs use real directories rather than stubbing File - new specs easily adds lots of missed coverage for windows due to avoiding stub-hell - adds specs for the owner/group not existing
| * directory resource needs to call FAC for DRRLamont Granquist2015-05-261-0/+3
| | | | | | | | | | | | | | | | the directory resource completely overrides DRR from the file resource, but is missing the call into FAC in order to validation the owner and group. fixes issue #3390
* | Merge pull request #3419 from chef/shain/fix_cliScott Hain2015-05-261-0/+6
|\ \ | | | | | | Fix cli issue with unset chef_repo_path
| * | Fix cli issue with unset chef_repo_pathshain/fix_cliScott Hain2015-05-221-0/+6
| | |
* | | Fix overridden method `skip` causing arity failuresdanielsdeleo2015-05-261-10/+3
| |/ |/|
* | Bump all version numbersThom May2015-05-264-4/+5
| |
* | Purge pending specscleanup-pendingdanielsdeleo2015-05-2315-133/+24
| | | | | | | | RSpec isn't a bug database
* | Fix ruby warning for unused local variabledanielsdeleo2015-05-231-1/+1
| |
* | Remove volatile pending testdanielsdeleo2015-05-231-12/+0
|/
* Display policy name and ID during the chef rundanielsdeleo2015-05-224-0/+56
|
* Remove old TODO commentdanielsdeleo2015-05-221-3/+3
|
* Update CHANGELOG for #3398shain/fix_cli_errorJay Mundrawala2015-05-211-0/+1
|
* Merge pull request #3398 from chef/jdm/1848Jay Mundrawala2015-05-217-23/+82
|\ | | | | Allow spaces in files for remote_file
| * Added spec for as_urijdm/1848Jay Mundrawala2015-05-211-0/+10
| |
| * Refactor uris_specJay Mundrawala2015-05-211-14/+16
| |
| * Update specs for remote local file + spacesJay Mundrawala2015-05-213-9/+35
| |
| * Allow spaces in files for remote_fileJay Mundrawala2015-05-214-6/+27
|/ | | | | | | | | The following example now works ```ruby remote_file "c:\\nospaces" do source "file:///c:/foo bar" end ```
* Merge pull request #3407 from chef/policyfile-native-defaultThom May2015-05-213-9/+29
|\ | | | | Make native mode the default for policyfiles
| * Make policyfile native mode the defaultpolicyfile-native-defaultdanielsdeleo2015-05-202-9/+20
| |
| * Stub config loading that was breaking tests on my boxdanielsdeleo2015-05-201-0/+9
|/
* Update changelog for chef-config gemdanielsdeleo2015-05-201-0/+2
|
* Merge branch 'config-gem'danielsdeleo2015-05-2054-1364/+2130
|\
| * Use --local install for component testsdanielsdeleo2015-05-201-1/+1
| | | | | | | | | | Since we just bundle installed the parent, we should have all the gems the subproject needs
| * Bundle install chef-config before running testsdanielsdeleo2015-05-201-0/+1
| |
| * Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-2026-36/+32
| |
| * Update rake tasks for componentizationdanielsdeleo2015-05-208-12/+181
| |
| * Move Win2003 dependent config into chef coredanielsdeleo2015-05-202-7/+20
| |
| * Configure logger before loading configdanielsdeleo2015-05-201-0/+8
| |
| * Chef::Config is now tested in chef-configdanielsdeleo2015-05-201-587/+0
| |
| * Use PathHelper from chef-configdanielsdeleo2015-05-202-459/+3
| |
| * Move Chef::Config into a subprojectdanielsdeleo2015-05-2022-735/+2357
|/
* Install bundler before upgrading rubygemsdanielsdeleo2015-05-201-1/+1
| | | | | | | | | Appveyor builds are timing out attempting to fetch a SRV record from DNS, https://github.com/rubygems/rubygems/issues/1017 In the default ruby install on appveyor, we have a version of rubygems that is old and doesn't have the bug, so doing gem install before upgrading works around the timeout issue.
* Enable caching of rubygems in appveyorappveyor-cachingdanielsdeleo2015-05-201-0/+4
|
* Run rubygems from master for perf improvementsdanielsdeleo2015-05-202-1/+2
| | | | Rubygems pkg is built from 5c7bfb5c05202b4db971dd672d88a42298a0d84e
* Update changelogThom May2015-05-201-2/+4
|
* Merge pull request #3267 from dbjorge/issue-3266Thom May2015-05-206-14/+133
|\ | | | | #3266 Fix bad Windows securable_resource functional spec assumptions for default file owners/groups
| * Pin sid_spec default group expectation to observed behaviorDan Bjorge2015-04-233-3/+8
| |
| * Stop sid_spec.rb from referencing Win32 classes on non-WindowsDan Bjorge2015-04-231-1/+3
| |
| * Added trailing newline to new sid_spec.rbDan Bjorge2015-04-231-1/+1
| |
| * securable_resource functional specs compare default creation permissions ↵Dan Bjorge2015-04-235-14/+126
| | | | | | | | against actual defaults on Windows
* | Silence rubygems update on appveyordanielsdeleo2015-05-201-1/+1
| |