summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CHEF-4451: automatic remote_file cache file genCHEF-4451Lamont Granquist2013-08-121-0/+18
* Merge pull request #941 from opscode/adamed-OC-8622-aix-cronAdam Edwards2013-08-0510-62/+342
|\
| * fix unit test for cron and stderrs check nil.kaustubh-d2013-08-042-4/+4
| * solaris9, 10 on some failures for example invalid mins in crontab fails with ...kaustubh-d2013-08-042-5/+19
| * run cron functional test only for root.kaustubh-d2013-08-041-1/+1
| * add all solaris platforms.kaustubh-d2013-08-041-2/+2
| * add solaris platform list.kaustubh-d2013-08-041-1/+1
| * exclude cron attributes test for solaris.kaustubh-d2013-08-041-1/+2
| * popen4 can yield while child has already died.kaustubh-d2013-08-042-2/+26
| * cron functional tests.kaustubh-d2013-08-041-0/+146
| * move tests to abstracted unix cron.kaustubh-d2013-08-041-3/+3
| * fix cron unit test, this worked since @cron_exists was not reset properly.kaustubh-d2013-08-041-1/+2
| * add aix cron provider mapping.kaustubh-d2013-08-042-1/+3
| * abstract cron entry creation and reset @cron_exists on load.kaustubh-d2013-08-041-8/+15
| * abstract cron functionality for unix.kaustubh-d2013-08-043-40/+125
|/
* Merge branch 'apt-provider-shellout'danielsdeleo2013-08-023-194/+159
|\
| * Purge remaining references to run_command_with_systems_localedanielsdeleo2013-08-021-6/+1
| * Add inline doc for private apt package methoddanielsdeleo2013-08-021-0/+3
| * Fix package remove/purge tests for older debian/ubuntudanielsdeleo2013-08-021-3/+25
| * Convert apt package provider to shelloutdanielsdeleo2013-08-022-190/+135
|/
* Merge branch 'CHEF-4406'danielsdeleo2013-08-0251-55/+786
|\
| * Remove unused methods from functional testsdanielsdeleo2013-08-021-9/+0
| * Verify that templates are preferred to files for preseedingdanielsdeleo2013-08-022-0/+8
| * Remove commented test codedanielsdeleo2013-08-021-5/+0
| * Add additional scenarios for package testsdanielsdeleo2013-08-021-0/+68
| * Remove deprecated method usage from package providerdanielsdeleo2013-08-022-14/+26
| * Add methods to query for template/file existence in run contextdanielsdeleo2013-08-026-26/+119
| * Standardize on `:arch` for architecture-based filteringdanielsdeleo2013-08-021-1/+1
| * Fix bad const. ref in deprecation/provider/templatedanielsdeleo2013-08-023-6/+3
| * Add functional tests for (apt) package resourcedanielsdeleo2013-08-0240-4/+563
| * Add provider based test filters for functional testsdanielsdeleo2013-08-022-14/+22
|/
* Merge pull request #936 from opscode/ci-test-fixSerdar Sutay2013-08-011-10/+20
|\
| * Make sure config file selection specs can run when HOME is not set.sersut2013-08-011-10/+20
|/
* CHEF-4344: Clean up instances of 'the the' typo.Bryan McLellan2013-07-2613-16/+16
* Fix typo in specStefano Tortarolo2013-07-261-1/+1
* Merge pull request #915 from opscode/adamed-OC-8707-ifconfigAdam Edwards2013-07-239-34/+498
|\
| * revert is_vip from ifconfig resource.kaustubh-d2013-07-235-136/+11
| * run ifconfig functional tests only for small subset of platforms.kaustubh-d2013-07-231-1/+4
| * aix has LOGIN set to root.kaustubh-d2013-07-231-1/+1
| * using StringIO for stubbing as String#each is deprecated.kaustubh-d2013-07-231-1/+1
| * ifconfig functinal spec need root priviledges.kaustubh-d2013-07-231-1/+1
| * aix ifconfig - validate exception if metric is set.kaustubh-d2013-07-231-0/+12
| * aix ifconfig - delete unit tests.kaustubh-d2013-07-231-0/+44
| * aix ifconfig - disable unit tests.kaustubh-d2013-07-231-0/+45
| * aix ifconfig unit test - add, enable actions.kaustubh-d2013-07-231-0/+158
| * remove an extra space.kaustubh-d2013-07-231-1/+1
| * aix ifconfig function spec, ohai platform is string.kaustubh-d2013-07-231-17/+15
| * aix ifconfig - handle vips.kaustubh-d2013-07-231-7/+11
| * process ifconfig add/enable actions for aix vip, use platform specific loopba...kaustubh-d2013-07-231-5/+8
| * add aix ifconfig provider mappings.kaustubh-d2013-07-232-1/+3