summaryrefslogtreecommitdiffstats
path: root/spec/unit/resource
Commit message (Expand)AuthorAgeFilesLines
* Disable spec tests for unsupported functionality on WindowsJosh Cooper2011-07-261-3/+4
* Merge branch '2.7.x'Nick Lewis2011-07-251-7/+54
|\
| * Merge branch '2.6.x' into 2.7.xNick Lewis2011-07-251-7/+54
| |\
| | * (#8596) Detect resource alias conflicts when titles do not matchNick Lewis2011-07-251-7/+54
* | | Remove caching from the catalog, types, and parametersNick Lewis2011-07-211-25/+0
* | | Maint: Tagged spec tests that are known to fail on WindowsJosh Cooper2011-07-191-1/+1
* | | Fix tests with "relative" paths on WindowsJosh Cooper2011-07-192-3/+6
* | | Resource type defaults cleanupLuke Kanies2011-07-151-20/+18
* | | Adding []/[]= support to ScopeLuke Kanies2011-07-151-10/+10
|/ /
* | Merge branch '2.6.x' into 2.7.xJacob Helwig2011-06-281-1/+1
|\|
| * (#7127) Stop puppet if a prerun command failsJosh Cooper2011-06-101-1/+1
| * (#5437) Invalidate cached TypeCollection when there was an error parsingJacob Helwig2011-04-011-1/+8
| * (#5477) Allow watch_file to watch non-existent files, especially site.ppJesse Wolfe2011-03-251-17/+14
* | (#7507) Add ability to filter Ruby 1.9 spec failuresMatt Robinson2011-05-171-1/+1
* | Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.xPieter van de Bruggen2011-04-181-0/+1
* | (#6928) Add a Parser face with Validate actionNick Lewis2011-04-131-0/+5
* | maint: clean up the spec test headers in bulk.Daniel Pittman2011-04-135-10/+5
* | Step towards #5027 -- scopes should know if they are dynamicMarkus Roberts2011-04-121-32/+4
* | maint: just require 'spec_helper', thanks rspec2Daniel Pittman2011-04-085-5/+5
* | (5200) -- replace containers with sentinalsMarkus Roberts2011-04-061-1/+1
* | (6911) Refactor to localize eval_generate dependency assumptionsMarkus Roberts2011-03-311-6/+0
* | Fixed #6850 - Clean up ResourceType#to_psonLuke Kanies2011-03-251-5/+17
* | Merge branch '2.6.x' into nextMatt Robinson2011-02-021-4/+50
|\|
| * Merge branch 'feature/master/5061' into 2.6.nextPaul Berry2011-02-011-0/+22
| |\
| | * (#5061) - allow special hostclass/define variables to be evaluated as defaults.Dan Bode2011-02-011-0/+22
| * | (#5045) Cleaning up some tests and codeMatt Robinson2011-01-241-6/+5
| * | (#5045) Adds support to resource/type to also accept a param hashDan Bode2011-01-241-0/+25
| |/
* | Merge branch '2.6.x' into nextNick Lewis2011-01-062-9/+55
|\|
| * (#5771) Upgrade rspec to version 2Matt Robinson2011-01-041-6/+2
| * (#5715) Added attributes resource_type and title to Puppet::Resource::Status.Paul Berry2010-12-301-0/+5
| * (#5715) Removed attribute source_description from the YAML representation ofPaul Berry2010-12-301-0/+10
| * (#5715) Make certain report attributes always present.Nick Lewis2010-12-301-4/+4
| * (#5715) Removed redundant attribute Resource::Status#versionPaul Berry2010-12-301-2/+2
| * (#5715) Removed Puppet::Util::Log#version.Paul Berry2010-12-301-1/+1
| * (#5715) Removed Resource::Status#skipped_reason. It was never used.Paul Berry2010-12-301-1/+1
| * Modified the behavior of Puppet::Resource::Status as follows:Paul Berry2010-12-171-2/+22
| * (#5408) Reworked ResourceHarness so that code is clearer and all behaviors ar...Paul Berry2010-12-171-1/+16
| * [#5081] Revert "Fix #4349 - Parsing with ignoreimport=true was always loading...Matt Robinson2010-12-011-8/+0
* | maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-065-5/+5
* | Maint: Refactor tests to use <class>.indirection.<method>Paul Berry2010-11-291-6/+0
* | Merge branch 'ticket/next/4590' into nextMarkus Roberts2010-11-171-3/+3
|\ \
| * | [#4590] SimpleGraph is slowPaul Berry2010-10-071-3/+3
* | | Merge commit '2.6.3rc2' into nextPaul Berry2010-11-091-13/+13
|\ \ \ | |/ / |/| / | |/
| * (#4534/#4778) -- Normalize parameterized classesPaul Berry2010-10-271-13/+13
* | Merge commit '2.6.1rc3' into nextJesse Wolfe2010-08-271-0/+17
|\|
| * Fix for #4518 -- classes not getting added to compiler.classesMarkus Roberts2010-08-211-0/+17
| * [#4397]+[#4344] Move type-name resolution out of Puppet::Resource into the AS...Jesse Wolfe2010-08-033-2/+30
* | [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-132-11/+11
* | Moved perform_initial_import from Puppet::Resource::TypeCollection to Puppet:...Paul Berry2010-08-131-52/+0
* | [#4472]+[#4483] Moved type-name resolution out of Puppet::Parser::TypeLoader.Paul Berry2010-08-122-31/+62