| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Partially fixing #460, take 2 -- fully-qualified definitions can now be used. | luke | 2007-01-30 | 2 | -0/+28 |
| * | Partially fixing #460 -- fully-qualified class names can be used as parent cl... | luke | 2007-01-30 | 1 | -0/+8 |
| * | Fixing #442. You can now do: defined(File[...]) to see if a resource is defi... | luke | 2007-01-26 | 1 | -0/+11 |
| * | Fixing #445. Nodes can now inherit from default. | luke | 2007-01-26 | 1 | -2/+7 |
| * | reworking the selector case-insensitivity test | luke | 2007-01-26 | 1 | -23/+29 |
| * | Fixing a few testing bugs that have crept in, and fixing a self-reference pro... | luke | 2007-01-05 | 1 | -2/+1 |
| * | Further work on #407. I forgot to actually connect it to the interpreter int... | luke | 2007-01-05 | 1 | -11/+28 |
| * | Fixing #407. You can use external_node to specify a command to retrieve your... | luke | 2007-01-05 | 1 | -0/+62 |
| * | Re-enabling the dirchmod test and fixing its syntax | luke | 2007-01-04 | 1 | -1/+1 |
| * | Fixing #391. Keeping track of times of compile and freshness checks. | luke | 2007-01-04 | 1 | -11/+14 |
| * | A couple of small fixes to pass existing tests. | luke | 2007-01-01 | 1 | -1/+0 |
| * | Fixing graphing tests, and correctly only using storeconfigs in tests where r... | luke | 2007-01-01 | 1 | -5/+14 |
| * | A couple of small bug fixes | luke | 2006-12-29 | 1 | -1/+1 |
| * | A couple of small bug-fixes | luke | 2006-12-28 | 4 | -16/+9 |
| * | Fixing #343. Collections and definition evaluation both now happen on every ... | luke | 2006-12-23 | 7 | -38/+52 |
| * | Fixing #349. Doing some hackery so defined types can now (again) be used as ... | luke | 2006-12-23 | 1 | -0/+7 |
| * | Fixing #66. The "defined" function previously checked for definitions and ty... | luke | 2006-12-23 | 1 | -0/+23 |
| * | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 5 | -23/+152 |
| * | Re-add support for tags and file/lines | shadoi | 2006-12-19 | 2 | -3/+1 |
| * | All rails *and* language tests now pass, with the exception of a language/res... | luke | 2006-12-19 | 2 | -3/+3 |
| * | Fixing most of the rails stuff. I think everything basically works now, and ... | luke | 2006-12-19 | 2 | -31/+84 |
| * | New rails stuff redux. | shadoi | 2006-12-14 | 4 | -19/+31 |
| * | Fixing painfully difficult to find bug in defining exported resources | luke | 2006-12-14 | 1 | -7/+7 |
| * | Working some on the export/collect problem. It actually works now, but there... | luke | 2006-12-12 | 1 | -0/+44 |
| * | All tests should now pass, with the possible exception of some tests that mig... | luke | 2006-12-11 | 1 | -82/+32 |
| * | Almost all tests now pass. I have basically reached the point where I was be... | luke | 2006-12-11 | 1 | -1/+1 |
| * | Fixing #342. Classes needed to have their namespaces set to their fully qual... | luke | 2006-11-17 | 1 | -0/+34 |
| * | Fixing #339, and the bigger problem it concealed. Metaparams are now only ad... | luke | 2006-11-13 | 1 | -1/+6 |
| * | Mostly small changes toward 0.20.1 | luke | 2006-11-10 | 1 | -3/+8 |
| * | Small fixes here and there. The rails changes needs to be pushed through the... | luke | 2006-11-09 | 1 | -2/+2 |
| * | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -0/+23 |
| * | Changing the realize() function to be just syntactic sugar for a collection -... | luke | 2006-10-18 | 2 | -2/+56 |
| * | Adding a "realize" function that can be used to make one or more resource non... | luke | 2006-10-18 | 2 | -0/+40 |
| * | Fixing virtual object collection. I apparently broke it when I added rails c... | luke | 2006-10-18 | 2 | -6/+16 |
| * | Fixing the test scripts so that the library path | luke | 2006-10-16 | 11 | -11/+33 |
| * | Fixing gennode; it was not actually adding the class code to the generated node. | luke | 2006-10-16 | 1 | -6/+40 |
| * | Adding a ruby header to all of the tests so that they can now be executed as ... | luke | 2006-10-16 | 11 | -8/+14 |
| * | Making all test suites executable, adding some tests for handling changing fi... | luke | 2006-10-16 | 3 | -0/+0 |
| * | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 2 | -1/+7 |
| * | Fixing weird case where the default node is in one node source and the real n... | luke | 2006-10-05 | 1 | -0/+35 |
| * | Fixing ldap nodes -- they were always returning true because i was returning ... | luke | 2006-10-05 | 1 | -1/+17 |
| * | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 12 | -1767/+2085 |
| * | + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process... | erikh | 2006-09-22 | 1 | -1/+1 |
| * | Converting to using the Rakefile for testing. The old 'test' script is | luke | 2006-09-19 | 10 | -95/+25 |
| * | Trying to fix a bug where files other than site.pp do not get noticed for rep... | luke | 2006-09-19 | 1 | -0/+47 |
| * | Reverting the work done in [1605] and [1606]. I have added it as a patch in ... | luke | 2006-09-15 | 3 | -188/+44 |
| * | Adding the feature from #259. I had to rework the Scope#lookupvar a bit, but... | luke | 2006-09-15 | 1 | -0/+39 |
| * | Removing a test in the parser that is no longer necessary because of how impo... | luke | 2006-09-15 | 1 | -15/+0 |
| * | This commit adds two important features (but which probably were not | luke | 2006-09-15 | 3 | -29/+188 |
| * | Fixing the interpreter to nodesearch across all listed names, just like is do... | luke | 2006-09-13 | 1 | -0/+32 |