summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Port Puppet::SSLCertificates::CA test to rspecJacob Helwig2010-09-281-0/+99
| * | | | Fixes #4852 - error messages involving Whits now mention Classes insteadNick Lewis2010-09-281-0/+11
| * | | | (#4763) Don't call a method that was removed in Rails 3 activerecordMatt Robinson2010-09-221-4/+10
| * | | | Fixed #4763 - Hardcoded ActiveRecord versionJames Turnbull2010-09-221-1/+1
| * | | | Fixes #4822 -- Puppet doc -o option brokenPaul Berry2010-09-222-25/+23
* | | | | Partial merge to 2.6.2rc1 : Merge commit '99c1019' into nextJesse Wolfe2010-10-042-7/+48
|\| | | |
| * | | | [#4798] Puppet doc manifests documentation mode brokenPaul Berry2010-09-222-1/+49
* | | | | Partial merge to 2.6.2rc1 : Merge commit '8cd1540' into nextJesse Wolfe2010-10-022-4/+21
|\| | | |
| * | | | [#4692] undefined variables cause :undef to be passed to functionsPaul Berry2010-09-221-4/+14
| * | | | Fix #4743: Allow the audit meta-parameter to accept both 'all', and :allJacob Helwig2010-09-221-0/+7
* | | | | Partial merge to 2.6.2rc1 : Merge commit 'f950061' into nextJesse Wolfe2010-10-023-26/+167
|\| | | |
| * | | | [#4716] ResourceTypeAPI exposes implementation details that are likely to changePaul Berry2010-09-223-21/+160
* | | | | Partial merge to 2.6.2rc1 : Merge commit '2b50f30' into nextJesse Wolfe2010-10-022-15/+4
|\| | | |
| * | | | [#4771] Import of manifests with the same name only happens oncePaul Berry2010-09-232-16/+4
* | | | | Partial merge to 2.6.2rc1 : Merge commit '7b8cb74' into nextJesse Wolfe2010-10-021-0/+1
|\| | | |
| * | | | Fix for #4708 - tagmail should allow . in tagnameDan Bode2010-09-231-0/+1
* | | | | Merge commit '2.6.1' into nextJesse Wolfe2010-09-132-0/+13
|\| | | |
| * | | | [#4756] addendum for #4756Jesse Wolfe2010-09-141-0/+5
| * | | | Fix for Bug #4756 - Providers no longer respect missing featuresJames Cammarata2010-09-141-0/+8
* | | | | Merge commit '2.6.1rc4' into nextJesse Wolfe2010-09-1313-40/+33
|\| | | |
| * | | | Fix for #4646 -- Missing stubMarkus Roberts2010-09-071-1/+1
| * | | | Fix for tests broken by fix for #4489 -- stub standaloneMarkus Roberts2010-09-071-0/+1
| * | | | [#4660] Avoid passing rake and autotest args to puppet testsMatt Robinson2010-09-041-0/+3
| * | | | [#4308] Remove puppettest from specsMatt Robinson2010-09-039-38/+27
| * | | | Fixed RSpec warning messagesJames Turnbull2010-08-312-2/+2
* | | | | Merge remote branch 'paul/ticket/next/4685' into nextJesse Wolfe2010-09-093-4/+29
|\ \ \ \ \
| * | | | | Modified the error message that is generated when a class, definition,Paul Berry2010-09-073-9/+23
| | |/ / / | |/| | |
| * | | | [#4685] Classes, defines, and nodes allowed inside of non-evaluated conditionalsPaul Berry2010-09-011-1/+12
| | |/ / | |/| |
* | | | Merge remote branch 'paul/ticket/next/4638' into nextJesse Wolfe2010-09-093-42/+35
|\ \ \ \
| * | | | [4638] Cleanup of plurals and inheritance relationships in ASTPaul Berry2010-08-273-42/+35
* | | | | Merge remote branch 'paul/ticket/next/4570' into nextJesse Wolfe2010-09-081-0/+25
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixed issue #4570 (Race conditions when serializing objects to YAML).Paul Berry2010-08-231-0/+25
* | | | | Merge commit '2.6.1rc3' into nextJesse Wolfe2010-08-276-30/+80
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Fix for #4489 -- apply was using the rest terminusMarkus Roberts2010-08-241-1/+12
| * | | Fix for #4542 -- included classes weren't assigned proper stagesMarkus Roberts2010-08-241-1/+12
| * | | Fix for #4518 -- classes not getting added to compiler.classesMarkus Roberts2010-08-211-0/+17
| * | | [#4545] Remove obsolete 'trac' specsJesse Wolfe2010-08-211-19/+0
| * | | Maint. -- Fix test failures broken by previous commitMarkus Roberts2010-08-211-6/+18
| * | | [#4298] Puppet apply prints an error if the file to apply doesn't existMatt Robinson2010-08-211-3/+21
| |/ /
* | | Merge remote branch 'paul/4472-4483-4496-4521-4522'Jesse Wolfe2010-08-1717-246/+379
|\ \ \ | |/ / |/| |
| * | [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-1315-101/+242
| * | Moved perform_initial_import from Puppet::Resource::TypeCollection to Puppet:...Paul Berry2010-08-135-67/+75
| * | [#4472]+[#4483] Moved type-name resolution out of Puppet::Parser::TypeLoader.Paul Berry2010-08-123-96/+80
| * | [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-07-3011-55/+80
| |/
* | Further RST to Markdown fixes for types, values, testsJames Turnbull2010-08-121-2/+2
* | Maint. Passenger fix broke a testMarkus Roberts2010-08-061-3/+3
* | Fixes #4485 -- single quoted strings should not treat \n as new lineMarkus Roberts2010-08-051-0/+1
* | [#4364] Fix failing spec due to incorrect loglevelJesse Wolfe2010-08-041-1/+1
* | Fix for #4465 -- earlier "feature" patch broke ldapMarkus Roberts2010-08-041-17/+19
* | [#4467] Make Puppet Master respect facts_terminus settingsRein Henrichs2010-08-042-6/+13