summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/resource
Commit message (Expand)AuthorAgeFilesLines
* Removing Resource::Reference classesLuke Kanies2010-02-171-103/+0
* Renaming Parser::ResourceType to Resource::TypeLuke Kanies2010-02-171-2/+2
* All non-transient parser references are goneLuke Kanies2010-02-171-8/+12
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-051-4/+4
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Removing an "inspect" method that often failed in testingLuke Kanies2009-04-241-4/+0
* Removing unnecessary parser variables when yaml-dumpingLuke Kanies2009-04-222-1/+9
* Refactoring the Rails integrationLuke Kanies2009-04-221-72/+0
* Fixing all tests that were apparently broken in the 0.24.x merge.Luke Kanies2009-04-021-1/+1
* Merge branch '0.24.x'Luke Kanies2009-04-022-2/+9
|\
| * Using the FileCollection where appropriate.Luke Kanies2009-02-282-1/+7
| * Change the way the tags and params are handled in railsBrice Figureau2009-02-061-13/+12
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-2/+2
* | Change the way the tags and params are handled in railsBrice Figureau2009-02-061-13/+12
* | Renaming Puppet::ResourceReference to Puppet::Resource::ReferenceLuke Kanies2008-12-091-2/+2
|/
* Fixing #1755 - handling fully qualified classes correctly.Luke Kanies2008-11-261-3/+4
* Fix #1502 - abysmal storeconfig performance - part2Brice Figureau2008-08-171-2/+10
* Moving the ast node tests to rspec (which I could haveLuke Kanies2008-02-121-2/+6
* Moving all of the tests for Puppet::Parser::Compile toLuke Kanies2008-02-111-1/+1
* More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-081-1/+1
* Fixing #967 -- relationships now work when running 0.23.x clientsLuke Kanies2007-12-181-1/+7
* Theoretically, this patch is to fix #917 (which it does), butLuke Kanies2007-11-281-18/+9
* Adding patch 20070913032650-6856b-b1cca1c249415c6076ffcecb9df1525a728457c7.pa...Luke Kanies2007-11-231-1/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixing #806. Resources correctly look up their fully qualified definition ty...Luke Kanies2007-09-061-1/+1
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-1/+5
* Doing a small amount of refactoring, toward being able to use Parser resource...Luke Kanies2007-09-031-4/+19
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-201-2/+0
* Fixing #314 and #729; here's the changelog:luke2007-08-031-1/+1
* Fixing #695 -- resource references will correctly serialize and unserialize i...luke2007-07-181-8/+19
* Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa...luke2007-07-101-1/+1
* Changing the log message when a resource type cannot be foundluke2007-07-091-1/+1
* All rails and language tests now pass again. All of the rails tests should n...luke2007-06-171-1/+1
* Fixing #673, but I have not written a test case for it. I moved all rails-re...luke2007-06-171-2/+2
* Updated the CHANGELOG.ballman2007-06-141-3/+7
* Added to_s to the values to ensure the check versus the database will be ballman2007-06-131-4/+4
* Major rework of the rails feature. Changed the relationship between ballman2007-06-121-27/+46
* Working a little bit on rails failures, with no real progressluke2007-04-301-3/+1
* Refactoring some of the rails code. The speed is now pretty good, but the ta...luke2007-03-241-8/+0
* Rails is now significantly faster. I refactored all of the queries; they are...luke2007-03-221-6/+25
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-231-1/+1
* All rails *and* language tests now pass, with the exception of a language/res...luke2006-12-191-19/+6
* Fixing most of the rails stuff. I think everything basically works now, and ...luke2006-12-191-12/+31
* New rails stuff redux.shadoi2006-12-141-8/+7
* Fixing configuration storage -- there was a check being done that caused fals...luke2006-11-151-3/+1
* Temporarily reverting all of the recent rails work so that I can release 0.20.1luke2006-11-131-6/+4
* Rails stuff part 1shadoi2006-11-091-4/+6
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-062-2/+6
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-042-0/+112