summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'audit-mode' into audit-mode-rebaseaudit-mode-rebaseClaire McQuin2014-11-130-0/+0
|\ | | | | | | | | Conflicts: lib/chef/run_context.rb
| * Merge pull request #2362 from opscode/tball/audit-mode-integrationTyler Ball2014-11-1214-150/+370
| |\ | | | | | | Audit Mode Formatter Integration
| | * Adding uncaught error informationtyler-ball2014-11-121-2/+11
| | |
| | * Fixing TODOstball/audit-mode-integrationtyler-ball2014-11-113-3/+5
| | |
| | * Sending to correct server URLtyler-ball2014-11-101-4/+2
| | |
| | * Removing unecessary todotyler-ball2014-11-101-2/+0
| | |
| | * removing old pry debugging statementtyler-ball2014-11-101-1/+0
| | |
| | * Wiring audit event proxy to send events correctly to the audit_reportertyler-ball2014-11-1012-165/+274
| | |
| | * Getting rid of unused methodtyler-ball2014-11-061-4/+0
| | |
| | * Updating with @mcquin and @lamont commentstyler-ball2014-11-063-14/+9
| | |
| | * Updating with changes from demotyler-ball2014-11-062-0/+3
| | |
| | * Merge branch 'audit-mode' into tball/audit-mode-integrationtyler-ball2014-11-064-7/+20
| | |\ | | |/ | |/| | | | | | | Conflicts: lib/chef/dsl/audit.rb
| * | Merge pull request #2354 from opscode/mcquin/serverspecTyler Ball2014-11-055-10/+21
| |\ \ | | | | | | | | Add serverspec types and matchers.
| | * | Add gems as core dependenciesmcquin/serverspecClaire McQuin2014-11-051-8/+5
| | | |
| | * | add rspec/itsClaire McQuin2014-11-053-4/+2
| | | |
| | * | Add serverspec types and matchers.Claire McQuin2014-11-043-1/+17
| |/ /
| | * Preparing for demo - using rspec documentation formatter for output instead ↵tyler-ball2014-11-064-12/+22
| | | | | | | | | | | | of the proxy
| | * Adding first round of formatter integration - STDOUT doc formattertyler-ball2014-11-058-29/+128
| |/
| * Merge pull request #2350 from opscode/runner-dsl-test-mergeClaire McQuin2014-11-046-7/+10
| |\ | | | | | | DSL + Runner
| | * tie things togetherrunner-dsl-test-mergeClaire McQuin2014-11-045-6/+9
| | |
| | * Fix typoClaire McQuin2014-11-031-1/+1
| | |
| * | Merge pull request #2329 from opscode/runnerClaire McQuin2014-11-042-0/+115
| |\ \ | | |/ | | | Audit-mode runner
| | * Refactor runner into own class.runnerClaire McQuin2014-11-032-44/+95
| | |
| | * Merge branch 'audit-mode' into runnerClaire McQuin2014-10-319-20/+214
| | |\
| | * \ Merge branch 'audit-mode' into runnerClaire McQuin2014-10-3126-373/+652
| | |\ \
| | * | | Add setup phase to audit-mode.Claire McQuin2014-10-291-0/+64
| | | | |
| * | | | Merging mcquin/rspec-3 to this branchtball/audit-rspec-3tyler-ball2014-11-04331-7544/+7565
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #2321 from opscode/tball/audit-modeTyler Ball2014-10-319-20/+214
| |\ \ \ \ | | |_|_|/ | |/| | | First pass at DSL additions for chef-client audit mode
| | * | | Updating for github commentstball/audit-modetyler-ball2014-10-313-4/+55
| | | | |
| | * | | Adding error handling so saving node doesn't prevent us from running audit ↵tyler-ball2014-10-311-2/+14
| | | | | | | | | | | | | | | | | | | | mode - decouples converge phase and audit phase more
| | * | | Adding logic for exceptions from converge phase not interfering with audit ↵tyler-ball2014-10-303-15/+50
| | | | | | | | | | | | | | | | | | | | phase and vice-versa
| | * | | Creating our own example group class to simplify adding examples to the spec ↵tyler-ball2014-10-305-43/+75
| | | | | | | | | | | | | | | | | | | | runner
| | * | | Renaming DSL methods to match the spectyler-ball2014-10-291-7/+8
| | | | |
| | * | | First pass at DLS methodstyler-ball2014-10-293-2/+65
| | |\ \ \
| | | * | | First pass at DSL additionstyler-ball2014-10-293-2/+65
| | | | |/ | | | |/|
| * | | | Adding audit mode JSON formattertyler-ball2014-10-312-0/+172
| |/ / /
* | | | Adding audit mode JSON formattertyler-ball2014-11-1315-25/+740
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First pass at DSL additions Renaming DSL methods to match the spec Creating our own example group class to simplify adding examples to the spec runner Adding logic for exceptions from converge phase not interfering with audit phase and vice-versa Adding error handling so saving node doesn't prevent us from running audit mode - decouples converge phase and audit phase more Updating for github comments Add setup phase to audit-mode. Refactor runner into own class. Fix typo tie things together Adding first round of formatter integration - STDOUT doc formatter Preparing for demo - using rspec documentation formatter for output instead of the proxy Add serverspec types and matchers. add rspec/its Add gems as core dependencies Updating with changes from demo Updating with @mcquin and @lamont comments Getting rid of unused method Wiring audit event proxy to send events correctly to the audit_reporter removing old pry debugging statement Removing unecessary todo Sending to correct server URL Fixing TODOs Adding uncaught error information
* | | | Merge pull request #2407 from opscode/sersut/ci-fix-sparcSerdar Sutay2014-11-121-1/+7
|\ \ \ \ | | | | | | | | | | Fix unit specs on Sparc.
| * | | | Fix unit specs on Sparc.Serdar Sutay2014-11-121-1/+7
|/ / / /
* | | | Merge pull request #2395 from opscode/jdmundrawala/chef-shell-windowsJay Mundrawala2014-11-111-2/+10
|\ \ \ \ | | | | | | | | | | chef-shell checks platform when looking for client.rb and solo.rb.
| * | | | chef-shell checks platform when looking for client.rb and solo.rb.jdmundrawala/chef-shell-windowsJay Mundrawala2014-11-101-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/opscode/chef/issues/2380 pointed out that on windows, -c is required with the -z flag because it would assume nix and look in /etc/chef for client.rb
* | | | | Merge pull request #2394 from opscode/jdmundrawala/win-cookbook-ns-colJay Mundrawala2014-11-101-6/+5
|\ \ \ \ \ | |/ / / / |/| | | | Windows event logger no longer imports into the global namespace.
| * | | | Windows event logger no longer imports into the global namespace.Jay Mundrawala2014-11-101-6/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | This was causing problems with the windows cookbook trying to redefine one of those constants. This patch solves https://github.com/opscode-cookbooks/windows/issues/141
* | | | Merge pull request #2336 from opscode/lcg/12-systemd-fixesjdm/fooSerdar Sutay2014-11-0822-286/+566
|\ \ \ \ | | | | | | | | | | fix systemd for Ubuntu 14.10
| * | | | Update md files.Serdar Sutay2014-11-081-1/+7
| | | | |
| * | | | rspec 3 fixeslcg/12-systemd-fixesLamont Granquist2014-11-081-4/+4
| | | | |
| * | | | spec fixesLamont Granquist2014-11-083-6/+36
| | | | |
| * | | | syntax fixes for grepping outputLamont Granquist2014-11-081-2/+6
| | | | |
| * | | | polishing provider_resolverLamont Granquist2014-11-0816-72/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * makes provides? more correct for linux services * makes supports? more targetted for linux services * remove provider_resolver from the run_context * fix timestamped deploy spec * add more specs
| * | | | add some more debug output and commentsLamont Granquist2014-11-081-2/+7
| | | | |