| Commit message (Expand) | Author | Age | Files | Lines |
* | maint: Use expand_path when requiring spec_helper or puppettest | Matt Robinson | 2010-12-06 | 1 | -1/+1 |
* | Code smell: Two space indentation | Markus Roberts | 2010-07-09 | 1 | -67/+67 |
* | Code smell: Inconsistent indentation and related formatting issues | Markus Roberts | 2010-07-09 | 1 | -1/+4 |
* | Finishing renaming :params to :parameters internally | Luke Kanies | 2010-02-17 | 1 | -53/+2 |
* | Fixing most of the broken tests in test/ | Luke Kanies | 2010-02-17 | 1 | -1/+1 |
* | Resolving conflicts with ??? | Markus Roberts | 2010-02-17 | 1 | -1/+0 |
* | Fix #2033 - Allow regexp in if expression | Brice Figureau | 2009-08-01 | 1 | -2/+3 |
* | Changing the name of the Compile class to Compiler, | Luke Kanies | 2008-02-11 | 1 | -2/+2 |
* | Changing some methods in the Compile class to | Luke Kanies | 2008-02-11 | 1 | -1/+1 |
* | More AST refactoring -- each of the code wrapping classes | Luke Kanies | 2008-02-08 | 1 | -50/+0 |
* | Refactoring the AST classes just a bit. I realized that | Luke Kanies | 2008-02-08 | 1 | -8/+8 |
* | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 1 | -1/+1 |
* | Changing the test/ classes so that they work from the main | Luke Kanies | 2007-10-26 | 1 | -1/+1 |
* | Flipped the switch so that compiles now return a Configuration instance inste... | Luke Kanies | 2007-09-04 | 1 | -6/+4 |
* | Successfully modified all tests and code so that all language tests pass agai... | Luke Kanies | 2007-09-04 | 1 | -2/+2 |
* | More refactoring. I have removed a few more extraneous methods from Scope, m... | Luke Kanies | 2007-09-03 | 1 | -1/+1 |
* | And we have multiple environment support in the parser. The only remaining p... | Luke Kanies | 2007-08-25 | 1 | -2/+2 |
* | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 1 | -19/+16 |
* | All rails and language tests now pass again. All of the rails tests should n... | luke | 2007-06-17 | 1 | -147/+3 |
* | The first round of fixes for failing tests. | luke | 2007-03-18 | 1 | -1/+1 |
* | Fixing #472. Apparently this has been broken since I did the parser redesign... | luke | 2007-02-22 | 1 | -179/+0 |
* | Merge fact_names & fact_values, and param_names & param_values. | shadoi | 2007-02-15 | 1 | -1/+1 |
* | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 1 | -1/+1 |
* | Fixing #343. Collections and definition evaluation both now happen on every ... | luke | 2006-12-23 | 1 | -9/+9 |
* | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 1 | -20/+1 |
* | Re-add support for tags and file/lines | shadoi | 2006-12-19 | 1 | -2/+0 |
* | All rails *and* language tests now pass, with the exception of a language/res... | luke | 2006-12-19 | 1 | -1/+1 |
* | New rails stuff redux. | shadoi | 2006-12-14 | 1 | -4/+6 |
* | Fixing #342. Classes needed to have their namespaces set to their fully qual... | luke | 2006-11-17 | 1 | -0/+34 |
* | Fixing the test scripts so that the library path | luke | 2006-10-16 | 1 | -1/+3 |
* | Adding a ruby header to all of the tests so that they can now be executed as ... | luke | 2006-10-16 | 1 | -1/+1 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -787/+348 |
* | Converting to using the Rakefile for testing. The old 'test' script is | luke | 2006-09-19 | 1 | -8/+1 |
* | Adding "if/else" constructs. No operators, no elsif, but it is a good start,... | luke | 2006-08-22 | 1 | -0/+52 |
* | A round of bug-fixing in preparation for the next release. | luke | 2006-06-13 | 1 | -2/+1 |
* | Fixing #161. Basically, AST::ObjectDef now catches when users specify a name... | luke | 2006-06-01 | 1 | -0/+24 |
* | only performing collection tests if activerecord is available | luke | 2006-05-15 | 1 | -0/+4 |
* | I appear to have object collection working, incredibly. This commit does the... | luke | 2006-05-13 | 1 | -0/+56 |
* | Adding some small changes towards fixing #140 and #83, but this work needs to... | luke | 2006-05-13 | 1 | -0/+53 |
* | Fixing #141. It was a problem related to the recent parser changes I made. | luke | 2006-05-12 | 1 | -43/+32 |
* | Preliminary commit of the first phase of the parser redesign. The biggest di... | luke | 2006-05-09 | 1 | -9/+19 |
* | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 2006-04-26 | 1 | -0/+54 |
* | Changing "set" to "tag" | luke | 2006-04-11 | 1 | -4/+4 |
* | Adding the host name as a tag (stripped of the domain name) | luke | 2006-04-11 | 1 | -5/+31 |
* | Fixing the language side of #109. Added a "set" keyword. | luke | 2006-04-11 | 1 | -0/+31 |
* | Fixing #103. There are now no such things as node scopes; the entire tree is... | luke | 2006-04-05 | 1 | -24/+129 |
* | Fixing the class file to actually store class names, not object ids. Also ad... | luke | 2006-04-04 | 1 | -0/+8 |
* | Fixing bug #60. Converting nodes to use types everywhere instead of names, a... | luke | 2006-02-28 | 1 | -5/+6 |
* | Fixing bug #73; node names now appear only once in the path | luke | 2006-02-27 | 1 | -4/+14 |
* | Mostly, this is a refactoring commit. There is one significant new feature, | luke | 2006-02-27 | 1 | -16/+20 |