summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Changing success to succeeded for analytics schema requesttyler-ball2014-12-051-4/+4
* Updating to use audit syntax rather than controltball/audit-semanticstyler-ball2014-12-024-8/+8
* Bump the version for alpha release.12.2.0.alpha.0Serdar Sutay2014-11-231-1/+1
* Merge pull request #2475 from opscode/sersut/failed-run-issueSerdar Sutay2014-11-221-1/+1
|\
| * Fix copy pasta error.sersut/failed-run-issueSerdar Sutay2014-11-221-1/+1
* | Test including supported serverspec helpers. Updates per PR comments.Serdar Sutay2014-11-211-4/+2
* | More meaningful audit_mode configuration values.Serdar Sutay2014-11-215-12/+17
* | * Some primitive recipes that check basic functionality of audit mode.Serdar Sutay2014-11-211-1/+1
|/
* Merge pull request #2426 from opscode/mcquin/controls_group_objectClaire McQuin2014-11-216-97/+138
|\
| * Add comments, logically reorder codeClaire McQuin2014-11-211-14/+84
| * Add omitted config options.Claire McQuin2014-11-211-8/+17
| * Raise error if duplicate controls block given.Claire McQuin2014-11-211-2/+9
| * Merge branch 'mcquin/controls_group_object' of github.com:opscode/chef into m...Claire McQuin2014-11-212-2/+2
| |\
| | * Fix typoClaire McQuin2014-11-211-1/+1
| | * Merge branch 'mcquin/controls_group_object' of github.com:opscode/chef into m...Claire McQuin2014-11-216-148/+65
| | |\
| | * \ Merge branch 'mcquin/controls_group_object' of github.com:opscode/chef into m...Claire McQuin2014-11-205-96/+134
| | |\ \
| | * | | Add Chef::Exceptions to audit errorClaire McQuin2014-11-191-1/+1
| * | | | Merge branch 'audit-mode' of github.com:opscode/chef into mcquin/controls_gro...Claire McQuin2014-11-212-8/+31
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Requring time - needed for iso8601 formattyler-ball2014-11-211-2/+7
| | * | | Adding start_time and end_time to array per requesttball/start-end-timetyler-ball2014-11-202-5/+24
| | * | | Remove compression since the server doesn't support it yet.sersut/audit-integSerdar Sutay2014-11-191-3/+2
| | |/ /
| * | | Use a central runnerClaire McQuin2014-11-216-148/+65
| | |/ | |/|
| * | Merge branch 'audit-mode' of github.com:opscode/chef into mcquin/controls_gro...Claire McQuin2014-11-205-33/+61
| |\ \ | | |/
| | * Updates based on PR comments.Serdar Sutay2014-11-172-3/+2
| | * Make sure we don't close the output_stream after running rspec.sersut/basic-audit-testSerdar Sutay2014-11-145-32/+64
| * | Add comments.Claire McQuin2014-11-141-0/+51
| * | Add a Chef::Audit::Controls object for 'controls'Claire McQuin2014-11-145-93/+83
| |/
| * Merge branch 'audit-mode' into tball/audit-teststball/audit-teststyler-ball2014-11-1326-132/+443
| |\
| | * Adding audit mode JSON formattertyler-ball2014-11-1313-20/+689
| * | Merge branch 'audit-mode' into tball/audit-teststyler-ball2014-11-121-2/+11
| |\ \
| | * | Adding uncaught error informationtyler-ball2014-11-121-2/+11
| * | | Fixing failing spec test and audit-mode flagtyler-ball2014-11-112-2/+8
| |/ /
| * | 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-063-2/+15
| |\ \
| | * | add rspec/itsClaire McQuin2014-11-053-4/+2
| | * | Add serverspec types and matchers.Claire McQuin2014-11-042-1/+14
| * | | 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