summaryrefslogtreecommitdiffstats
path: root/lib/blink
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* filetypes now support multiple record types, and newlines can be escapedLuke Kanies2005-04-193-24/+139
| | | | 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-192-19/+63
| | | | 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-195-525/+475
| | | | | | 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-183-15/+50
| | | | | | 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
* renaming types to type everywhere; all tests now passLuke Kanies2005-04-184-251/+242
| | | | 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
* addingLuke Kanies2005-04-181-0/+30
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@180 980ebf18-57e1-0310-9a29-db15c13687c0
* deprecating interface.rbLuke Kanies2005-04-181-229/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@179 980ebf18-57e1-0310-9a29-db15c13687c0
* final changes before deprecatingLuke Kanies2005-04-181-9/+95
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@178 980ebf18-57e1-0310-9a29-db15c13687c0
* adding an fqpath method to state.rbLuke Kanies2005-04-181-0/+7
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@177 980ebf18-57e1-0310-9a29-db15c13687c0
* adding name information and a FileRecordState classLuke Kanies2005-04-181-9/+33
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@176 980ebf18-57e1-0310-9a29-db15c13687c0
* moving some methods aroundLuke Kanies2005-04-181-49/+71
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@175 980ebf18-57e1-0310-9a29-db15c13687c0
* adding markersLuke Kanies2005-04-181-2/+80
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@174 980ebf18-57e1-0310-9a29-db15c13687c0
* changing type[param] to return the state instead of the valueLuke Kanies2005-04-185-36/+39
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@173 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming oparse to filetypeLuke Kanies2005-04-181-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@170 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming oparse to filetypeLuke Kanies2005-04-181-22/+22
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@169 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-153-13/+58
| | | | 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-142-5/+52
| | | | | | the server git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@162 980ebf18-57e1-0310-9a29-db15c13687c0
* making fact a real typeLuke Kanies2005-04-141-3/+29
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@161 980ebf18-57e1-0310-9a29-db15c13687c0
* moving state.rb to types/Luke Kanies2005-04-144-3/+10
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@159 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming "value" to "is"Luke Kanies2005-04-147-62/+75
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@158 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming attributes to statesLuke Kanies2005-04-147-124/+92
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@156 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming objects to typesLuke Kanies2005-04-146-40/+40
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@153 980ebf18-57e1-0310-9a29-db15c13687c0
* updatesLuke Kanies2005-04-146-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@152 980ebf18-57e1-0310-9a29-db15c13687c0
* updatesLuke Kanies2005-04-141-1/+41
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@151 980ebf18-57e1-0310-9a29-db15c13687c0
* adding class collection and naming stuffLuke Kanies2005-04-147-39/+69
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@149 980ebf18-57e1-0310-9a29-db15c13687c0
* testing keywordLuke Kanies2005-04-141-2/+14
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@148 980ebf18-57e1-0310-9a29-db15c13687c0
* cleaning up a bitLuke Kanies2005-04-141-6/+9
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@145 980ebf18-57e1-0310-9a29-db15c13687c0
* removing execute bitLuke Kanies2005-04-146-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@139 980ebf18-57e1-0310-9a29-db15c13687c0
* adding commentsLuke Kanies2005-04-131-1/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@129 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
* fixing [] method in function.rbLuke Kanies2005-04-131-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@120 980ebf18-57e1-0310-9a29-db15c13687c0
* renamingLuke Kanies2005-04-131-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@110 980ebf18-57e1-0310-9a29-db15c13687c0
* updates so i can renameLuke Kanies2005-04-131-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@109 980ebf18-57e1-0310-9a29-db15c13687c0
* adding package source, initially including only files as a sourceLuke Kanies2005-04-131-0/+44
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@106 980ebf18-57e1-0310-9a29-db15c13687c0
* returning value instead of factLuke Kanies2005-04-131-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@105 980ebf18-57e1-0310-9a29-db15c13687c0