summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
| | * Enhancing the stand-alone checksums utility moduleLuke Kanies2008-02-141-0/+105
| | * Renaming the 'pfile' and 'pfilebucket' files to plainLuke Kanies2008-02-131-1/+1
| | * Fixed #1021 -- the problem was that my method of determiningLuke Kanies2008-02-131-0/+11
| * | Merge branch '0.24.x'Luke Kanies2008-02-123-7/+7
| |\|
| | * 'rake' within the spec dir works now, anyway, which isLuke Kanies2008-02-123-7/+7
| * | Merge branch '0.24.x'Luke Kanies2008-02-1218-408/+1788
| |\|
| | * Adding an inflection util class.Luke Kanies2008-02-121-0/+70
| | * Fixed #997 -- virtual defined types are no longer evaluated.Luke Kanies2008-02-121-4/+13
| | * Moving the ast node tests to rspec (which I could haveLuke Kanies2008-02-122-0/+275
| | * Removing the last remaining vestiges of GRATR --Luke Kanies2008-02-114-75/+75
| | * Added a 'tagged?' method to the Tagging module.Luke Kanies2008-02-111-0/+9
| | * Switching the Node Catalog to using a separate methodLuke Kanies2008-02-111-0/+6
| | * Changing the name of the Compile class to Compiler,Luke Kanies2008-02-118-191/+191
| | * Refactoring the interface between the Compile classLuke Kanies2008-02-111-26/+15
| | * Changing some methods in the Compile class toLuke Kanies2008-02-112-25/+25
| | * Fixed #1030 - class and definition evaluation has been significantlyLuke Kanies2008-02-112-113/+224
| | * Converting the Compile class to use a Node::Catalog instanceLuke Kanies2008-02-111-30/+13
| | * Moving all of the tests for Puppet::Parser::Compile toLuke Kanies2008-02-111-31/+333
| | * More AST refactoring -- each of the code wrapping classesLuke Kanies2008-02-082-4/+4
| | * Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-082-6/+6
| | * Fixing the Settings class so that it correctly handlesLuke Kanies2008-02-071-0/+6
| | * Fix ticket 974. My original "fix" wasn't. This actually fixes the problem by ...Paul Lathrop2008-02-051-0/+6
| | * Significantly refactoring the lexer, including adding Token and TokenListLuke Kanies2008-01-301-0/+465
| | * I think I've finally fixed #959, by having the SettingsLuke Kanies2008-01-201-0/+10
| | * Fixing #976 -- both the full name of qualified classes andLuke Kanies2008-01-192-0/+139
| * | Environments are now available as variables in manifests,Luke Kanies2008-01-201-0/+16
| * | Merge branch '0.24.x'Luke Kanies2008-01-197-39/+239
| |\|
| * | Removed remaining elements of old_parse - closing Ticket #990James Turnbull2008-01-191-5/+0
| * | Merge branch 'routing'Luke Kanies2008-01-011-4/+4
| |\ \
| | * | tweaking spec language; require Puppet::Network::HTTP class since it is refer...Rick Bradley2007-12-071-4/+4
* | | | Fixing automatic relationships. I was previously looking themLuke Kanies2008-01-141-1/+9
* | | | Another round of fixes toward making global resources work.Luke Kanies2008-01-099-65/+40
* | | | Lots o' bug-fixes toward getting rid of global resources.Luke Kanies2008-01-081-12/+0
| |_|/ |/| |
* | | Fixing #982 -- I have completely removed the GRATR graph libraryLuke Kanies2008-01-073-37/+41
* | | Fixing #971 -- classes can once again be included multipleLuke Kanies2008-01-071-1/+14
* | | Fixing the unit tests for nagios_maker; I could swear I'd alreadyLuke Kanies2008-01-071-8/+8
* | | Removing the requirement in the parsed mount providerLuke Kanies2008-01-071-1/+1
* | | Added builtin support for all Nagios resource types.Luke Kanies2007-12-312-0/+79
* | | Adding the metaprogramming to create the Nagios typesLuke Kanies2007-12-311-0/+104
|/ /
* | Further fixes toward #965. Turned out that the previous fixLuke Kanies2007-12-211-117/+131
* | Removing the ability to disable http-keep alive,Luke Kanies2007-12-191-18/+8
* | Entirely refactoring http keep-alive. There's nowLuke Kanies2007-12-192-107/+237
* | Fixing #967 -- relationships now work when running 0.23.x clientsLuke Kanies2007-12-181-2/+7
* | Fixing #961 -- closing existing, open connections whenLuke Kanies2007-12-171-1/+31
* | This should be the last fix for exported resources.Luke Kanies2007-12-111-0/+21
* | Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-1115-236/+236
* | Renaming the 'null' terminus type to 'plain', asLuke Kanies2007-12-113-9/+9
* | Copying the fact-loading code from the network client toLuke Kanies2007-12-111-0/+9
* | Fixing #937 -- I had not ported the dot methods at all,Luke Kanies2007-12-111-5/+7
* | Fixing some further failing tests resulting from the fix forLuke Kanies2007-12-101-13/+11