summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add CHANGELOG.mdlcg/run_levelsLamont Granquist2015-08-191-1/+1
|
* spec and code fixes for run_levelsLamont Granquist2015-08-192-44/+83
|
* remove bad merge conflict resolutionLamont Granquist2015-08-181-1/+0
|
* Ensure non-specified runlevels are disabledRobby Dyer2015-08-181-3/+14
|
* Actually, we need to return empty string if run_levels if emptyRobby Dyer2015-08-181-1/+1
|
* CHEF-5372: Making levels def cleaner - thanks @sersutRobby Dyer2015-08-181-2/+1
|
* CHEF-5372: Support specific run_levels for RedHat serviceRobby Dyer2015-08-183-5/+64
|
* Merge pull request #3792 from chef/lcg/making_mount_options_awareLamont Granquist2015-08-186-5/+44
|\ | | | | Lcg/making mount options aware
| * add CHANGELOG.mdLamont Granquist2015-08-181-0/+3
| |
| * Added changes to fix rspec deprecationssiddheshwar-more2015-08-181-3/+3
| |
| * Removed invalid test from mount_fs testsiddheshwar-more2015-08-181-7/+0
| |
| * Added changes to fix aix mount provider related tests according to updated ↵siddheshwar-more2015-08-183-5/+8
| | | | | | | | base mount provider
| * added tests for mount remountingJames Belchamber2015-08-183-1/+37
| |
| * now just using action_remount!James Belchamber2015-08-181-16/+1
| |
| * mount now remounts if options changeJames Belchamber2015-08-181-11/+0
| |
| * mount now remounts if options changeJames Belchamber2015-08-181-1/+31
|/
* Merge pull request #2460 from chef/jb/add-privacy-flagLamont Granquist2015-08-183-6/+49
|\ | | | | Add privacy flag
| * add CHANGELOG.mdjb/add-privacy-flagLamont Granquist2015-08-181-0/+1
| |
| * add privacy flagJosh Black2015-08-182-6/+48
|/
* Merge pull request #1259 from chef/lcg/CHEF-5012Lamont Granquist2015-08-187-3/+132
|\ | | | | CHEF-5012: add methods for template breadcrumbs
| * add CHANGELOG.mdlcg/CHEF-5012Lamont Granquist2015-08-181-0/+1
| |
| * PR feedbackLamont Granquist2015-08-182-40/+40
| |
| * CHEF-5012: add methods for template breadcrumbsLamont Granquist2015-08-186-3/+131
|/ | | | | | | | | | | | | | adds: - cookbook_name - recipe_name - recipe_line_string - recipe_path - recipe_line - template_name - template_path accessible both as instance var (@-) and method (bare), like @node/node.
* Merge pull request #3656 from chef/lcg/remove-providesLamont Granquist2015-08-187-28/+17
|\ | | | | remove use of self.provides?
| * add CHANGELOG.md entryLamont Granquist2015-08-181-0/+1
| |
| * remove use of self.provides?Lamont Granquist2015-08-186-28/+16
|/ | | | the block to provides can handle this case
* Merge pull request #3145 from veetow/patch-1Lamont Granquist2015-08-181-1/+1
|\ | | | | Update registry_key.rb
| * Update registry_key.rbveetow2015-03-251-1/+1
| | | | | | Because syntax?
* | Merge pull request #3185 from juliegund/juliegund/goosechaseLamont Granquist2015-08-181-4/+4
|\ \ | | | | | | A simple change to add periods at the end of sentences.
| * | A simple change to add periods at the end of sentences.Julie Gunderson2015-04-021-4/+4
| | |
* | | Update changelogThom May2015-08-131-1/+12
| | |
* | | Update CHANGELOGThom May2015-08-131-0/+2
| | |
* | | Merge pull request #3771 from renanvicente/renanvicente/add-specify-depthThom May2015-08-132-3/+15
|\ \ \ | | | | | | | | Add support for override depth and adding test in overriding depth
| * | | Add support for override depth and adding test in overriding depthGomes da Silva2015-08-122-3/+15
| | | |
* | | | Merge pull request #3768 from chef/jhs/fix-reboot_pendingThom May2015-08-132-2/+2
|\ \ \ \ | | | | | | | | | | Make reboot_pending? look for CBS RebootPending
| * | | | Make reboot_pending? look for CBS RebootPendingjhs/fix-reboot_pendingJeremiah Snapp2015-08-112-2/+2
| | | | | | | | | | | | | | | | | | | | Ref: https://gallery.technet.microsoft.com/scriptcenter/Get-PendingReboot-Query-bdb79542
* | | | | Merge pull request #3764 from polamjag/fix-duplicated-directories-listThom May2015-08-131-1/+1
|\ \ \ \ \ | | | | | | | | | | | | uniquify chef_repo_path
| * | | | | uniquify chef_repo_pathpolamjag2015-08-101-1/+1
| |/ / / /
* | | | | Merge pull request #3687 from chef/mh/formatter_chef_applyThom May2015-08-131-0/+18
|\ \ \ \ \ | | | | | | | | | | | | Add formatter and force-logger/formatter options to chef-apply
| * | | | | Add formatter and force-logger/formatter options to chef-applymh/formatter_chef_applyMark Harrison2015-07-201-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change simply copies the formatter, force-logger and force-formatter options across from chef-client/chef-solo to chef-apply. The options are honored without further changes, and this allows you to force doc formatting output with chef-apply when the output isn't a terminal.
* | | | | | Merge pull request #3657 from stefanor/upstart-status_commandThom May2015-08-132-8/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | shell_out! returns an object not an integer
| * | | | | | shell_out! returns an object not an integerStefano Rivera2015-07-092-8/+12
| | | | | | |
* | | | | | | Merge pull request #3652 from chef/alexpop/fix_audit_mode_explanationThom May2015-08-131-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix explanation for configuring audit mode in client.rb
| * | | | | | | fix explanation for configuring audit mode in client.rbalexpop/fix_audit_mode_explanationAlex Pop2015-07-091-3/+3
| |/ / / / / /
* | | | | | | Merge pull request #3383 from jfly/masterThom May2015-08-132-1/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gem_package should install to the systemwide Ruby when using ChefDK.
| * | | | | | | Handling case where windows users install to a non default location.Jeremy Fleischman2015-06-291-1/+1
| | | | | | | |
| * | | | | | | Added some pretty straightforward tests of is_omnibus?Jeremy Fleischman2015-05-181-0/+18
| | | | | | | |
| * | | | | | | gem_package should install to the systemwide Ruby when using ChefDK.Jeremy Fleischman2015-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3382.
* | | | | | | | Merge pull request #3329 from juliandunn/ifconfig-targetThom May2015-08-132-4/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use target, not name, if it is specified.
| * | | | | | | | Add tests per review.Julian C. Dunn2015-07-041-2/+22
| | | | | | | | |