summaryrefslogtreecommitdiff
path: root/chef/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Removed node as argument from run_failed method in parent classes, as the chi...tylercloke2012-09-272-2/+2
| | | * Merge branch 'reporting-compression' into RESOURCE-UPDATING-10tylercloke2012-09-275-49/+55
| | | |\
| | | | * Merge pull request #412 from opscode/no-reporting-in-why-runsersut2012-09-271-1/+1
| | | | |\
| | | | | * disable reporting in why-rundanielsdeleo2012-09-241-1/+1
| | | * | | Fixed a typo in base.rb.tylercloke2012-09-201-1/+1
| | | * | | Fixed the resource_reporter file spec to reflect changes to code, and fixed s...tylercloke2012-09-201-1/+1
| | | * | | Removed a pp that sneaked through debugging.tylercloke2012-09-201-1/+0
| | | * | | Cleaned up resource_reporter_spec and fixed a nil case in resource_reporter.tylercloke2012-09-201-4/+10
| | | * | | Updated unit tests for resources to match current state_attrs values.tylercloke2012-09-201-1/+1
| | | * | | Removed temp file I accidently added.tylercloke2012-09-201-70/+0
| | | * | | Finished updating resource state_attrs.tylercloke2012-09-204-8/+5
| | | * | | add back in diffing against a new file, correctly, while suppressing resource...Lamont Granquist2012-09-201-0/+1
| | | * | | fix diff output, add tweakables, refactor diff codeLamont Granquist2012-09-201-0/+1
| | | * | | Removed formatting from error reporting.tylercloke2012-09-201-15/+1
| | | * | | Added state reporting to service provider.tylercloke2012-09-203-1/+23
| | | * | | Added :checksum state_attr for file resources under Windowstimh2012-09-201-4/+4
| | | * | | Changed state_attrs for various resources to be more in-linetimh2012-09-208-12/+5
| | | * | | removed identity_attr, state_attrs for file-derived resourcestimh2012-09-202-8/+0
| | | * | | Removed a naive change I made to the log resource when I started branch.tylercloke2012-09-201-9/+1
| | | * | | Changed state_attrs for service resource -- OC-3128, for resource historytimh2012-09-201-1/+1
| | | * | | Added collection of after "version" field for package provider, fortimh2012-09-201-0/+2
| | | * | | File and children implicit state reporting.tylercloke2012-09-208-5/+52
| | | * | | Added state population to file and its children.tylercloke2012-09-207-25/+34
| | | * | | Added a method of ensuring that providers set state_attrs.tylercloke2012-09-201-0/+15
| | | * | | Fixed the order of resource reporting error hash in hopes that that would fix...tylercloke2012-09-201-1/+1
| | | * | | Formatted the posting of the stacktrace with some html injections so that it ...tylercloke2012-09-201-1/+3
| | | * | | Updated the fail case to post exception data (properly).tylercloke2012-09-204-11/+93
| | | * | | Fixed duration being zero always.tylercloke2012-09-201-1/+1
| | | * | | Updated ohai and deploy resources with ident and state and unit tests.tylercloke2012-09-202-2/+11
| | | * | | Added unit tests for resource changes related to state_attrs and identity_att...tylercloke2012-09-2015-39/+48
| | | * | | Added identity_attr and state_attrs for (at least) all parent resources.tylercloke2012-09-2026-4/+124
| | * | | | Bump version for developmentBryan McLellan2012-09-281-1/+1
| | * | | | Chef 10.14.4 release10.14.4Bryan McLellan2012-09-271-1/+1
| | * | | | CHEF-3449: Chdir inside the recipe_eval converge_by as wellBryan McLellan2012-09-271-3/+5
| | * | | | 10.14.4.rc.010.14.4.rc.0Bryan McLellan2012-09-241-1/+1
| | * | | | CHEF-3454: Trigger notifications for http_request :head only when modifiedBryan McLellan2012-09-241-12/+15
| | * | | | CHEF-3405: Allow calling provider_for_resource without an actionBryan McLellan2012-09-241-1/+1
| | * | | | CHEF-3449: Check for the files existence in converge_byBryan McLellan2012-09-241-5/+3
| * | | | | Adding tests for summary_only testing and merging code into reporting_compres...PrajaktaPurohit2012-09-251-7/+28
| | |_|/ / | |/| | |
| * | | | Fixing reporting data posting logic on client when a chef run fails.ssutay2012-09-251-20/+27
| | |_|/ | |/| |
| * | | Fix description and option type for reporting flag.ssutay2012-09-241-2/+2
| * | | Change disable_reporting config parameter to enable_reporting.ssutay2012-09-243-7/+7
| * | | Updates for posting compressed reporting datassutay2012-09-213-6/+13
| * | | Merge branch '10-stable' into reporting-compressionssutay2012-09-2014-32/+55
| |\ \ \ | | |/ /
| | * | [CHEF-3461] don't rely on windows drive letter being uppercasedanielsdeleo2012-09-201-2/+2
| | |/
| | * CHEF-3402 fixed: knife ssh says "No nodes returned from search!" when FQDN at...Xabier de Zuazo2012-09-191-1/+10
| | * CHEF-3416: Remove improper call to #raw_data when using print_afterKelley Reynolds2012-09-191-1/+1
| | * [CHEF-3468] Fix cookbook resolve error inspector for HTTP 403danielsdeleo2012-09-191-1/+0
| | * [CHEF-3456] Add debug logging to compile error inspectordanielsdeleo2012-09-191-2/+11
| | * [CHEF-3456] fix backtrace regex for non-windowsdanielsdeleo2012-09-191-1/+1