summaryrefslogtreecommitdiffstats
path: root/lib/puppet/node/environment.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with forward and backslashes in Windows pathsJosh Cooper2011-07-261-1/+4
* Rework Puppet::Util::Cacher to only expire using TTLsNick Lewis2011-07-211-8/+2
* (#8268) Require windows drive letters in absolute file pathsJosh Cooper2011-07-191-2/+3
* Merge branch '2.6.x' into nextMax Martin2011-04-071-1/+3
|\
| * (#5437) Invalidate cached TypeCollection when there was an error parsingJacob Helwig2011-04-011-1/+1
* | (#5477) Allow watch_file to watch non-existent files, especially site.ppJesse Wolfe2011-03-251-3/+2
* | Merge commit '2.6.3' into nextPaul Berry2010-11-171-0/+4
|\|
| * Fix for #5055 -- adding to_sym to Puppet::Node::EnvironmentMarkus Roberts2010-11-161-0/+4
* | [#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-091-100/+100
* 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
* 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
* Allowing Environment.new to take an environmentLuke Kanies2010-02-171-0/+1
* Adding an environment helperLuke Kanies2010-02-171-0/+14
* 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
* Fixing #1614 - Environments no longer have to be listed out.Luke Kanies2008-10-031-17/+1
* Found all instances of methods where split() is used withoutLuke Kanies2008-03-211-1/+2
* Using the Environment class to determine the default environment,Luke Kanies2007-11-201-0/+1
* Fixing #911 and #912 -- there's a default environment (development)Luke Kanies2007-11-191-0/+45