summaryrefslogtreecommitdiffstats
path: root/test/network/client/master.rb
Commit message (Expand)AuthorAgeFilesLines
* Renmaing Puppet::Network::Client::Master to Puppet::AgentLuke Kanies2009-02-061-472/+0
* Deprecating the Puppet::Type.create.Luke Kanies2008-12-181-1/+1
* Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-171-6/+2
|\
| * Fixing a test that was failing as a result of the fix to #1491Luke Kanies2008-10-081-4/+1
| * Fixed additional environments testsJames Turnbull2008-10-051-2/+1
* | Merge branch '0.24.x'Luke Kanies2008-07-021-6/+10
|\|
| * Fixed #1114 - Facts in plugin directories should now be autoloaded,Luke Kanies2008-07-011-6/+10
* | Merge branch '0.24.x'Luke Kanies2008-06-141-11/+3
|\|
| * Always using the cert name to store yaml files, which fixes #1178.Luke Kanies2008-05-261-11/+3
* | Merge branch '0.24.x'Luke Kanies2008-04-111-110/+0
|\|
| * Removed the code from the client that tries to avoid recompilingLuke Kanies2008-04-101-110/+0
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-311-0/+41
|\|
| * Fixing a couple of tests.Luke Kanies2008-03-241-0/+29
| * fixing another failing testLuke Kanies2008-03-191-0/+2
| * Fixing a test that changed the environment for all later tests,Luke Kanies2008-02-291-9/+1
| * Fixes #1078 and includes new testJames Turnbull2008-02-231-0/+18
* | Lots o' bug-fixes toward getting rid of global resources.Luke Kanies2008-01-081-18/+0
|/
* Further fixes toward #965. Turned out that the previous fixLuke Kanies2007-12-211-48/+0
* Fixing #967 -- default resources no longer conflict withLuke Kanies2007-12-191-3/+18
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-3/+3
* Integrating Matt Palmer's patch to provide a 'plugins'Luke Kanies2007-11-241-0/+1
* Fixing a couple of tests that were failing because of the environment changes.Luke Kanies2007-11-231-0/+1
* Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-191-0/+51
* Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-181-51/+0
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-120/+24
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-261-1/+1
* All tests should now pass again.Luke Kanies2007-10-081-1/+7
* Another round of test-fixing around the changes I madeLuke Kanies2007-10-051-2/+4
* Fixed a failing test where we presumed that non-string Fact values would have...Rick Bradley2007-10-021-1/+1
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-1/+1
* The whole system now uses Configuration objects instead ofLuke Kanies2007-09-151-49/+3
* Fixing some broken tests in the master client, and adding a test for #800 but...Luke Kanies2007-09-061-23/+30
* Adding environment information to the client fact list. The environment is r...Luke Kanies2007-08-221-0/+10
* A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-201-1/+2
* Fixing #621 -- plugins are now downloaded directly into the $libdir, and auto...luke2007-07-101-38/+13
* Hopefully fixing #685 -- I added a wrapper around the call to getconfig(), so...luke2007-07-081-3/+12
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-041-0/+2
* Fixing #532 -- reparsing config files no longer throws an exception. The pro...luke2007-05-311-0/+17
* Fixing #501 -- there is now a splay option, disabled by default and when runn...luke2007-05-181-0/+32
* Fixing #569 - I have added a dynamic facts option to choose which facts will ...luke2007-05-151-0/+34
* fixing some problems with the config timeout -- I am not sure it ever actuall...luke2007-05-141-0/+18
* Finally fixing #504, I think; I even have tests to prove it. It was a little...luke2007-03-191-0/+17
* Another round of bug-fixes, prompted by test logs from David Schmittluke2007-03-191-2/+4
* Oops. Fixing the other tests to now past the facts to "fresh?", as required ...luke2007-03-191-2/+4
* Fixing the fact caching so that facts are only downloaded and retrieved once,...luke2007-03-191-2/+7
* Fixing #519. The facts are now cached in the state file and changes to them ...luke2007-03-191-0/+29
* Fixing #491 -- the client correctly realizes when the cache file is missing a...luke2007-03-181-0/+22
* Fixing #540. I modified Puppet::Network::Client::Master so that it disables ...luke2007-03-171-0/+20
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-15/+15
* Okay, last file moves for the night. The test code has been moved to match t...luke2007-02-081-0/+530