summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fixing a unit test for node integrationLuke Kanies2008-03-181-9/+2
* 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 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
|/
* Fix tests depending on the Puppet[:localcert] file existing using stubsAndrew Shafer2008-03-041-26/+13
* Fixing #1110 -- transactions now always make sureLuke Kanies2008-02-291-0/+5
* Fixing the fact that resources that model defined resourcesLuke Kanies2008-02-291-0/+6
* renaming ral/types to ral/type in the testsLuke Kanies2008-02-289-0/+0
* Fixed #1063 -- the master correctly logs syntax errors whenLuke Kanies2008-02-281-138/+148
* Merge branch '0.24.x' of ssh://reductivelabs.com/opt/rl/git/puppet into 0.24.xLuke Kanies2008-02-281-1/+5
|\
| * Merge branch '0.24.x' of ssh://reductivelabs.com/opt/rl/git/puppet into 0.24.xLuke Kanies2008-02-285-108/+138
| |\
| * | Fixing #1093 -- 0.23.2 clients are again compatibleLuke Kanies2008-02-281-1/+5
* | | Fixing #1092 by no longer using the resource reference toLuke Kanies2008-02-281-2/+2
* | | Fixing an integration test so it cleans up after itselfLuke Kanies2008-02-281-0/+5
| |/ |/|
* | Adding a 'control' parameter to services, for thoseLuke Kanies2008-02-281-4/+11
* | Removing the validation on package sources, sinceLuke Kanies2008-02-261-2/+2
* | Fixing #1085, I think -- I was not returning a resourceLuke Kanies2008-02-251-1/+7
* | Fixing #1084 -- the node catalog asks the individualLuke Kanies2008-02-252-101/+118
|/
* Merge commit 'turnbull/0.24.x' into 0.24.xLuke Kanies2008-02-231-0/+4
|\
| * Fixes ticket #1079 - added . support for tagsJames Turnbull2008-02-241-0/+4
* | Somewhat refactored fileserving so that it no longer cachesLuke Kanies2008-02-236-72/+184
* | Fixing a test that was failing when a user-specificLuke Kanies2008-02-231-2/+2
|/
* Removing a test I never migrated from test/unit.Luke Kanies2008-02-211-119/+0
* Fixing a test that was actually reading in keysLuke Kanies2008-02-211-0/+4
* Quashed commit of my fixes for #1010.Luke Kanies2008-02-212-4/+123
* Fixed test for #1040James Turnbull2008-02-201-0/+1
* Removing some extraneous debugging from a test.Luke Kanies2008-02-181-3/+0
* Merge branch 'my24' into 0.24.xRick Bradley2008-02-1821-2631/+2548
|\
| * converting parser ast node specs from setup/teardown to before/afterRick Bradley2008-02-181-83/+81
| * converting parser ast host class specs from setup/teardown to before/afterRick Bradley2008-02-181-86/+84
| * converting node catalog specs from setup/teardown to before/afterRick Bradley2008-02-181-85/+82
| * converting indirector yaml specs from setup/teardown to before/afterRick Bradley2008-02-181-60/+57
| * converting facter indirector specs from setup/teardown to before/afterRick Bradley2008-02-181-29/+26
| * converting indirector checksum file specs from setup/teardown to before/afterRick Bradley2008-02-181-89/+87