summaryrefslogtreecommitdiffstats
path: root/test/language/snippets.rb
Commit message (Expand)AuthorAgeFilesLines
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-011-1/+2
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-011-0/+4
* Removed extra whitespace from end of linesIan Taylor2009-06-061-4/+4
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-061-1/+1
* Fix #1088 - part2 - Add rspec testsBrice Figureau2009-03-141-0/+6
* Fixing tests broken in previous commitsLuke Kanies2009-03-111-2/+2
* Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-1/+1
* Fixing forward-compatibility issues resulting from no global resourcesLuke Kanies2008-10-311-1/+1
* Merge branch '0.24.x'Luke Kanies2008-10-311-0/+16
|\
| * Fix #1402 - Allow multiline commentsBrice Figureau2008-10-291-0/+11
| * Fix #857 - Multiple class of the same name don't append codeBrice Figureau2008-10-291-0/+5
* | Merge branch '0.24.x'Luke Kanies2008-10-221-0/+14
|\|
| * Fix #936 - Allow trailing comma in array definitionBrice Figureau2008-10-211-0/+7
| * Fix #636 - Allow extraneous comma in function argument listBrice Figureau2008-10-211-0/+7
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-311-0/+6
|\|
| * Fixed #997 -- virtual defined types are no longer evaluated.Luke Kanies2008-02-121-0/+5
| * Stubbing Facter during the snippet tests, so they are faster and work with no...Luke Kanies2008-02-081-0/+2
* | Another round of fixes toward making global resources work.Luke Kanies2008-01-091-23/+13
|/
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-7/+7
* Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-191-11/+12
* Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-181-12/+11
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-261-1/+1
* All tests should now pass again.Luke Kanies2007-10-081-2/+2
* This commit is focused on getting the 'puppet' executableLuke Kanies2007-10-051-34/+11
* Merge branch 'configurations' into indirectionLuke Kanies2007-09-221-11/+4
|\
| * All tests now pass in this configuration branch, which meansLuke Kanies2007-09-221-9/+2
|/
* Another intermediate commit. The node and fact classes are now functional an...Luke Kanies2007-09-121-3/+4
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-041-5/+0
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-011-1/+13
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-1/+0
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-031-150/+114
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-4/+4
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-6/+6
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-071-4/+4
* Partially fixing #460, take 2 -- fully-qualified definitions can now be used.luke2007-01-301-0/+12
* Re-enabling the dirchmod test and fixing its syntaxluke2007-01-041-1/+1
* A couple of small bug fixesluke2006-12-291-1/+1
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-231-0/+7
* Fixing #349. Doing some hackery so defined types can now (again) be used as ...luke2006-12-231-0/+7
* All tests should now pass, with the possible exception of some tests that mig...luke2006-12-111-82/+32
* Adding a "realize" function that can be used to make one or more resource non...luke2006-10-181-0/+7
* Fixing virtual object collection. I apparently broke it when I added rails c...luke2006-10-181-0/+5
* Fixing the test scripts so that the library pathluke2006-10-161-1/+3
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-161-1/+1
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-1/+8
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-191-21/+14
* Adding test and fix for empty execs being ignoredluke2006-06-151-0/+2
* fixing interpreter to initialize ldap in the nodesearch_ldap method, which re...luke2006-06-151-0/+5
* Found a bug where single-value selectors can fail on a second compile. Fixed...luke2006-06-091-0/+12
* Did some work on making sure object removal actually works, thus stopping som...luke2006-05-251-5/+7