summaryrefslogtreecommitdiffstats
path: root/test/lib/puppettest/support
Commit message (Expand)AuthorAgeFilesLines
* maint: remove inaccurate copyright and license statements.Daniel Pittman2011-08-181-4/+0
* (5200) -- replace containers with sentinalsMarkus Roberts2011-04-062-20/+6
* (#5408) Attributes can be both audited and managedJesse Wolfe2010-12-101-1/+1
* [#4308] Remove puppettest from specsMatt Robinson2010-09-032-22/+25
* Code smell: Two space indentationMarkus Roberts2010-07-094-220/+220
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-093-7/+7
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-094-27/+9
* Code smell: Use string interpolationMarkus Roberts2010-07-092-5/+5
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* Finishing renaming :params to :parameters internallyLuke Kanies2010-02-171-29/+0
* Fix unit tests in file/target.rbJesse Wolfe2010-02-171-1/+1
* Use a helper function to evaluate a resource since the API has changedJesse Wolfe2010-02-171-0/+1
* Fixing most failing test/ tests.Luke Kanies2010-02-171-4/+0
* Switching transactions to callback-based eventsLuke Kanies2010-02-171-5/+3
* Forgot fakedata called in specJames Turnbull2010-02-041-0/+1
* Minor unit test fixesJames Turnbull2010-01-301-1/+1
* Fix for #2745 fakedata tests not workingMarkus Roberts2009-10-231-16/+8
* Make sure node are referenced by their namesBrice Figureau2009-08-011-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-062-7/+7
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-061-4/+4
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-1/+1
* Deprecating the Puppet::Type.create.Luke Kanies2008-12-181-1/+1
* Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.typeLuke Kanies2008-12-181-1/+1
* Renaming the "Catalog#to_type" method to "Catalog#to_ral"Luke Kanies2008-12-181-1/+1
* Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-182-4/+4
* Merge branch '0.24.x'Luke Kanies2008-07-041-1/+1
|\
| * Refactoring the Transaction::Event class.Luke Kanies2008-07-041-1/+1
* | Merge branch 'master' into master_no_global_resourcesLuke Kanies2008-03-311-1/+1
|\|
| * Removing the last remaining vestiges of GRATR --Luke Kanies2008-02-111-1/+1
* | Fixing automatic relationships. I was previously looking themLuke Kanies2008-01-141-6/+0
|/
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-113-11/+11
* Reverting the changes I'd made toward removing the globalLuke Kanies2007-11-191-1/+1
* Fixed most failing tests, but there are still over thirty failing.Luke Kanies2007-11-181-1/+1
* Fixing #800 by refactoring how configurations are retrievedLuke Kanies2007-11-121-0/+2
* Fixing the 'mount' tests so that they no longerLuke Kanies2007-11-081-2/+7
* Removing the Id tags from all of the filesLuke Kanies2007-10-033-3/+0
* Fixed a test which was secretly sneaking off and pulling certs from ~ if they...Rick Bradley2007-10-021-13/+11
* The whole system now uses Configuration objects instead ofLuke Kanies2007-09-153-69/+55
* Fixing #314 and #729; here's the changelog:luke2007-08-031-1/+1
* Fixing #703, mostly. You still cannot do multi-condition queries, but you ca...luke2007-07-181-1/+1
* All rails and language tests now pass again. All of the rails tests should n...luke2007-06-171-0/+30
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-091-2/+2
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-0/+7
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-072-5/+5
* All tests should now pass, with the possible exception of some tests that mig...luke2006-12-111-0/+1
* Most of the graphing work is now done. I have also added the generator work ...luke2006-12-011-0/+37
* Doing some work on the DSL. It behaves a little more like the real language ...luke2006-10-181-2/+2
* Ported mount over to using providersluke2006-10-171-0/+13
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-2/+2
* + New assertion: assert_uid_gid will check that the UID and GID have been cha...erikh2006-09-222-2/+30