summaryrefslogtreecommitdiffstats
path: root/test/data
Commit message (Expand)AuthorAgeFilesLines
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-012-0/+14
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-012-6/+12
* Fix #2333 - Make sure lexer skip whitespace on non-tokenBrice Figureau2009-06-121-0/+4
* Removed extra whitespace from end of linesIan Taylor2009-06-0615-941/+941
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-069-4079/+4079
* Fix #1088 - part2 - Add rspec testsBrice Figureau2009-03-141-0/+8
* Fix #1560Paul Lathrop2009-01-221-0/+28
* Fix #1737 - ssh_authorized_keys should be able to parse options containing co...Brice Figureau2008-11-111-0/+1
* Fix #1402 - Allow multiline commentsBrice Figureau2008-10-291-0/+6
* Fix #857 - Multiple class of the same name don't append codeBrice Figureau2008-10-291-0/+9
* Fix #936 - Allow trailing comma in array definitionBrice Figureau2008-10-211-0/+3
* Fix #636 - Allow extraneous comma in function argument listBrice Figureau2008-10-211-0/+5
* Fix #1109 - allow empty if or else branchesBrice Figureau2008-10-071-0/+9
* Fix #1530: Correctly parse ssh type 1 keysFrancois Deppierraz2008-10-071-0/+3
* Add parser for arbitrary expressionsBrice Figureau2008-10-012-0/+14
* Add rspec unit test for the append operatorBrice Figureau2008-09-211-0/+11
* New native ssh_authorized_key typeFrancois Deppierraz2008-05-072-0/+7
* Fixed #997 -- virtual defined types are no longer evaluated.Luke Kanies2008-02-122-13/+20
* All tests should now pass again.Luke Kanies2007-10-081-2/+2
* All tests now pass in this configuration branch, which meansLuke Kanies2007-09-221-14/+0
* Fixing #749 -- environment settings no longer accumulate. Significantly addi...luke2007-08-063-0/+370
* Adding support for a "mailalias" type, with /etc/aliases support initially. ...luke2007-07-101-0/+183
* Fixing #550 -- I had to list pass and dump as optional fields.luke2007-06-111-2/+2
* Fixing #615 (subclasses with similar names) by getting rid of the class "type...luke2007-05-033-16/+13
* Adding example cron tab from #492 and making the read/write tests ignore whit...luke2007-03-181-0/+20
* Fixing cron support (I hope). It now uses providers, and seems to work, at l...luke2007-03-176-0/+52
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-0/+1
* Partially fixing #460, take 3 -- fully-qualified classes can now be included.luke2007-01-301-2/+2
* Partially fixing #460, take 2 -- fully-qualified definitions can now be used.luke2007-01-302-0/+16
* splitting the tagmail report into multiple methods and adding test codeluke2007-01-302-0/+33
* Re-enabling the dirchmod test and fixing its syntaxluke2007-01-041-6/+2
* Handle continuation lines in inifiles properly; stick a little closer to how ...lutter2007-01-041-0/+3
* Fixing #348. Overrides now support an extra end-comma.luke2006-12-231-1/+1
* Fixing #343. Collections and definition evaluation both now happen on every ...luke2006-12-231-0/+13
* Fixing #349. Doing some hackery so defined types can now (again) be used as ...luke2006-12-231-0/+8
* Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b...luke2006-12-191-0/+1
* Reworking the package tests. Now providers are tested individuallyluke2006-12-142-2/+66
* Hosts now work again, and it should be straightforward to create a netinfo pr...luke2006-11-131-0/+5
* Ports are still broken, but I need to work on something else while I am think...luke2006-11-132-0/+11866
* Another round of bug-fixes in preparation for 0.20.0luke2006-10-181-1/+1
* Adding a "realize" function that can be used to make one or more resource non...luke2006-10-181-0/+14
* Fixing virtual object collection. I apparently broke it when I added rails c...luke2006-10-181-0/+10
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-0434-0/+520
* Adding some test reportsluke2006-09-222-0/+216
* Removing all of the changes I made towards refactoring in the last couple of ...luke2006-09-051-1/+1
* Committing functional mount support. All that's left in this chunk of work i...luke2006-09-051-1/+1
* Fix a small bug in mount where parsing fails if dump and pass are missing (th...lutter2006-06-303-0/+29
* Adding support for special freebsd @schedule crap. Also making sure that cro...luke2006-06-271-0/+2
* Reworking cron; adding many unit tests, and making it much more like a Parsed...luke2006-05-251-0/+14
* New yumrepo type for basic management of the yum configuration oflutter2006-03-312-0/+32