| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixing #501 -- there is now a splay option, disabled by default and when runn... | luke | 2007-05-18 | 1 | -0/+17 |
* | A round of fixes so unit tests pass; most of the failures were from the mergi... | luke | 2007-05-15 | 2 | -2/+2 |
* | Fixing #569 - I have added a dynamic facts option to choose which facts will ... | luke | 2007-05-15 | 1 | -4/+13 |
* | fixing some problems with the config timeout -- I am not sure it ever actuall... | luke | 2007-05-14 | 1 | -4/+6 |
* | Fixing the ability to fail correctly in the fileserver -- a constant was not ... | luke | 2007-05-09 | 1 | -0/+1 |
* | Merging of refactor-transacton to the trunk. This work removes the :is attri... | ballman | 2007-05-09 | 1 | -13/+16 |
* | Lots of work related to generating more reference. Moving all of the individ... | luke | 2007-05-07 | 10 | -0/+54 |
* | Removing the obsolete logger network interface | luke | 2007-05-07 | 2 | -58/+0 |
* | Adding a module to abstract using Autoload to load and manage instances | luke | 2007-05-07 | 1 | -24/+8 |
* | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 4 | -4/+4 |
* | Adding a --summarize option, to get a transaction summary | luke | 2007-05-04 | 1 | -6/+19 |
* | Adding a fact handler, along with an abstract interface for fact stores and a... | luke | 2007-05-03 | 1 | -0/+67 |
* | Adding purge => true to downloading of facts and plugins, and removing some e... | luke | 2007-04-30 | 1 | -0/+1 |
* | Allowing "-" in fileserver module names, #617 | luke | 2007-04-30 | 1 | -3/+3 |
* | Changing the resource handler to return the whole object, rather than just ty... | luke | 2007-04-30 | 1 | -2/+2 |
* | Translating all of the docs except the type docs to RST | luke | 2007-04-23 | 1 | -1/+1 |
* | Only caching the configuration when it has been successfully turned into Pupp... | luke | 2007-04-18 | 1 | -4/+4 |
* | Fixing Client.read_cert so that it automatically adds the certificate informa... | luke | 2007-03-30 | 1 | -0/+12 |
* | Renaming some methods so that we can generate a report on a transaction and t... | luke | 2007-03-30 | 1 | -1/+1 |
* | Trying to fix the problem that occurs when noop somehow manages to be nil whe... | luke | 2007-03-27 | 1 | -1/+7 |
* | Finalizing the filebucket client, with test code. | luke | 2007-03-24 | 2 | -7/+15 |
* | Moving the authconfig setting to configuration.rb instead of network/authconf... | luke | 2007-03-22 | 1 | -7/+0 |
* | Hopefully the last batch of commits before I release 0.22.2. Mostly just get... | luke | 2007-03-19 | 1 | -0/+9 |
* | Absolutely guaranteeing that the provider is always created before anything e... | luke | 2007-03-19 | 1 | -1/+1 |
* | Finally fixing #504, I think; I even have tests to prove it. It was a little... | luke | 2007-03-19 | 1 | -9/+15 |
* | Updating the config generation stuff a bit, mostly just cleanup, but also cha... | luke | 2007-03-19 | 3 | -6/+8 |
* | Another round of bug-fixes, prompted by test logs from David Schmitt | luke | 2007-03-19 | 2 | -23/+52 |
* | Taking another crack at #504 -- I was using Pidlock incorrectly. I should ha... | luke | 2007-03-19 | 1 | -1/+1 |
* | Changing the "found a bug" message to something a bit more informative. | luke | 2007-03-19 | 1 | -1/+2 |
* | Fixing #447 - filebuckets now use deeply nested paths | luke | 2007-03-19 | 1 | -63/+87 |
* | Fixing the fact caching so that facts are only downloaded and retrieved once,... | luke | 2007-03-19 | 1 | -6/+7 |
* | Fixing #519. The facts are now cached in the state file and changes to them ... | luke | 2007-03-19 | 1 | -0/+13 |
* | Fixing #491 -- the client correctly realizes when the cache file is missing a... | luke | 2007-03-18 | 1 | -11/+7 |
* | Fixing #540. I modified Puppet::Network::Client::Master so that it disables ... | luke | 2007-03-17 | 1 | -0/+5 |
* | Introduces a new implicit 'modules' fileserver module, whose allow/deny can | lutter | 2007-03-09 | 1 | -10/+39 |
* | Fixing #531 and #414. This includes pretty much a complete redesign | luke | 2007-03-08 | 1 | -149/+215 |
* | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 34 | -978/+1000 |
* | Adding "ignorecache" option to always force a recompile of the configuration | luke | 2007-02-28 | 1 | -3/+8 |
* | Fix #516, 'Cached manifests get unescaped twice' | mpalmer | 2007-02-23 | 1 | -6/+6 |
* | Trying to fix problem of locks lying around | luke | 2007-02-16 | 1 | -0/+4 |
* | Adding hook to update timestamp when a report is run | luke | 2007-02-16 | 1 | -0/+13 |
* | Change Puppet.name to Puppet.execname so rails 1.2 won't freak out. | shadoi | 2007-02-16 | 1 | -2/+2 |
* | Applying patch from #502 by Jose | luke | 2007-02-15 | 1 | -1/+1 |
* | Okay, last file moves for the night. The test code has been moved to match t... | luke | 2007-02-08 | 4 | -4/+5 |
* | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 25 | -0/+3853 |