summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* typesettings now correctly pass all the way through and can only run ↵Luke Kanies2005-05-165-10/+40
| | | | | | specified methods, using "allowedmethods" git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@254 980ebf18-57e1-0310-9a29-db15c13687c0
* the tree transformations work throughout the whole system nowLuke Kanies2005-05-161-11/+11
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@252 980ebf18-57e1-0310-9a29-db15c13687c0
* transformations from the client through to the transactional execution now ↵Luke Kanies2005-05-169-125/+232
| | | | | | works! git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@251 980ebf18-57e1-0310-9a29-db15c13687c0
* unmovingLuke Kanies2005-05-161-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@250 980ebf18-57e1-0310-9a29-db15c13687c0
* updatesLuke Kanies2005-05-161-7/+25
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@249 980ebf18-57e1-0310-9a29-db15c13687c0
* movingLuke Kanies2005-05-161-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@248 980ebf18-57e1-0310-9a29-db15c13687c0
* movingLuke Kanies2005-05-161-0/+65
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@247 980ebf18-57e1-0310-9a29-db15c13687c0
* switched to just passing scopes around, instead of passing the interpreter ↵Luke Kanies2005-05-124-5/+5
| | | | | | object around git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@245 980ebf18-57e1-0310-9a29-db15c13687c0
* file recursion now worksLuke Kanies2005-05-123-14/+74
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@244 980ebf18-57e1-0310-9a29-db15c13687c0
* i can now execute simple scripts manually!Luke Kanies2005-05-111-25/+55
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@241 980ebf18-57e1-0310-9a29-db15c13687c0
* i can basically actually do work nowLuke Kanies2005-05-118-76/+166
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@240 980ebf18-57e1-0310-9a29-db15c13687c0
* movingLuke Kanies2005-05-112-186/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@239 980ebf18-57e1-0310-9a29-db15c13687c0
* adding lots of verbosity, and starting to actually make sure things execute ↵Luke Kanies2005-05-114-6/+28
| | | | | | -- tests are failing, tho git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@238 980ebf18-57e1-0310-9a29-db15c13687c0
* basic components now workLuke Kanies2005-05-062-4/+13
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@229 980ebf18-57e1-0310-9a29-db15c13687c0
* we now have nested scopes, and we've got the beginnings of components, ↵Luke Kanies2005-04-251-1/+1
| | | | | | although many tests are currently failing git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@225 980ebf18-57e1-0310-9a29-db15c13687c0
* simplifying argument parsing in Blink#messageLuke Kanies2005-04-231-7/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@221 980ebf18-57e1-0310-9a29-db15c13687c0
* initializing @noop in element.rbLuke Kanies2005-04-231-0/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@220 980ebf18-57e1-0310-9a29-db15c13687c0
* dealing with having moved the examples to the language areaLuke Kanies2005-04-2213-14/+14
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@219 980ebf18-57e1-0310-9a29-db15c13687c0
* moving to the language treeLuke Kanies2005-04-2214-480/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@212 980ebf18-57e1-0310-9a29-db15c13687c0
* everything works again, including componentsLuke Kanies2005-04-214-3/+15
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@211 980ebf18-57e1-0310-9a29-db15c13687c0
* making components workLuke Kanies2005-04-212-3/+12
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@210 980ebf18-57e1-0310-9a29-db15c13687c0
* moving component.rb to type/Luke Kanies2005-04-211-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@209 980ebf18-57e1-0310-9a29-db15c13687c0
* removing most functionality, since type.rb already has itLuke Kanies2005-04-211-49/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@208 980ebf18-57e1-0310-9a29-db15c13687c0
* finishing reorganization of base classes and such; there is now a clear tree ↵Luke Kanies2005-04-2111-102/+128
| | | | | | heirarchy, with parents and children -- all tests pass on the types, but there are still some issues with client/server stuff git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@207 980ebf18-57e1-0310-9a29-db15c13687c0
* cleaning up object tree and adding a simple virtual base class for both ↵Luke Kanies2005-04-213-751/+564
| | | | | | types and states git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@206 980ebf18-57e1-0310-9a29-db15c13687c0
* adding transactionsLuke Kanies2005-04-212-0/+56
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@205 980ebf18-57e1-0310-9a29-db15c13687c0
* moving event info out of type.rbLuke Kanies2005-04-211-0/+103
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@204 980ebf18-57e1-0310-9a29-db15c13687c0
* removing elements.rbLuke Kanies2005-04-211-17/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@203 980ebf18-57e1-0310-9a29-db15c13687c0
* preparing to remove elements.rbLuke Kanies2005-04-211-92/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@202 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming statetree to elementsLuke Kanies2005-04-211-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@201 980ebf18-57e1-0310-9a29-db15c13687c0
* first version of finalized base classesLuke Kanies2005-04-211-0/+109
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@200 980ebf18-57e1-0310-9a29-db15c13687c0
* noop seems to basically be working, but i need to reorganize the whole ↵Luke Kanies2005-04-193-16/+16
| | | | | | type/state structure -- that is starting after this commit git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@199 980ebf18-57e1-0310-9a29-db15c13687c0
* using the example syslog.conf instead of the one in /etcLuke Kanies2005-04-191-6/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@198 980ebf18-57e1-0310-9a29-db15c13687c0
* adding some example debian configsLuke Kanies2005-04-192-0/+100
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@197 980ebf18-57e1-0310-9a29-db15c13687c0
* filetypes now support multiple record types, and newlines can be escapedLuke Kanies2005-04-194-35/+191
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@196 980ebf18-57e1-0310-9a29-db15c13687c0
* completed the first step to enabling multiple record types in filetypesLuke Kanies2005-04-193-22/+85
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@195 980ebf18-57e1-0310-9a29-db15c13687c0
* the client now executes "evaluate", which might not be a good thing -- i am ↵Luke Kanies2005-04-194-11/+37
| | | | | | getting failures if files do not exist, for instance git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@194 980ebf18-57e1-0310-9a29-db15c13687c0
* filerecord.rb: duh, fixing a small debug string printing bugLuke Kanies2005-04-191-1/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@193 980ebf18-57e1-0310-9a29-db15c13687c0
* reorganizing the FileType/FileRecord into a base class (TypeGenerator) and ↵Luke Kanies2005-04-196-530/+480
| | | | | | basing them off it git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@192 980ebf18-57e1-0310-9a29-db15c13687c0
* adding typegenerator baseclassLuke Kanies2005-04-191-0/+97
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@191 980ebf18-57e1-0310-9a29-db15c13687c0
* fact.rb is no longer a subclass of Blink::TypeLuke Kanies2005-04-181-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@190 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing filetype and component to take into account changes type interface.rb ↵Luke Kanies2005-04-184-28/+52
| | | | | | and type.rb git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@189 980ebf18-57e1-0310-9a29-db15c13687c0
* type.rb: adding methods to simplify type initialization, and adding ↵Luke Kanies2005-04-181-4/+16
| | | | | | eachtype() to simplify testing git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@188 980ebf18-57e1-0310-9a29-db15c13687c0
* adding some tests on the interface methods in Blink::TypeLuke Kanies2005-04-181-0/+34
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@187 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming objects to types, since they are just subclasses of Blink::TypeLuke Kanies2005-04-186-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@186 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming types to type everywhere; all tests now passLuke Kanies2005-04-1811-277/+268
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@185 980ebf18-57e1-0310-9a29-db15c13687c0
* changing types to type internallyLuke Kanies2005-04-185-9/+9
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@184 980ebf18-57e1-0310-9a29-db15c13687c0
* moving types to typeLuke Kanies2005-04-187-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@183 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming types.rb to type.rbLuke Kanies2005-04-181-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@182 980ebf18-57e1-0310-9a29-db15c13687c0
* changing Types to TypeLuke Kanies2005-04-188-128/+255
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@181 980ebf18-57e1-0310-9a29-db15c13687c0