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