| Commit message (Expand) | Author | Age | Files | Lines |
* | make no_lazy_load the default | Lamont Granquist | 2014-07-26 | 1 | -0/+24 |
* | change file_staging_uses_destdir default to true | Lamont Granquist | 2014-07-26 | 2 | -2/+9 |
* | [CHEF-4586] Remove the unused StreamingCookbookUploader class | Xabier de Zuazo | 2014-07-24 | 1 | -205/+0 |
* | Merge branch 'chef-4760-knife-logging' | Bryan McLellan | 2014-07-24 | 1 | -7/+8 |
|\ |
|
| * | Make knife info messages go to stderr (for CHEF-4760). | Chris Jerdonek | 2014-07-21 | 1 | -7/+8 |
* | | fixup adding default_actions to action | Lamont Granquist | 2014-07-23 | 1 | -2/+3 |
* | | Allow an array in default_action | Seth Vargo | 2014-07-23 | 1 | -3/+9 |
* | | Merge pull request #1646 from jtimberman/jtimberman/deprecate-rake-tasks | Joshua Timberman | 2014-07-23 | 1 | -264/+131 |
|\ \
| |/
|/| |
|
| * | Print deprecation notices for chef-repo rake tasks | jtimberman | 2014-07-15 | 1 | -264/+131 |
* | | Remove appending :actions and :valid_actions | Seth Vargo | 2014-07-18 | 1 | -12/+1 |
* | | note on using Gem::Version instead of Chef::Version | Lamont Granquist | 2014-07-17 | 1 | -5/+4 |
* | | bump version to 12.0.0.alpha.0 | Lamont Granquist | 2014-07-17 | 1 | -1/+9 |
* | | remove rest-client gem | Lamont Granquist | 2014-07-17 | 2 | -2/+0 |
* | | Fix log message that shows useless port range | John Keiser | 2014-07-17 | 1 | -2/+1 |
* | | remove threads from nonessential code pieces | Lamont Granquist | 2014-07-16 | 1 | -11/+14 |
|/ |
|
* | Merge pull request #1639 from opscode/sersut/chef-cvt-fix | Serdar Sutay | 2014-07-15 | 3 | -4/+156 |
|\ |
|
| * | Automatically find out the sid for Administrators so that the specs can run o... | sersut | 2014-07-14 | 3 | -4/+156 |
* | | Limit change to windows and fix test to be accurate. | jmink | 2014-07-15 | 1 | -4/+4 |
* | | Clarify symlink comments in response to code review | jmink | 2014-07-15 | 1 | -8/+7 |
* | | Add comments to clarify linking code | jmink | 2014-07-15 | 1 | -3/+14 |
* | | CHEF-3960 Symlinks to directories should be swingable | jmink | 2014-07-15 | 1 | -2/+11 |
|/ |
|
* | Use defined? to check for instance variables | Seth Vargo | 2014-07-11 | 1 | -2/+2 |
* | Delegate DSL method values to their superclass | Seth Vargo | 2014-07-11 | 1 | -7/+31 |
* | Allow default values to be a DelayedEvaluator | Seth Vargo | 2014-07-11 | 2 | -0/+11 |
* | Merge pull request #1581 from opscode/vtolstov-systemd | Claire McQuin | 2014-07-09 | 1 | -14/+16 |
|\ |
|
| * | Check shell_out's error? when running status command. | Claire McQuin | 2014-06-30 | 1 | -5/+3 |
| * | Make Systemd service use shell_out. | Claire McQuin | 2014-06-30 | 1 | -11/+11 |
| * | check for running service when reload, if not - start it | Vasiliy Tolstov | 2014-06-30 | 1 | -1/+5 |
| * | reload service only if it running, if not - start | Vasiliy Tolstov | 2014-06-30 | 1 | -1/+1 |
* | | Add url scheme to proxy, if not present. | Claire McQuin | 2014-07-09 | 1 | -1/+7 |
* | | Refactor caller decorations into with_server_connectivity | John Keiser | 2014-07-07 | 3 | -9/+30 |
* | | Move local-mode server connectivity code to Chef::LocalMode | John Keiser | 2014-07-07 | 4 | -76/+101 |
* | | Support --chef-zero-port=A-B,C,D-E syntax for finding ports | John Keiser | 2014-07-07 | 4 | -4/+27 |
* | | Revert the provider indirection logic while keeping the timeout functionality... | sersut | 2014-07-02 | 4 | -17/+22 |
* | | 1.8.7 fix? | Lamont Granquist | 2014-07-01 | 1 | -2/+2 |
* | | remove inheritance from apt_package | Lamont Granquist | 2014-07-01 | 1 | -16/+35 |
* | | Do not update the path in the cookbook_manifest with the full file name. | sersut | 2014-07-01 | 1 | -13/+24 |
* | | Merge pull request #1565 from jmink/CHEF-4994 | Bryan McLellan | 2014-06-30 | 1 | -1/+4 |
|\ \ |
|
| * | | Include the shell_out mixin in cookbook_site_share | jmink | 2014-06-27 | 1 | -1/+3 |
| * | | Fix cookbook_site_share tests | jmink | 2014-06-26 | 1 | -3/+1 |
| * | | Switch knife site share from command to shell_out | jmink | 2014-06-26 | 1 | -1/+4 |
* | | | Disable upstart provider on ubuntu >= 13.10. | sersut | 2014-06-30 | 1 | -3/+5 |
* | | | Allow users to set the +resource_name+ in an LWRP programatically | Seth Vargo | 2014-06-30 | 1 | -7/+16 |
| |/
|/| |
|
* | | Merge pull request #1548 from opscode/mcquin/shell_out | Claire McQuin | 2014-06-30 | 1 | -0/+15 |
|\ \ |
|
| * | | Clean up logic. | Claire McQuin | 2014-06-27 | 1 | -13/+3 |
| * | | Set environment option's 'LC_ALL' to nil if not present in option. | Claire McQuin | 2014-06-27 | 1 | -19/+16 |
| * | | Properly modify environment option based on ENV | Claire McQuin | 2014-06-27 | 1 | -6/+24 |
| * | | Fix shell_out_with_systems_locale logic, add specs. | Claire McQuin | 2014-06-27 | 1 | -3/+3 |
| * | | Remove unnecessary debug statements. | Claire McQuin | 2014-06-27 | 1 | -5/+2 |
| * | | Add function shell_out_with_systems_locale. | Claire McQuin | 2014-06-27 | 1 | -0/+13 |