| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | fixing storage class; it was not actually correctly retrieving state from disk | Luke Kanies | 2005-07-11 | 1 | -2/+34 |
| * | adding Puppet#recmkdir utility function, and making sure Log and Storage crea... | Luke Kanies | 2005-07-11 | 1 | -1/+13 |
| * | adding some more tests for recursion plus checksumming, because they are some... | Luke Kanies | 2005-07-11 | 2 | -2/+38 |
| * | adding cwd parameter to exec | Luke Kanies | 2005-07-11 | 1 | -0/+19 |
| * | exec stuff all works now, end to end | Luke Kanies | 2005-07-10 | 1 | -0/+30 |
| * | fixing some nasty bugs related to parameter checking | Luke Kanies | 2005-07-10 | 1 | -0/+14 |
| * | adding string vs. symbol testing | Luke Kanies | 2005-07-10 | 1 | -0/+34 |
| * | changing Log.destination to Log.destination=() | Luke Kanies | 2005-07-10 | 1 | -5/+5 |
| * | adding the exec stuff | Luke Kanies | 2005-07-10 | 1 | -0/+92 |
| * | finishing rename of file class | Luke Kanies | 2005-06-29 | 6 | -14/+14 |
| * | further output cleanup, and fixed the problem with tc_server.rb leaving sleep... | Luke Kanies | 2005-06-29 | 1 | -1/+1 |
| * | fixing debugging to severely reduce output but allow it when debugging a spec... | Luke Kanies | 2005-06-29 | 11 | -11/+12 |
| * | basic rpm stuff now works | Luke Kanies | 2005-06-29 | 1 | -1/+6 |
| * | fixing metrics tests to work with everything else | Luke Kanies | 2005-06-29 | 1 | -5/+7 |
| * | metric testing and graphing now works in the library, although nothing has be... | Luke Kanies | 2005-06-29 | 1 | -0/+79 |
| * | adding some more tests for loglevel stuff | Luke Kanies | 2005-06-29 | 1 | -0/+9 |
| * | logging now exactly supports the list of levels that syslog supports, and mul... | Luke Kanies | 2005-06-28 | 2 | -1/+102 |
| * | puppetest.rb should probably be puppettest.rb | Luke Kanies | 2005-06-27 | 2 | -1/+1 |
| * | renaming blink to puppet | Luke Kanies | 2005-06-27 | 2 | -5/+5 |
| * | renaming blink to puppet | Luke Kanies | 2005-06-27 | 15 | -129/+129 |
| * | you can now at least test for whether a package is installed, although you st... | Luke Kanies | 2005-06-14 | 1 | -2/+33 |
| * | updates | Luke Kanies | 2005-06-09 | 1 | -1/+1 |
| * | updates | Luke Kanies | 2005-06-09 | 1 | -0/+2 |
| * | adding new classes and tests | Luke Kanies | 2005-06-06 | 1 | -0/+60 |
| * | md5 summing now works, all the way through! | Luke Kanies | 2005-06-01 | 1 | -18/+16 |
| * | checksums now work, but not all the way through yet | Luke Kanies | 2005-06-01 | 1 | -6/+94 |
| * | everything passes all of the tests, but i do not think the component-level me... | Luke Kanies | 2005-05-30 | 3 | -8/+46 |
| * | adding some more tests for Blink::Type | Luke Kanies | 2005-05-30 | 1 | -0/+16 |
| * | done some more work on making components act like normal objects, but now i n... | Luke Kanies | 2005-05-30 | 3 | -9/+70 |
| * | dependencies now work, although you cannot yet specify them for components | Luke Kanies | 2005-05-30 | 1 | -0/+50 |
| * | there are now explicit tests for transactions, including rollback, and more t... | Luke Kanies | 2005-05-30 | 2 | -1/+150 |
| * | adding simple query syntax stuff | Luke Kanies | 2005-05-30 | 1 | -0/+101 |
| * | i now have basic events: you can only specify simple object types as requirem... | Luke Kanies | 2005-05-29 | 3 | -2/+8 |
| * | All tests pass again, and i have added Type.allclear to remove all existing t... | Luke Kanies | 2005-05-25 | 2 | -6/+7 |
| * | we now have networking | Luke Kanies | 2005-05-21 | 1 | -2/+2 |
| * | typesettings now correctly pass all the way through and can only run specifie... | Luke Kanies | 2005-05-16 | 2 | -2/+2 |
| * | transformations from the client through to the transactional execution now wo... | Luke Kanies | 2005-05-16 | 1 | -13/+22 |
| * | switched to just passing scopes around, instead of passing the interpreter ob... | Luke Kanies | 2005-05-12 | 1 | -0/+1 |
| * | i can basically actually do work now | Luke Kanies | 2005-05-11 | 1 | -0/+3 |
| * | dealing with having moved the examples to the language area | Luke Kanies | 2005-04-22 | 13 | -14/+14 |
| * | using the example syslog.conf instead of the one in /etc | Luke Kanies | 2005-04-19 | 1 | -6/+3 |
| * | filetypes now support multiple record types, and newlines can be escaped | Luke Kanies | 2005-04-19 | 1 | -11/+52 |
| * | completed the first step to enabling multiple record types in filetypes | Luke Kanies | 2005-04-19 | 1 | -3/+22 |
| * | reorganizing the FileType/FileRecord into a base class (TypeGenerator) and ba... | Luke Kanies | 2005-04-19 | 1 | -5/+5 |
| * | fixing filetype and component to take into account changes type interface.rb ... | Luke Kanies | 2005-04-18 | 1 | -13/+2 |
| * | adding some tests on the interface methods in Blink::Type | Luke Kanies | 2005-04-18 | 1 | -0/+34 |
| * | renaming objects to types, since they are just subclasses of Blink::Type | Luke Kanies | 2005-04-18 | 6 | -0/+0 |
| * | renaming types to type everywhere; all tests now pass | Luke Kanies | 2005-04-18 | 6 | -22/+22 |
| * | renaming oparse to filetype | Luke Kanies | 2005-04-18 | 1 | -0/+0 |
| * | renaming oparse to filetype | Luke Kanies | 2005-04-18 | 1 | -6/+6 |