summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Finishing test coveragetball/audit-output-teststyler-ball2014-12-101-12/+59
|
* Rescuing Exception blind was covering up an unexpected errortyler-ball2014-12-102-15/+41
|
* Merge pull request #2586 from opscode/tball/dsl-testTyler Ball2014-12-091-11/+24
|\ | | | | Adding audit DSL coverage
| * Adding audit DSL coveragetball/dsl-testtyler-ball2014-12-091-11/+24
| |
* | Merge branch 'audit-mode' of github.com:opscode/chef into mcquin/unit-testsClaire McQuin2014-12-099-540/+1184
|\ \ | |/ |/|
| * Merge pull request #2555 from opscode/mcquin/audit_reporter_specClaire McQuin2014-12-091-0/+374
| |\ | | | | | | Add unit tests for Audit::AuditReporter
| | * Update for audit-mode changes.mcquin/audit_reporter_specClaire McQuin2014-12-081-10/+19
| | |
| | * Merge branch 'audit-mode' of github.com:opscode/chef into ↵Claire McQuin2014-12-0893-713/+476
| | |\ | | | | | | | | | | | | mcquin/audit_reporter_spec
| | * | Add unit tests for Audit::AuditReporterClaire McQuin2014-12-051-0/+365
| | | |
| * | | Merge pull request #2553 from opscode/mcquin/audit_event_proxy_specClaire McQuin2014-12-091-0/+292
| |\ \ \ | | | | | | | | | | Add unit tests for Audit::AuditEventProxy
| | * \ \ Merge branch 'audit-mode' of github.com:opscode/chef into ↵mcquin/audit_event_proxy_specClaire McQuin2014-12-0893-713/+476
| | |\ \ \ | | | | |/ | | | |/| | | | | | mcquin/audit_event_proxy_spec
| | * | | Update expected debug log output.Claire McQuin2014-12-081-2/+2
| | | | |
| | * | | Add unit tests for Audit::AuditEventProxyClaire McQuin2014-12-051-0/+292
| | | |/ | | |/|
| * | | Merge pull request #2556 from opscode/mcquin/control_group_data_specClaire McQuin2014-12-091-0/+459
| |\ \ \ | | | | | | | | | | Add unit tests for Audit::ControlGroupData
| | * | | Update for audit-mode changes.mcquin/control_group_data_specClaire McQuin2014-12-081-11/+15
| | | | |
| | * | | Merge branch 'audit-mode' of github.com:opscode/chef into ↵Claire McQuin2014-12-0893-713/+476
| | |\ \ \ | | | | |/ | | | |/| | | | | | mcquin/control_group_data_spec
| | * | | Updates based on feedback from https://github.com/opscode/chef/pull/2533Claire McQuin2014-12-051-3/+1
| | | | |
| | * | | Add unit tests for Audit::ControlGroupDataClaire McQuin2014-12-051-0/+457
| | | |/ | | |/|
| * | | Merge pull request #2494 from opscode/tball/finished-messageTyler Ball2014-12-096-540/+59
| |\ \ \ | | |_|/ | |/| | Updating chef output to include audit information
| | * | Output is more readable if audit number performed is on its own linetball/finished-messagetyler-ball2014-12-081-2/+8
| | | |
| | * | Adding number failed to exceptiontyler-ball2014-12-083-4/+14
| | | |
| | * | Updating per reviewtyler-ball2014-12-083-3/+3
| | | |
| | * | if in why_run, do not enter the audit phase - because people run why_run to ↵tyler-ball2014-12-082-533/+13
| | | | | | | | | | | | | | | | see converge statistics
| | * | Failing an audit example will now raise an error and make chef exit with a ↵tyler-ball2014-12-084-1/+13
| | | | | | | | | | | | | | | | non-zero code
| | * | Updating chef output to include audit informationtyler-ball2014-12-081-8/+19
| |/ /
* | | Update for audit-mode changes.Claire McQuin2014-12-081-1/+7
| | |
* | | Merge branch 'audit-mode' of github.com:opscode/chef into mcquin/unit-testsClaire McQuin2014-12-0893-712/+475
|\ \ \ | |/ /
| * | Merge pull request #2528 from opscode/tball/line-numberTyler Ball2014-12-085-26/+33
| |\ \ | | | | | | | | Adding cookbook and recipe location information to JSON analytics payload
| | * | Updating for rebase from audit-modetball/line-numbertyler-ball2014-12-052-2/+2
| | | |
| | * | Updating per review commentstyler-ball2014-12-053-9/+5
| | | |
| | * | Updating JSON schema version since new fields were addedtyler-ball2014-12-051-1/+1
| | | |
| | * | Adding cookbook and recipe information per analytics requesttyler-ball2014-12-054-20/+31
| | | |
| | * | Changing success to succeeded for analytics schema requesttyler-ball2014-12-051-4/+4
| | |/
| * | Merge pull request #2557 from opscode/merging-masterTyler Ball2014-12-0888-687/+443
| |\ \ | | |/ | |/| Merging master
| | * Merge branch 'master' into merging-mastermerging-mastertyler-ball2014-12-0588-687/+443
| | |\ | |/ / | | | | | | | | | Conflicts: lib/chef/version.rb
| | * pinning ohai to 8.xLamont Granquist2014-12-031-1/+1
| | |
| | * setting master to 12.1.0.dev.0 to drop ancient devodd policyLamont Granquist2014-12-031-1/+1
| | |
| | * Merge pull request #2532 from juliandunn/remove-agentJulian C. Dunn2014-12-032-19/+0
| | |\ | | | | | | | | Remove unused "agent".
| | | * Remove unused "agent".Julian C. Dunn2014-12-032-19/+0
| | | | | | | | | | | | | | | | | | | | This was probably an aborted attempt to integrate this project into Chef: https://github.com/opscode/opscode-agent
| | * | Merge pull request #2527 from opscode/lcg/knife-plugin-fixLamont Granquist2014-12-034-6/+23
| | |\ \ | | | |/ | | |/| fix searching upwards for knife plugins
| | | * Fix knife plugin path searchingLamont Granquist2014-12-034-6/+23
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unreleased Chef 12.0.0 bug caught in testing where only the searching upwards from PWD to find .chef in order to get the plugin path for knife was busted. The chef_config_dir was being used before load_config was being called, so it was nil, which broke finding knife plugins. This was fixed by adding some lazy initialization of the config_loader object itself and the chef_config_dir. The reset_config_loader! is added entirely to reset the global state for unit testing. This whole class is a bit horrible and needs to have all its global state removed from it, class methods removed, class ivars and the class-variable-in-a-class-method-for-inheritance-lolwut needs to be removed. Unfortunately, that requires some delicate surgery because Chef::Knife gets used as a public API, and is beyond the scope of gettting Chef 12 shipped.
| | * Merge pull request #2516 from adamhjk/ez-modeAdam Jacob2014-12-022-0/+19
| | |\ | | | | | | | | A memorial for Ezra Zygmuntowicz
| | | * A memorial for Ezra ZygmuntowiczAdam Jacob2014-12-012-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the --ez switch to Chef Solo, to memorialize Ezra. He was the father of Chef Solo, and without his early advocacy and evangelism, there would be no Chef today. Rest in peace, Ez.
| | * | Merge pull request #2526 from opscode/mcquin/maintainerAdam Jacob2014-12-021-23/+19
| | |\ \ | | | | | | | | | | Make me a maintainer
| | | * | Add myself as a core maintainer.Claire McQuin2014-12-021-0/+1
| | | | |
| | | * | Use lists.Claire McQuin2014-12-021-23/+18
| | |/ /
| | * | adding myself to MAINTAINERSLamont Granquist2014-12-011-1/+10
| | | |
| | * | Add myself to MAINTAINERSdanielsdeleo2014-12-011-0/+4
| | | |
| | * | Merge pull request #2499 from juliandunn/trash-shefJoshua Timberman2014-12-013-55/+1
| | |\ \ | | | |/ | | |/| Remove all parts of 'shef'
| | | * Remove all parts of 'shef'Julian C. Dunn2014-11-263-55/+1
| | | |