summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 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@172 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming oparse to filetypeLuke Kanies2005-04-181-6/+6
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@171 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-156-14/+91
| | | | 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-145-10/+20
| | | | 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 state, and adding modification classLuke Kanies2005-04-141-4/+17
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@157 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-145-20/+20
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@155 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming objects to typesLuke Kanies2005-04-141-4/+4
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@154 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
* removing link when doneLuke Kanies2005-04-141-0/+4
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@150 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
* removing some excess libs from blink.rbLuke Kanies2005-04-141-2/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@147 980ebf18-57e1-0310-9a29-db15c13687c0
* cleaning up the start scriptLuke Kanies2005-04-141-6/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@146 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 evaluate testLuke Kanies2005-04-141-21/+16
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@144 980ebf18-57e1-0310-9a29-db15c13687c0
* removing bogus outputLuke Kanies2005-04-141-1/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@143 980ebf18-57e1-0310-9a29-db15c13687c0
* removing output, and fixing path so it is not hardcodedLuke Kanies2005-04-141-3/+10
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@142 980ebf18-57e1-0310-9a29-db15c13687c0