summaryrefslogtreecommitdiff
path: root/spec/unit/node
AgeCommit message (Expand)AuthorFilesLines
2010-08-13[#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry1-2/+2
2010-08-13Moved perform_initial_import from Puppet::Resource::TypeCollection to Puppet:...Paul Berry1-4/+55
2010-08-04[#4467] Make Puppet Master respect facts_terminus settingsRein Henrichs1-2/+13
2010-07-25Fix #4302 - Compilation speed regression compared to 2.6Brice Figureau1-3/+32
2010-07-09Code smell: Two space indentationMarkus Roberts2-261/+261
2010-07-09Code smell: Avoid needless decorationsMarkus Roberts1-1/+1
2010-07-09Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2-2/+2
2010-06-28[#3994-part 3] rename spec tests from *_spec_spec to *_spec.rbMarkus Roberts2-0/+0
2010-06-28[#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2-0/+0
2010-06-23[#3994] rename the specs to have _spec.rb at the endMarkus Roberts2-0/+0
2010-02-17Fixed #3912 - Added client certificate name as an internal fact called "clien...James Turnbull1-0/+5
2010-02-17Allowing Environment.new to take an environmentLuke Kanies1-0/+5
2010-02-17Fixing failing Environment unit testsLuke Kanies1-1/+1
2010-02-17Adding an environment helperLuke Kanies1-0/+24
2010-02-17Renaming Parser::ResourceType to Resource::TypeLuke Kanies1-4/+4
2010-02-17Adding 'known_resource_types' to EnvironmentLuke Kanies1-0/+32
2010-03-22Fixing #3407 Failing tests in spec/unit/node/environment.rbJesse Wolfe1-6/+6
2009-12-15Fix for #2921 (test not checking for what it really wanted)Markus Roberts1-1/+1
2009-12-04Avoiding rspec bug which causes 'be_all' tests to always passMarkus Roberts1-1/+1
2009-11-15Add Environment#manifestdir and small refactoringBrice Figureau1-22/+38
2009-08-18Refactoring the Module/Environment co-interfaceLuke Kanies1-15/+52
2009-08-18Fixing #1544 - plugins in modules now works againLuke Kanies1-2/+3
2009-06-06Removed extra whitespace from end of linesIan Taylor2-3/+3
2009-05-20Adding caching to the Environment classLuke Kanies1-0/+16
2009-05-15Modules now can find their own pathsLuke Kanies1-14/+10
2009-03-20Adding REST::Handler methods for converting between indirection and urisLuke Kanies1-0/+4
2009-02-18Environments now use their own modulepath method.Luke Kanies1-3/+3
2009-02-18The 'Environment' class can now calculate its modulepath.Luke Kanies1-0/+42
2009-02-18Added support for finding modules from an environmentLuke Kanies1-0/+38
2009-02-18reformatting the environment testsLuke Kanies1-15/+15
2009-02-06Refactoring how the Facter integration worksLuke Kanies1-0/+55
2009-02-06Reformatting tests for factsLuke Kanies1-30/+32
2008-12-18Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies1-932/+0
2008-12-02Merge branch '0.24.x'Luke Kanies1-9/+9
2008-11-25Removing the included testing gems; you must now install them yourself.Luke Kanies1-9/+9
2008-11-15These changes are all about making sure file data is expired when appropriate.Luke Kanies1-2/+2
2008-11-15Catalogs always consider resource data to be expired if not mid-transaction.Luke Kanies1-0/+11
2008-11-11Adding cached attribute support to resources.Luke Kanies1-1/+9
2008-11-11Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2-3/+3
2008-11-07Refactoring Catalog#add_resource to correctly handle implicit resources.Luke Kanies1-71/+101
2008-11-06Changing the catalog's relationship graph into a normal graph.Luke Kanies1-67/+74
2008-11-06Removing the PGraph class and subsuming it into SimpleGraph.Luke Kanies1-20/+2
2008-11-05Removing mid-transaction resources from the catalog.Luke Kanies1-0/+14
2008-10-17Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies1-52/+0
2008-10-03Fixing #1614 - Environments no longer have to be listed out.Luke Kanies1-52/+0
2008-07-04Merge branch '0.24.x'Luke Kanies1-1/+6
2008-07-02Backporting a test that was failing in master, and fixing itLuke Kanies1-0/+5
2008-07-02Merge branch '0.24.x'Luke Kanies1-0/+5
2008-06-16Fixed #1221 - aliases to titles now work for resources.Luke Kanies1-3/+8
2008-05-25Merge branch '0.24.x'Luke Kanies1-0/+20