summaryrefslogtreecommitdiffstats
path: root/lib/blink
Commit message (Collapse)AuthorAgeFilesLines
* renaming blink to puppetLuke Kanies2005-06-2722-4125/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@302 980ebf18-57e1-0310-9a29-db15c13687c0
* you can now at least test for whether a package is installed, although you ↵Luke Kanies2005-06-141-167/+275
| | | | | | still cannot do anything if it is not -- the barrier is knowing how to get the package git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@300 980ebf18-57e1-0310-9a29-db15c13687c0
* adding validparam() to Blink::TypeLuke Kanies2005-06-131-1/+10
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@299 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing file.rb so it works on Darwin, alsoLuke Kanies2005-06-091-7/+16
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@297 980ebf18-57e1-0310-9a29-db15c13687c0
* updatesLuke Kanies2005-06-093-2/+27
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@296 980ebf18-57e1-0310-9a29-db15c13687c0
* adding new classes and testsLuke Kanies2005-06-062-0/+112
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@294 980ebf18-57e1-0310-9a29-db15c13687c0
* md5 summing now works, all the way through!Luke Kanies2005-06-014-22/+62
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@293 980ebf18-57e1-0310-9a29-db15c13687c0
* checksums now work, but not all the way through yetLuke Kanies2005-06-013-63/+142
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@292 980ebf18-57e1-0310-9a29-db15c13687c0
* Rahh! component dependencies now work!Luke Kanies2005-05-302-2/+10
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@291 980ebf18-57e1-0310-9a29-db15c13687c0
* everything passes all of the tests, but i do not think the component-level ↵Luke Kanies2005-05-306-43/+120
| | | | | | metaparams are working git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@289 980ebf18-57e1-0310-9a29-db15c13687c0
* adding some more tests for Blink::TypeLuke Kanies2005-05-301-0/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@285 980ebf18-57e1-0310-9a29-db15c13687c0
* done some more work on making components act like normal objects, but now i ↵Luke Kanies2005-05-307-13/+21
| | | | | | need to figure out how to spread events up the tree, rather than just point to point git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@284 980ebf18-57e1-0310-9a29-db15c13687c0
* dependencies now work, although you cannot yet specify them for componentsLuke Kanies2005-05-302-7/+17
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@283 980ebf18-57e1-0310-9a29-db15c13687c0
* there are now explicit tests for transactions, including rollback, and more ↵Luke Kanies2005-05-307-116/+203
| | | | | | tests involving querying git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@282 980ebf18-57e1-0310-9a29-db15c13687c0
* i now have basic events: you can only specify simple object types as ↵Luke Kanies2005-05-299-40/+198
| | | | | | requirements, but hey, it works -- refresh() gets called git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@280 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming events to eventLuke Kanies2005-05-291-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@279 980ebf18-57e1-0310-9a29-db15c13687c0
* update before renameLuke Kanies2005-05-291-13/+21
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@278 980ebf18-57e1-0310-9a29-db15c13687c0
* intermediate; no extra functionality yet, but moving away from discussing ↵Luke Kanies2005-05-297-48/+185
| | | | | | namevars outside of a given class git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@277 980ebf18-57e1-0310-9a29-db15c13687c0
* All tests pass again, and i have added Type.allclear to remove all existing ↵Luke Kanies2005-05-252-3/+31
| | | | | | type instances, thus making it much easier to run all of the parser and lexer and then server tests; i have also added remove server tests git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@273 980ebf18-57e1-0310-9a29-db15c13687c0
* 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-214-34/+98
| | | | | | | | 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-163-8/+38
| | | | | | 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-168-112/+210
| | | | | | 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-123-5/+4
| | | | | | 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-117-76/+163
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@240 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
* 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
* 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