summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* okay, everything works again, although it still might be a touch fragileLuke Kanies2005-05-251-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@270 980ebf18-57e1-0310-9a29-db15c13687c0
* i am giving up on fileparsing for now; it does not work yetLuke Kanies2005-05-257-72/+164
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@268 980ebf18-57e1-0310-9a29-db15c13687c0
* okay, bin/blinker works again, and i have modified both client and server to ↵Luke Kanies2005-05-211-4/+7
| | | | | | be a bit easier to use non-networked git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@267 980ebf18-57e1-0310-9a29-db15c13687c0
* we now have networkingLuke Kanies2005-05-215-36/+100
| | | | | | | | it is very basic right now: the server gets passed a file name, and the client gets passed the server to which to connect. The client gets its config, evaluates it, and exits git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@266 980ebf18-57e1-0310-9a29-db15c13687c0
* okay, implicit iteration now occurs at least at object definition timeLuke Kanies2005-05-161-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@259 980ebf18-57e1-0310-9a29-db15c13687c0
* enabling mucking with debug and noopLuke Kanies2005-05-161-1/+17
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@257 980ebf18-57e1-0310-9a29-db15c13687c0
* yep, arrays are always passedLuke Kanies2005-05-161-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@256 980ebf18-57e1-0310-9a29-db15c13687c0
* final fixes on passing methods through to typesLuke Kanies2005-05-162-7/+8
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@255 980ebf18-57e1-0310-9a29-db15c13687c0
* 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