summaryrefslogtreecommitdiff
path: root/spec/unit/resource
AgeCommit message (Expand)AuthorFilesLines
2014-07-24(maint) Remove unnecessary Puppet.settings.clear calls from specsJosh Partlow1-5/+0
2014-04-28(PUP-1699) Tie resource environment to catalogAndrew Parker1-104/+20
2014-04-09Merge remote-tracking branch 'upstream/stable'Andrew Parker2-2/+2
2014-04-07(PUP-2158) Default a missing manifest to no_manifestAndrew Parker2-2/+2
2014-03-18(PUP-1596) Read environment.conf for new directory environmentsJosh Partlow1-9/+10
2014-02-06(maint) Change name from from_pson to from_data_hashErik Dalén2-3/+3
2014-01-29(PUP-1118) Stop using Environment.newAndrew Parker2-49/+31
2014-01-14(PUP-1151) Consolidate JSON schema validationAndrew Parker2-48/+24
2013-11-06(#23086) Ensure that failed_because events have a nameAndrew Parker1-0/+8
2013-10-30Merge pull request #2008 from pcarlisle/performance/taggingAndrew Parker2-10/+15
2013-10-23(#22956) Remove temporary TagSet#== implementationPatrick Carlisle2-8/+13
2013-10-23(#22956) Use a set to store tagsPatrick Carlisle1-2/+2
2013-10-23(#22943) Refactor/rename Puppet::Resource#to_resourceKylo Ginsberg1-2/+2
2013-10-08(maint) Rename validate_as_json to be specificPatrick Carlisle2-11/+11
2013-09-26(maint) Move common constant/requires for json-schema to spec_helper.rbKylo Ginsberg2-8/+0
2013-09-10(#22356) validate json schemas against the json meta-schemaKylo Ginsberg2-0/+16
2013-09-05Merge pull request #1862 from kylog/issue/22110-document-catalogHenrik Lindberg1-0/+63
2013-09-03(#22110) validate some simple catalogs against json schemaKylo Ginsberg1-0/+63
2013-09-03(maint) accomodate the new location for schemasKylo Ginsberg1-1/+1
2013-09-03(#22360) don't attempt json schema validation on windowsKylo Ginsberg1-6/+9
2013-09-03Revert "Remove tests depending on json-schema"Kylo Ginsberg1-0/+22
2013-09-03Merge pull request #1866 from kylog/issue/22110-reorg-api-directorykylo1-34/+0
2013-09-02(#22110) reorg api docs to api/{docs/schemas}Kylo Ginsberg1-34/+0
2013-08-27(#22229) Provide way of getting the containerAndrew Parker1-0/+15
2013-08-19(#22205) Reinstate relationship_graph as a factory methodAndrew Parker1-3/+1
2013-08-16(#22205) Chose a Prioritizer based on Puppet[:ordering]Andrew Parker1-72/+7
2013-08-15(#22205) Extract class for generating resource prioritiesAndrew Parker1-2/+2
2013-08-15Merge branch 'stable'Josh Partlow1-68/+40
2013-08-15Merge branch 'release_3.2.4' into stableJosh Partlow1-68/+40
2013-08-13(Maint) Move most graph related code to Puppet::GraphAndrew Parker1-5/+5
2013-08-12Merge branch 'stable'Adrien Thebo1-1/+1
2013-08-09(Maint) Move creation of relationship graphs to RelationshipGraphAndrew Parker1-22/+0
2013-08-09(#18508) Test that the relationship graph gets built in orderPatrick Carlisle1-18/+34
2013-08-09(Maint) Move reporting catalog retrieval duration to the transactionPatrick Carlisle1-13/+0
2013-08-07Remove tests depending on json-schemaPatrick Carlisle1-22/+0
2013-08-06(#21971) Create system for safely dealing with path patternsAndrew Parker1-12/+0
2013-08-06(#21971) Check for possible directory traversalAndrew Parker1-0/+12
2013-08-06(Maint) Clean up specsAndrew Parker1-68/+40
2013-08-06(#21881) Handle reading the schema ourselvesPatrick Carlisle1-3/+3
2013-08-06Revert "Merge branch 'remove-json-schema'"Patrick Carlisle2-0/+56
2013-08-05(#21835) Downgrade missing type optimization warnCharlie Sharpsteen1-1/+1
2013-08-05Revert "(#21881) Validate ResourceType against a json schema in tests"Patrick Carlisle2-53/+0
2013-08-05Revert "Encode the path passed to json-schema as a URI"Patrick Carlisle1-4/+1
2013-08-05Encode the path passed to json-schema as a URIPatrick Carlisle1-1/+4
2013-07-31Merge pull request #1803 from jpartlow/issue/21881-document-resource-typekylo2-0/+53
2013-07-29(Maint) Remove some unneeded complexityAndrew Parker1-2/+3
2013-07-29(#18508) Preserve order of insertion for resourcesPatrick Carlisle1-4/+0
2013-07-25Merge pull request #1784 from nhemingway/bug_11133_node_regex_capturesAdrien Thebo1-4/+24
2013-07-23(#21881) Validate ResourceType against a json schema in testsPatrick Carlisle2-0/+53
2013-07-18(#11133) If a node definition uses a regex, make its capture variables availa...Neil Hemingway1-4/+24