summaryrefslogtreecommitdiffstats
path: root/lib/puppet/node
Commit message (Expand)AuthorAgeFilesLines
* [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-131-3/+9
* Moved perform_initial_import from Puppet::Resource::TypeCollection to Puppet:...Paul Berry2010-08-131-1/+21
* Fix #4302 - Compilation speed regression compared to 2.6Brice Figureau2010-07-251-5/+15
* Alt fix for #4207 -- serialize environments as their namesMarkus Roberts2010-07-111-0/+7
* Code smell: Two space indentationMarkus Roberts2010-07-092-147/+147
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* [#4055] Add CouchDB terminus for factsRein Henrichs2010-02-171-0/+5
* [#3921] Fix typo "fact_terminus" -> "facts_terminus"Rein Henrichs2010-02-171-1/+1
* Improving fix for #1175; tightening thread safetyMarkus Roberts2010-02-171-3/+4
* Part 2 of fix for #1175 (functions in environments)Markus Roberts2010-02-171-0/+12
* [#3921] Add facts_terminus setting to Puppet settingsRein Henrichs2010-02-171-2/+1
* Fixed #3912 - Added client certificate name as an internal fact called "clien...James Turnbull2010-02-171-0/+1
* Allowing Environment.new to take an environmentLuke Kanies2010-02-171-0/+1
* Adding an environment helperLuke Kanies2010-02-171-0/+14
* REST: hide Request objectJesse Wolfe2010-02-171-1/+1
* Renaming Parser::ResourceType to Resource::TypeLuke Kanies2010-02-171-1/+1
* Adding 'known_resource_types' to EnvironmentLuke Kanies2010-02-171-0/+8
* Fixing #3407 Failing tests in spec/unit/node/environment.rbJesse Wolfe2010-03-221-1/+7
* Add Environment#manifestdir and small refactoringBrice Figureau2009-11-151-9/+20
* Refactoring the Module/Environment co-interfaceLuke Kanies2009-08-181-6/+2
* Fixing #1544 - plugins in modules now works againLuke Kanies2009-08-181-0/+1
* Adding caching to the Environment classLuke Kanies2009-05-201-2/+18
* Modules now can find their own pathsLuke Kanies2009-05-151-5/+3
* Adding REST::Handler methods for converting between indirection and urisLuke Kanies2009-03-201-0/+4
* Environments now use their own modulepath method.Luke Kanies2009-02-181-2/+2
* The 'Environment' class can now calculate its modulepath.Luke Kanies2009-02-181-0/+16
* Added support for finding modules from an environmentLuke Kanies2009-02-181-0/+17
* Refactoring how the Facter integration worksLuke Kanies2009-02-061-0/+21
* Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-508/+0
* Renaming Puppet::ResourceReference to Puppet::Resource::ReferenceLuke Kanies2008-12-091-2/+2
* These changes are all about making sure file data is expired when appropriate.Luke Kanies2008-11-151-0/+4
* Catalogs always consider resource data to be expired if not mid-transaction.Luke Kanies2008-11-151-0/+8
* Adding cached attribute support to resources.Luke Kanies2008-11-111-0/+6
* Refactoring Catalog#add_resource to correctly handle implicit resources.Luke Kanies2008-11-071-36/+31
* Removing mention of obsolete edgelist_class from GRATR.Luke Kanies2008-11-061-16/+0
* Changing the catalog's relationship graph into a normal graph.Luke Kanies2008-11-061-8/+3
* Removing the PGraph class and subsuming it into SimpleGraph.Luke Kanies2008-11-061-22/+7
* Removing mid-transaction resources from the catalog.Luke Kanies2008-11-051-1/+1
* Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-171-17/+1
|\
| * Fixing #1614 - Environments no longer have to be listed out.Luke Kanies2008-10-031-17/+1
* | Merge branch '0.24.x'Luke Kanies2008-07-041-0/+1
|\|
| * Backporting a test that was failing in master, and fixing itLuke Kanies2008-07-021-0/+1
* | Merge branch '0.24.x'Luke Kanies2008-07-021-1/+6
|\|
| * Fixed #1221 - aliases to titles now work for resources.Luke Kanies2008-06-161-1/+6
* | Merge branch '0.24.x'Luke Kanies2008-05-251-0/+3
|\|
| * Removing extra debuggingLuke Kanies2008-05-221-1/+0
| * Fixing the node/catalog so that it can convert from parser catalogs to RAL ca...Luke Kanies2008-05-221-0/+4
* | Merge branch '0.24.x'Luke Kanies2008-04-111-1/+9
|\|