summaryrefslogtreecommitdiffstats
path: root/lib/blink/client.rb
Commit message (Collapse)AuthorAgeFilesLines
* renaming blink to puppetLuke Kanies2005-06-271-120/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@302 980ebf18-57e1-0310-9a29-db15c13687c0
* intermediate; no extra functionality yet, but moving away from discussing ↵Luke Kanies2005-05-291-0/+4
| | | | | | 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-251-3/+8
| | | | | | 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-251-2/+2
| | | | 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-211-26/+86
| | | | | | | | 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
* transformations from the client through to the transactional execution now ↵Luke Kanies2005-05-161-39/+14
| | | | | | works! git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@251 980ebf18-57e1-0310-9a29-db15c13687c0
* switched to just passing scopes around, instead of passing the interpreter ↵Luke Kanies2005-05-121-0/+2
| | | | | | object around git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@245 980ebf18-57e1-0310-9a29-db15c13687c0
* i can basically actually do work nowLuke Kanies2005-05-111-8/+2
| | | | 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-111-3/+10
| | | | | | -- 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-061-1/+9
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@229 980ebf18-57e1-0310-9a29-db15c13687c0
* finishing reorganization of base classes and such; there is now a clear tree ↵Luke Kanies2005-04-211-3/+4
| | | | | | 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
* adding transactionsLuke Kanies2005-04-211-0/+3
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@205 980ebf18-57e1-0310-9a29-db15c13687c0
* the client now executes "evaluate", which might not be a good thing -- i am ↵Luke Kanies2005-04-191-4/+7
| | | | | | 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
* renaming types to type everywhere; all tests now passLuke Kanies2005-04-181-3/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@185 980ebf18-57e1-0310-9a29-db15c13687c0
* changing Types to TypeLuke Kanies2005-04-181-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@181 980ebf18-57e1-0310-9a29-db15c13687c0
* adding some commentsLuke Kanies2005-04-171-3/+10
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@168 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing most of the function call stuffLuke Kanies2005-04-151-4/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@167 980ebf18-57e1-0310-9a29-db15c13687c0
* the client is now successfully creating objects from the hashes passed by ↵Luke Kanies2005-04-141-0/+15
| | | | | | the server git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@162 980ebf18-57e1-0310-9a29-db15c13687c0
* moving client.rb to the library treeLuke Kanies2005-04-131-0/+33
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@123 980ebf18-57e1-0310-9a29-db15c13687c0