summaryrefslogtreecommitdiff
path: root/spec/unit/resource/catalog_spec.rb
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-01-14(PUP-1151) Consolidate JSON schema validationAndrew Parker1-29/+17
2013-10-30Merge pull request #2008 from pcarlisle/performance/taggingAndrew Parker1-9/+12
2013-10-23(#22956) Remove temporary TagSet#== implementationPatrick Carlisle1-7/+10
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 Carlisle1-8/+8
2013-09-26(maint) Move common constant/requires for json-schema to spec_helper.rbKylo Ginsberg1-4/+0
2013-09-10(#22356) validate json schemas against the json meta-schemaKylo Ginsberg1-0/+8
2013-09-03(#22110) validate some simple catalogs against json schemaKylo Ginsberg1-0/+63
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-13(Maint) Move most graph related code to Puppet::GraphAndrew Parker1-5/+5
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-07-29(Maint) Remove some unneeded complexityAndrew Parker1-2/+3
2013-07-29(#18508) Preserve order of insertion for resourcesPatrick Carlisle1-4/+0
2013-05-01(#20383) Provide location of duplicate resource in errorAdrien Thebo1-3/+23
2012-10-26(#7622) Deprecate and remove features.pson?Andrew Parker1-2/+2
2012-09-26(Maint) Remove rspec from shebang lineJeff McCune1-1/+1
2012-07-23Reduce stubs and expectations on settingsPatrick Carlisle1-2/+2
2012-07-11Merge commit 'ecc52ed' into 3.0rcPatrick Carlisle1-26/+30
2012-07-10Fix broken ability to remove resources from the catalog.Daniel Pittman1-4/+6
2012-07-10Fix type check when transforming catalog.Daniel Pittman1-1/+6
2012-07-10Fix all trivial "should to must" errors in our tests.Daniel Pittman1-19/+17
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune1-1/+1
2012-02-07Merge remote-tracking branch 'origin/2.7.x'Daniel Pittman1-3/+3
2012-01-03(#11451) Fix improper use of "defined" in the duplicate declaration errornfagerlund1-3/+3
2011-12-28(#11552) Remove TransObject and TransBucketMatt Robinson1-172/+6
2011-10-03Remove 'fails_on_windows' tag for passing testsJosh Cooper1-1/+1
2011-09-28(#9775) Only list managed resources in the resources fileMatt Robinson1-3/+13
2011-09-16Expand paths in catalog_spec for windows testingMatthaus Litteken1-8/+8
2011-09-15Fix failing spec for resource fileNick Lewis1-2/+2
2011-09-15(#8667) Write out a list of resources that are managed by puppet agentMatt Robinson1-0/+35
2011-08-19Disable spec tests for unsupported functionality on WindowsJosh Cooper1-3/+4
2011-08-19Remove caching from the catalog, types, and parametersNick Lewis1-25/+0
2011-08-19Maint: Tagged spec tests that are known to fail on WindowsJosh Cooper1-1/+1
2011-08-19Fix tests with "relative" paths on WindowsJosh Cooper1-1/+2
2011-07-25Merge branch '2.6.x' into 2.7.xNick Lewis1-7/+54
2011-07-25(#8596) Detect resource alias conflicts when titles do not matchNick Lewis1-7/+54
2011-06-28Merge branch '2.6.x' into 2.7.xJacob Helwig1-1/+1
2011-06-10(#7127) Stop puppet if a prerun command failsJosh Cooper1-1/+1
2011-04-18Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.xPieter van de Bruggen1-0/+1
2011-04-13maint: clean up the spec test headers in bulk.Daniel Pittman1-2/+1
2011-04-08maint: just require 'spec_helper', thanks rspec2Daniel Pittman1-1/+1
2011-04-06(5200) -- replace containers with sentinalsMarkus Roberts1-1/+1