summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* adding refreshonly parameterLuke Kanies2005-07-111-1/+10
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@358 980ebf18-57e1-0310-9a29-db15c13687c0
* found a bunch of bugs in Puppet::Storage, plus some bugs in how file ↵Luke Kanies2005-07-114-8/+26
| | | | | | recursion was being tested and thus some real bugs in the system git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@357 980ebf18-57e1-0310-9a29-db15c13687c0
* adding a to_s methodLuke Kanies2005-07-111-1/+4
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@356 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing storage class; it was not actually correctly retrieving state from diskLuke Kanies2005-07-111-10/+30
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@355 980ebf18-57e1-0310-9a29-db15c13687c0
* adding Puppet#recmkdir utility function, and making sure Log and Storage ↵Luke Kanies2005-07-114-6/+72
| | | | | | create their own files and directories as necessary git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@354 980ebf18-57e1-0310-9a29-db15c13687c0
* adding some more tests for recursion plus checksumming, because they are ↵Luke Kanies2005-07-112-6/+23
| | | | | | somewhat incompatible for directories git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@353 980ebf18-57e1-0310-9a29-db15c13687c0
* ok, verbose => infoLuke Kanies2005-07-111-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@352 980ebf18-57e1-0310-9a29-db15c13687c0
* duh, somehow added Blink calls in there...Luke Kanies2005-07-111-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@351 980ebf18-57e1-0310-9a29-db15c13687c0
* adding cwd parameter to execLuke Kanies2005-07-111-9/+43
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@350 980ebf18-57e1-0310-9a29-db15c13687c0
* exec stuff all works now, end to endLuke Kanies2005-07-101-9/+14
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@349 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing some nasty bugs related to parameter checkingLuke Kanies2005-07-101-19/+15
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@348 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing a nasty bug related to recursion and nonexistent filesLuke Kanies2005-07-101-1/+10
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@347 980ebf18-57e1-0310-9a29-db15c13687c0
* adding logdest configLuke Kanies2005-07-101-8/+11
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@342 980ebf18-57e1-0310-9a29-db15c13687c0
* disabling debug by defaultLuke Kanies2005-07-101-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@340 980ebf18-57e1-0310-9a29-db15c13687c0
* changing Log.destination to Log.destination=()Luke Kanies2005-07-101-1/+5
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@339 980ebf18-57e1-0310-9a29-db15c13687c0
* adding the exec stuffLuke Kanies2005-07-102-0/+128
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@338 980ebf18-57e1-0310-9a29-db15c13687c0
* finishing rename of file classLuke Kanies2005-06-294-35/+35
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@323 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming to remove naming conflictsLuke Kanies2005-06-292-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@322 980ebf18-57e1-0310-9a29-db15c13687c0
* further output cleanup, and fixed the problem with tc_server.rb leaving ↵Luke Kanies2005-06-293-8/+10
| | | | | | sleeper processes lying around git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@321 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing debugging to severely reduce output but allow it when debugging a ↵Luke Kanies2005-06-2912-52/+71
| | | | | | specific service git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@319 980ebf18-57e1-0310-9a29-db15c13687c0
* changing warnings to debugLuke Kanies2005-06-291-2/+2
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@318 980ebf18-57e1-0310-9a29-db15c13687c0
* basic rpm stuff now worksLuke Kanies2005-06-292-1/+52
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@317 980ebf18-57e1-0310-9a29-db15c13687c0
* fixing metrics tests to work with everything elseLuke Kanies2005-06-291-6/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@316 980ebf18-57e1-0310-9a29-db15c13687c0
* correctly returning eventsLuke Kanies2005-06-291-0/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@315 980ebf18-57e1-0310-9a29-db15c13687c0
* metric testing and graphing now works in the library, although nothing has ↵Luke Kanies2005-06-297-6/+315
| | | | | | been done in the language git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@314 980ebf18-57e1-0310-9a29-db15c13687c0
* adding rpm as RedHat package managerLuke Kanies2005-06-281-0/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@312 980ebf18-57e1-0310-9a29-db15c13687c0
* logging now exactly supports the list of levels that syslog supports, and ↵Luke Kanies2005-06-2812-72/+141
| | | | | | multiple destinations (syslog, files, and console) are now supported git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@311 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming message.rb to log.rbLuke Kanies2005-06-281-0/+0
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@310 980ebf18-57e1-0310-9a29-db15c13687c0
* temporary changes to prepare for a renameLuke Kanies2005-06-281-7/+5
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@309 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming blink to puppetLuke Kanies2005-06-2723-335/+335
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@305 980ebf18-57e1-0310-9a29-db15c13687c0
* renaming blink to puppetLuke Kanies2005-06-2723-0/+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-014-226/+153
| | | | 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-2910-59/+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