summaryrefslogtreecommitdiff
path: root/spec/unit/transaction
AgeCommit message (Expand)AuthorFilesLines
2014-06-04(PUP-2710) For audit only, compare Time objects as stringsKylo Ginsberg1-0/+64
2014-02-06(maint) Change name from from_pson to from_data_hashErik Dalén1-2/+2
2014-02-04Merge branch 'stable'Josh Partlow1-3/+111
2014-02-03(Maint) Extract re-usable resource matcherAndrew Parker1-10/+2
2014-01-31(pup-1524) Correct resource_present? to account for purgedKylo Ginsberg1-3/+111
2014-01-28(pup-640) Update report schema for error eventsKylo Ginsberg1-0/+19
2014-01-20Correct all misspelled instances of the word occurredMatthew Nicholas Bradley1-1/+1
2014-01-14(PUP-1151) Consolidate JSON schema validationAndrew Parker1-15/+5
2014-01-06(PUP-716) Fix up transaction testsAndrew Parker1-1/+1
2013-11-08(#19447) Puppet::FileSystem::File.exist?Ethan J. Brown1-1/+1
2013-11-05(maint) Remove large spec test block whose benefits were unclear.Kylo Ginsberg1-209/+0
2013-11-05(#23801) Add unit tests for insync? raising StandardError or ExceptionKylo Ginsberg1-0/+57
2013-11-05(Maint) Reorder and reduce scope of harnessAndrew Parker1-0/+2
2013-10-23(#22956) Remove temporary TagSet#== implementationPatrick Carlisle1-1/+1
2013-10-23(#22956) Use a set to store tagsPatrick Carlisle1-8/+0
2013-10-08(maint) Rename validate_as_json to be specificPatrick Carlisle1-5/+1
2013-09-26(maint) Move common constant/requires for json-schema to spec_helper.rbKylo Ginsberg1-4/+0
2013-09-16Merge remote-tracking branch 'upstream/stable'Josh Cooper1-1/+1
2013-09-16(#21975) Don't monkey patch Object#instance_variablesPatrick Carlisle1-1/+1
2013-09-16Merge pull request #1884 from hlindberg/feature-22356-report-api-docAndrew Parker1-1/+28
2013-09-16(#22356) Change POST to PUT, fix Ruby 1.8.7 and windows issueHenrik Lindberg1-2/+2
2013-09-16(#22356) Add report API json-schema, validation, and documentation.Henrik Lindberg1-2/+11
2013-09-16(#22356) add spec test and vanilla (useless) schemaKylo Ginsberg1-0/+18
2013-09-13(#22530) Support both YAML and PSONAndrew Parker1-1/+5
2013-09-04(#21427) make supported_formats return an array of symbolsKylo Ginsberg1-1/+1
2013-09-04(#21427) Handle loss of precision during YAML serializationJosh Cooper1-5/+24
2013-09-04(#21427) Make report format selectableAndrew Parker1-9/+35
2013-08-28Merge pull request #1855 from zaphod42/issue/master/22229-ensure-generated-re...kylo1-0/+47
2013-08-27(#22229) Provide way of getting the containerAndrew Parker1-3/+3
2013-08-27(#22229) Ensure generated resources containedAndrew Parker1-0/+47
2013-08-26(#22250) refactor previous and add spec testsKylo Ginsberg1-15/+23
2013-08-19(#22205) Reinstate relationship_graph as a factory methodAndrew Parker1-6/+8
2013-08-16(#22205) Chose a Prioritizer based on Puppet[:ordering]Andrew Parker3-48/+69
2013-08-13(#18508) Ensure that no two resources have the same priorityAndrew Parker1-2/+27
2013-08-13(#18508) Handle duplicate generated resources correctlyAndrew Parker1-105/+250
2013-08-13(#18508) Ensure eval_generated resources apply at the right timeAndrew Parker1-0/+20
2013-08-13(#18508) Extract class to control generating resourcesAndrew Parker1-0/+159
2013-08-09(Maint) Avoid creating unneeded Status objects in TransactionPatrick Carlisle1-4/+3
2013-08-09(Maint) Decouple reports for logging from catalogsPatrick Carlisle1-0/+13
2013-07-19(#21831) Generate a UUID to allow matching a report to a catalogKylo Ginsberg1-1/+12
2013-06-26(#21427) Submit reports in PSON formatAndrew Parker2-0/+99
2013-05-02(#17887) Ensure log message is initialized when Exception raisedDominic Cleal1-1/+30
2013-04-08(#20128) Handle event dequeues when target resource has no events registeredDominic Cleal1-0/+4
2013-04-08(#20128) Improve dequeue example to represent two separate resourcesDominic Cleal1-11/+14
2013-03-28(#19805) Report failures to restart in exit code if requestedLubomir Rintel1-0/+8
2013-02-11(#18494) Remove TypeError handling code used for testsDominic Cleal1-5/+20
2013-02-11(#7165) Properties can invalidate scheduled refreshes on changeDominic Cleal1-0/+42
2012-09-26(Maint) Remove rspec from shebang lineJeff McCune4-4/+4
2012-07-17zaml: don't sort object attributes for outputDaniel Pittman1-1/+1
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune4-4/+4