summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Make sure we don't close the output_stream after running rspec.sersut/basic-audit-testSerdar Sutay2014-11-147-35/+76
| * | Basic test for audit mode.Serdar Sutay2014-11-1412-0/+258
|/ /
* | Merge branch 'audit-mode' into tball/audit-teststball/audit-teststyler-ball2014-11-1399-619/+4416
|\ \
| * \ Merge pull request #2415 from opscode/audit-mode-rebaseClaire McQuin2014-11-1399-619/+4416
| |\ \
| | * \ Merge branch 'audit-mode' into audit-mode-rebaseaudit-mode-rebaseClaire McQuin2014-11-130-0/+0
| | |\ \ | | |/ / | |/| |
| | * | Adding audit mode JSON formattertyler-ball2014-11-1315-25/+740
* | | | Merge branch 'audit-mode' into tball/audit-teststyler-ball2014-11-121-2/+11
|\ \ \ \ | |/ / /
| * | | Merge pull request #2362 from opscode/tball/audit-mode-integrationTyler Ball2014-11-1214-150/+370
| |\ \ \
| | * | | Adding uncaught error informationtyler-ball2014-11-121-2/+11
* | | | | Fixing failing spec test and audit-mode flagtyler-ball2014-11-113-3/+9
| |/ / / |/| | |
* | | | 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
|\ \ \ \ | |/ / /
| * | | Merge pull request #2354 from opscode/mcquin/serverspecTyler Ball2014-11-055-10/+21
| |\ \ \
| | * | | 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 o...tyler-ball2014-11-064-12/+22
* | | | 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
|\ \ \
| * | | 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
|\ \ \ \ | |/ / /
| * | | 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
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Updating for github commentstball/audit-modetyler-ball2014-10-313-4/+55
| * | | | | Adding error handling so saving node doesn't prevent us from running audit mo...tyler-ball2014-10-311-2/+14
| * | | | | Adding logic for exceptions from converge phase not interfering with audit ph...tyler-ball2014-10-303-15/+50
| * | | | | Creating our own example group class to simplify adding examples to the spec ...tyler-ball2014-10-305-43/+75
| * | | | | 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
|/ / / / /
| | | | * Requring time - needed for iso8601 formattyler-ball2014-11-211-2/+7
| | | | * Adding start_time and end_time to array per requesttyler-ball2014-11-212-5/+24
| | | | * Remove compression since the server doesn't support it yet.Serdar Sutay2014-11-211-3/+2
| | | | * Move the dev-repo cookbooks to kitchen-tests directory based on PR comments.Serdar Sutay2014-11-2112-33/+7
| | | | * Updates based on PR comments.Serdar Sutay2014-11-212-3/+2
| | | | * Make sure we don't close the output_stream after running rspec.Serdar Sutay2014-11-217-35/+76
| | | | * Basic test for audit mode.Serdar Sutay2014-11-2112-0/+258