| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing Resource::Reference classes | Luke Kanies | 2010-02-17 | 1 | -103/+0 |
* | Renaming Parser::ResourceType to Resource::Type | Luke Kanies | 2010-02-17 | 1 | -2/+2 |
* | All non-transient parser references are gone | Luke Kanies | 2010-02-17 | 1 | -8/+12 |
* | Switching to LoadedCode from ASTSet | Luke Kanies | 2009-07-05 | 1 | -4/+4 |
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -1/+1 |
* | Removing an "inspect" method that often failed in testing | Luke Kanies | 2009-04-24 | 1 | -4/+0 |
* | Removing unnecessary parser variables when yaml-dumping | Luke Kanies | 2009-04-22 | 2 | -1/+9 |
* | Refactoring the Rails integration | Luke Kanies | 2009-04-22 | 1 | -72/+0 |
* | Fixing all tests that were apparently broken in the 0.24.x merge. | Luke Kanies | 2009-04-02 | 1 | -1/+1 |
* | Merge branch '0.24.x' | Luke Kanies | 2009-04-02 | 2 | -2/+9 |
|\ |
|
| * | Using the FileCollection where appropriate. | Luke Kanies | 2009-02-28 | 2 | -1/+7 |
| * | Change the way the tags and params are handled in rails | Brice Figureau | 2009-02-06 | 1 | -13/+12 |
* | | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ... | James Turnbull | 2009-02-26 | 1 | -2/+2 |
* | | Change the way the tags and params are handled in rails | Brice Figureau | 2009-02-06 | 1 | -13/+12 |
* | | Renaming Puppet::ResourceReference to Puppet::Resource::Reference | Luke Kanies | 2008-12-09 | 1 | -2/+2 |
|/ |
|
* | Fixing #1755 - handling fully qualified classes correctly. | Luke Kanies | 2008-11-26 | 1 | -3/+4 |
* | Fix #1502 - abysmal storeconfig performance - part2 | Brice Figureau | 2008-08-17 | 1 | -2/+10 |
* | Moving the ast node tests to rspec (which I could have | Luke Kanies | 2008-02-12 | 1 | -2/+6 |
* | Moving all of the tests for Puppet::Parser::Compile to | Luke Kanies | 2008-02-11 | 1 | -1/+1 |
* | More AST refactoring -- each of the code wrapping classes | Luke Kanies | 2008-02-08 | 1 | -1/+1 |
* | Fixing #967 -- relationships now work when running 0.23.x clients | Luke Kanies | 2007-12-18 | 1 | -1/+7 |
* | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 1 | -18/+9 |
* | Adding patch 20070913032650-6856b-b1cca1c249415c6076ffcecb9df1525a728457c7.pa... | Luke Kanies | 2007-11-23 | 1 | -1/+1 |
* | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
* | Fixing #806. Resources correctly look up their fully qualified definition ty... | Luke Kanies | 2007-09-06 | 1 | -1/+1 |
* | We now have a real configuration object, as a subclass of GRATR::Digraph, tha... | Luke Kanies | 2007-09-04 | 1 | -1/+5 |
* | Doing a small amount of refactoring, toward being able to use Parser resource... | Luke Kanies | 2007-09-03 | 1 | -4/+19 |
* | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 1 | -2/+0 |
* | Fixing #314 and #729; here's the changelog: | luke | 2007-08-03 | 1 | -1/+1 |
* | Fixing #695 -- resource references will correctly serialize and unserialize i... | luke | 2007-07-18 | 1 | -8/+19 |
* | Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa... | luke | 2007-07-10 | 1 | -1/+1 |
* | Changing the log message when a resource type cannot be found | luke | 2007-07-09 | 1 | -1/+1 |
* | All rails and language tests now pass again. All of the rails tests should n... | luke | 2007-06-17 | 1 | -1/+1 |
* | Fixing #673, but I have not written a test case for it. I moved all rails-re... | luke | 2007-06-17 | 1 | -2/+2 |
* | Updated the CHANGELOG. | ballman | 2007-06-14 | 1 | -3/+7 |
* | Added to_s to the values to ensure the check versus the database will be | ballman | 2007-06-13 | 1 | -4/+4 |
* | Major rework of the rails feature. Changed the relationship between | ballman | 2007-06-12 | 1 | -27/+46 |
* | Working a little bit on rails failures, with no real progress | luke | 2007-04-30 | 1 | -3/+1 |
* | Refactoring some of the rails code. The speed is now pretty good, but the ta... | luke | 2007-03-24 | 1 | -8/+0 |
* | Rails is now significantly faster. I refactored all of the queries; they are... | luke | 2007-03-22 | 1 | -6/+25 |
* | Fixing #343. Collections and definition evaluation both now happen on every ... | luke | 2006-12-23 | 1 | -1/+1 |
* | All rails *and* language tests now pass, with the exception of a language/res... | luke | 2006-12-19 | 1 | -19/+6 |
* | Fixing most of the rails stuff. I think everything basically works now, and ... | luke | 2006-12-19 | 1 | -12/+31 |
* | New rails stuff redux. | shadoi | 2006-12-14 | 1 | -8/+7 |
* | Fixing configuration storage -- there was a check being done that caused fals... | luke | 2006-11-15 | 1 | -3/+1 |
* | Temporarily reverting all of the recent rails work so that I can release 0.20.1 | luke | 2006-11-13 | 1 | -6/+4 |
* | Rails stuff part 1 | shadoi | 2006-11-09 | 1 | -4/+6 |
* | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 2 | -2/+6 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 2 | -0/+112 |