summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/client/master.rb
Commit message (Expand)AuthorAgeFilesLines
* Only apply splay the first runAndrew Shafer2008-09-211-8/+8
* Ensure that we consistently use either string #{} interpolation or String.%Daniel Pittman2008-08-011-3/+4
* You can now select the encoding format when transferring the catalog,Luke Kanies2008-07-181-5/+10
* Fixed #1114 - Facts in plugin directories should now be autoloaded,Luke Kanies2008-07-011-20/+17
* Removed the code from the client that tries to avoid recompilingLuke Kanies2008-04-101-56/+2
* Found all instances of methods where split() is used withoutLuke Kanies2008-03-211-2/+4
* Fixing #1118 -- downloading plugins and facts now ignores noop.Luke Kanies2008-03-131-12/+2
* Fixing a test that changed the environment for all later tests,Luke Kanies2008-02-291-5/+6
* Fixes #1078 and includes new testJames Turnbull2008-02-231-2/+4
* Further fixes toward #965. Turned out that the previous fixLuke Kanies2007-12-211-12/+0
* Fixing #967 -- default resources no longer conflict withLuke Kanies2007-12-191-4/+4
* Entirely refactoring http keep-alive. There's nowLuke Kanies2007-12-191-1/+2
* Fixing #961 -- closing existing, open connections whenLuke Kanies2007-12-171-0/+4
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-38/+38
* Merge branch 'plugins_mount', fixing #891.Luke Kanies2007-11-241-1/+0
|\
| * Integrating Matt Palmer's patch to provide a 'plugins'Luke Kanies2007-11-241-16/+0
| * Applying the rest of Matt Palmer's patchesLuke Kanies2007-11-241-0/+15
* | Adding patch 20071030035457-6856b-bd1c45ed5ecd753b2cb4f05347061f7245cc175a.pa...Luke Kanies2007-11-231-0/+1
|/
* Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-191-16/+12
* Modifying how default resources are created; they are nowLuke Kanies2007-11-151-9/+12
* This commit is the first run at removing all globalLuke Kanies2007-11-131-12/+13
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-98/+73
* Another round of test-fixing around the changes I madeLuke Kanies2007-10-051-0/+1
* This commit is focused on getting the 'puppet' executableLuke Kanies2007-10-051-0/+1
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-2/+2
* All tests now pass in this configuration branch, which meansLuke Kanies2007-09-221-2/+4
* The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-131/+43
* Fixing some broken tests in the master client, and adding a test for #800 but...Luke Kanies2007-09-061-2/+0
* The fileserver now uses an environment-specific module path. I also made var...Luke Kanies2007-08-261-2/+2
* Adding environment information to the client fact list. The environment is r...Luke Kanies2007-08-221-0/+3
* Adding benchmark info to fact retrieval in the config clientluke2007-07-101-1/+4
* Fixing #621 -- plugins are now downloaded directly into the $libdir, and auto...luke2007-07-101-5/+7
* Hopefully fixing #685 -- I added a wrapper around the call to getconfig(), so...luke2007-07-081-2/+6
* Reverting the change I just made to the config handler; it was only there for...luke2007-06-181-4/+1
* Adding puppet-test, which is useful for performance testingluke2007-06-181-1/+4
* Fixing #532 -- reparsing config files no longer throws an exception. The pro...luke2007-05-311-1/+2
* Fixing #501 -- there is now a splay option, disabled by default and when runn...luke2007-05-181-0/+17
* A round of fixes so unit tests pass; most of the failures were from the mergi...luke2007-05-151-1/+1
* Fixing #569 - I have added a dynamic facts option to choose which facts will ...luke2007-05-151-4/+13
* fixing some problems with the config timeout -- I am not sure it ever actuall...luke2007-05-141-4/+6
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-1/+1
* Adding a --summarize option, to get a transaction summaryluke2007-05-041-6/+19
* Adding purge => true to downloading of facts and plugins, and removing some e...luke2007-04-301-0/+1
* Only caching the configuration when it has been successfully turned into Pupp...luke2007-04-181-4/+4
* Renaming some methods so that we can generate a report on a transaction and t...luke2007-03-301-1/+1
* Trying to fix the problem that occurs when noop somehow manages to be nil whe...luke2007-03-271-1/+7
* Absolutely guaranteeing that the provider is always created before anything e...luke2007-03-191-1/+1
* Finally fixing #504, I think; I even have tests to prove it. It was a little...luke2007-03-191-9/+15
* Updating the config generation stuff a bit, mostly just cleanup, but also cha...luke2007-03-191-5/+6
* Another round of bug-fixes, prompted by test logs from David Schmittluke2007-03-191-20/+43