summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* make no_lazy_load the defaultLamont Granquist2014-07-261-0/+24
* change file_staging_uses_destdir default to trueLamont Granquist2014-07-262-2/+9
* [CHEF-4586] Remove the unused StreamingCookbookUploader classXabier de Zuazo2014-07-241-205/+0
* Merge branch 'chef-4760-knife-logging'Bryan McLellan2014-07-241-7/+8
|\
| * Make knife info messages go to stderr (for CHEF-4760).Chris Jerdonek2014-07-211-7/+8
* | fixup adding default_actions to actionLamont Granquist2014-07-231-2/+3
* | Allow an array in default_actionSeth Vargo2014-07-231-3/+9
* | Merge pull request #1646 from jtimberman/jtimberman/deprecate-rake-tasksJoshua Timberman2014-07-231-264/+131
|\ \ | |/ |/|
| * Print deprecation notices for chef-repo rake tasksjtimberman2014-07-151-264/+131
* | Remove appending :actions and :valid_actionsSeth Vargo2014-07-181-12/+1
* | note on using Gem::Version instead of Chef::VersionLamont Granquist2014-07-171-5/+4
* | bump version to 12.0.0.alpha.0Lamont Granquist2014-07-171-1/+9
* | remove rest-client gemLamont Granquist2014-07-172-2/+0
* | Fix log message that shows useless port rangeJohn Keiser2014-07-171-2/+1
* | remove threads from nonessential code piecesLamont Granquist2014-07-161-11/+14
|/
* Merge pull request #1639 from opscode/sersut/chef-cvt-fixSerdar Sutay2014-07-153-4/+156
|\
| * Automatically find out the sid for Administrators so that the specs can run o...sersut2014-07-143-4/+156
* | Limit change to windows and fix test to be accurate.jmink2014-07-151-4/+4
* | Clarify symlink comments in response to code reviewjmink2014-07-151-8/+7
* | Add comments to clarify linking codejmink2014-07-151-3/+14
* | CHEF-3960 Symlinks to directories should be swingablejmink2014-07-151-2/+11
|/
* Use defined? to check for instance variablesSeth Vargo2014-07-111-2/+2
* Delegate DSL method values to their superclassSeth Vargo2014-07-111-7/+31
* Allow default values to be a DelayedEvaluatorSeth Vargo2014-07-112-0/+11
* Merge pull request #1581 from opscode/vtolstov-systemdClaire McQuin2014-07-091-14/+16
|\
| * Check shell_out's error? when running status command.Claire McQuin2014-06-301-5/+3
| * Make Systemd service use shell_out.Claire McQuin2014-06-301-11/+11
| * check for running service when reload, if not - start itVasiliy Tolstov2014-06-301-1/+5
| * reload service only if it running, if not - startVasiliy Tolstov2014-06-301-1/+1
* | Add url scheme to proxy, if not present.Claire McQuin2014-07-091-1/+7
* | Refactor caller decorations into with_server_connectivityJohn Keiser2014-07-073-9/+30
* | Move local-mode server connectivity code to Chef::LocalModeJohn Keiser2014-07-074-76/+101
* | Support --chef-zero-port=A-B,C,D-E syntax for finding portsJohn Keiser2014-07-074-4/+27
* | Revert the provider indirection logic while keeping the timeout functionality...sersut2014-07-024-17/+22
* | 1.8.7 fix?Lamont Granquist2014-07-011-2/+2
* | remove inheritance from apt_packageLamont Granquist2014-07-011-16/+35
* | Do not update the path in the cookbook_manifest with the full file name.sersut2014-07-011-13/+24
* | Merge pull request #1565 from jmink/CHEF-4994Bryan McLellan2014-06-301-1/+4
|\ \
| * | Include the shell_out mixin in cookbook_site_sharejmink2014-06-271-1/+3
| * | Fix cookbook_site_share testsjmink2014-06-261-3/+1
| * | Switch knife site share from command to shell_outjmink2014-06-261-1/+4
* | | Disable upstart provider on ubuntu >= 13.10.sersut2014-06-301-3/+5
* | | Allow users to set the +resource_name+ in an LWRP programaticallySeth Vargo2014-06-301-7/+16
| |/ |/|
* | Merge pull request #1548 from opscode/mcquin/shell_outClaire McQuin2014-06-301-0/+15
|\ \
| * | Clean up logic.Claire McQuin2014-06-271-13/+3
| * | Set environment option's 'LC_ALL' to nil if not present in option.Claire McQuin2014-06-271-19/+16
| * | Properly modify environment option based on ENVClaire McQuin2014-06-271-6/+24
| * | Fix shell_out_with_systems_locale logic, add specs.Claire McQuin2014-06-271-3/+3
| * | Remove unnecessary debug statements.Claire McQuin2014-06-271-5/+2
| * | Add function shell_out_with_systems_locale.Claire McQuin2014-06-271-0/+13