summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
| * This is the first version where mongrel and webrick are reliably startable an...Rick Bradley2008-04-112-11/+46
| * the indirector will not serve xmlrpc (this is the responsibility of the legac...Rick Bradley2008-04-112-14/+4
* | Merge branch '0.24.x'Luke Kanies2008-04-1135-942/+1179
|\|
| * Modified the 'master' handler to use the Catalog class toLuke Kanies2008-04-112-52/+9
| * Removed the code from the client that tries to avoid recompilingLuke Kanies2008-04-101-25/+0
| * Fixing #1173 -- classes and definitions can now have the sameLuke Kanies2008-04-101-1/+1
| * Fixing #1173 -- classes and definitions can now have the sameLuke Kanies2008-04-101-0/+9
| * Fixing the expire method (it wasn't using a requestLuke Kanies2008-04-101-8/+30
| * Moved the request creation into the IndirectionLuke Kanies2008-04-102-183/+220
| * Ported the rest of the indirection terminuses over toLuke Kanies2008-04-089-141/+82
| * Intermediate commit.Luke Kanies2008-04-0816-278/+301
| * Fixing some tests that were failing because new base typesLuke Kanies2008-04-081-31/+39
| * Adding the ability for indirection requests to be createdLuke Kanies2008-04-081-0/+15
| * Fixing the tests that were failing because of the useLuke Kanies2008-04-081-95/+109
| * Adding a Request class to the Indirection layer. ThisLuke Kanies2008-04-082-82/+169
| * Fixing one other test that was failing because of the changeLuke Kanies2008-04-081-3/+1
| * Changing how destroy works, just a bit -- it now acceptsLuke Kanies2008-04-082-13/+9
| * Reworking the caching layer to use TTLs instead of versionsLuke Kanies2008-04-081-442/+485
| * Adding an envelope module to handle indirected instanceLuke Kanies2008-04-081-0/+47
| * Making a test executableLuke Kanies2008-04-081-0/+0
| * Used stubs to decouple our code behavior from the behavior of the underlying ...Paul Lathrop2008-04-071-19/+23
| * Merge branch '0.24.x' of git://reductivelabs.com/puppet into unit-testsPaul Lathrop2008-03-3110-10/+10
| |\
| | * Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.Paul Lathrop2008-03-2810-10/+10
| * | Added some more tests for loadedfile, based off the old unit tests.Paul Lathrop2008-03-251-2/+23
| * | Added rspec tests for loadedfilePaul Lathrop2008-03-241-0/+40
| |/
* | Fixing tests that were failing as a result of the merge,Luke Kanies2008-04-014-49/+2
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-3159-3188/+5183
|\ \
| * | Merge branch '0.24.x'Luke Kanies2008-03-256-102/+172
| |\|
| | * Moved the configuration of the Node cache to the puppetmasterdLuke Kanies2008-03-241-2/+2
| | * Fixing #1138 -- the yamldir is automatically created by theLuke Kanies2008-03-241-1/+0
| | * Disabling http keep-alive as a means of preventing #1010.Luke Kanies2008-03-242-96/+161
| | * Fixing a test I broke with my fix to #1147Luke Kanies2008-03-201-3/+3
| | * Fixed #1147: Cached nodes are correctly considered out ofLuke Kanies2008-03-201-0/+6
| * | Merge branch '0.24.x'Luke Kanies2008-03-2010-74/+193
| |\|
| | * Fixing some tests that only failed under certainLuke Kanies2008-03-182-7/+8
| | * Refactoring how the catalog creation handles errors.Luke Kanies2008-03-182-15/+33
| | * Settings now (again?) do not use a section more thanLuke Kanies2008-03-181-0/+13
| | * Removing explicit requires of types and providers,Luke Kanies2008-03-182-6/+1
| | * Hopefully *finally* fixed the "already being managed" problemLuke Kanies2008-03-181-1/+29
| | * Modified the ldap node terminus to also use the facts versionLuke Kanies2008-03-161-0/+7
| | * Caching node information in yaml (I figured caching in memory willLuke Kanies2008-03-162-44/+53
| | * Modifying the yaml terminus base class to use the timestampLuke Kanies2008-03-161-1/+11
| | * Fixing #1118 -- downloading plugins and facts now ignores noop.Luke Kanies2008-03-131-0/+38
| * | Merge branch '0.24.x'Luke Kanies2008-03-074-88/+276
| |\|
| | * Merge commit 'andrew/0.24.x' into 0.24.xLuke Kanies2008-03-061-0/+2
| | |\
| | | * Fix for 1094Luke Kanies2008-03-061-0/+2
| | * | Fixing the rest of #1113: External node commands can specifyLuke Kanies2008-03-061-0/+6
| | * | Partially fixing #1113: LDAP nodes now support environments,Luke Kanies2008-03-061-83/+112
| | * | Always duplicating resource defaults in the parser, so thatLuke Kanies2008-03-061-5/+156
| | |/
| * | Merge branch '0.24.x'Luke Kanies2008-03-0517-275/+317
| |\|