summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix for #4896 -- stray newline left over from removed diagnosticMarkus Roberts2010-09-301-1/+2
| * | | Improvement to #4025: made spec tests work on all platformsPaul Berry2010-09-291-1/+3
| * | | Adds #3046 - support for password min/max ageNick Lewis2010-09-293-2/+33
| * | | [#4783] (#4783) Fix RRDGraph report generationMatt Robinson2010-09-292-1/+31
| * | | Add user account expiry to the useradd type and providerDean Wilson2010-09-292-1/+24
| * | | Fixed #4025 (failure in launchd if certain plists are binary).Paul Berry2010-09-291-5/+6
| * | | Fix for #4804 -- escaped backslashes in interpolated stringsMarkus Roberts2010-09-281-0/+8
* | | | Partial merge to 2.6.2rc1 : Merge commit '574812e' into nextJesse Wolfe2010-10-041-13/+21
|\| | |
| * | | (#4860) Add regression tests that would have caught bad params methodMatt Robinson2010-09-281-13/+17
* | | | Partial merge to 2.6.2rc1 : Merge commit '66cf3a9' into nextJesse Wolfe2010-10-044-29/+147
|\| | |
| * | | Fix #4226 - Prepend 'Puppet CA: ' to fqdn for default root ca_nameJacob Helwig2010-09-281-1/+12
| * | | 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-221-25/+16
* | | | Partial merge to 2.6.2rc1 : Merge commit '99c1019' into nextJesse Wolfe2010-10-041-7/+0
|\| | |
| * | | [#4798] Puppet doc manifests documentation mode brokenPaul Berry2010-09-221-1/+1
* | | | 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-022-26/+39
|\| | |
| * | | [#4716] ResourceTypeAPI exposes implementation details that are likely to changePaul Berry2010-09-222-21/+32
* | | | Partial merge to 2.6.2rc1 : Merge commit '2b50f30' into nextJesse Wolfe2010-10-021-15/+3
|\| | |
| * | | [#4771] Import of manifests with the same name only happens oncePaul Berry2010-09-231-16/+3
* | | | 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-139-9/+11
|\| | |
| * | | 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
| * | | [#4308] Remove puppettest from specsMatt Robinson2010-09-035-6/+7
| * | | Fixed RSpec warning messagesJames Turnbull2010-08-312-2/+2
* | | | Merge remote branch 'paul/ticket/next/4685' into nextJesse Wolfe2010-09-092-2/+8
|\ \ \ \
| * | | | Modified the error message that is generated when a class, definition,Paul Berry2010-09-072-2/+8
| | |/ / | |/| |
* | | | 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-275-29/+68
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | 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-1714-242/+351
|\ \ \ | |/ / |/| |
| * | [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-1312-97/+225
| * | Moved perform_initial_import from Puppet::Resource::TypeCollection to Puppet:...Paul Berry2010-08-134-67/+64