| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Enhancing the stand-alone checksums utility module | Luke Kanies | 2008-02-14 | 1 | -0/+105 |
| | * | Renaming the 'pfile' and 'pfilebucket' files to plain | Luke Kanies | 2008-02-13 | 1 | -1/+1 |
| | * | Fixed #1021 -- the problem was that my method of determining | Luke Kanies | 2008-02-13 | 1 | -0/+11 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-02-12 | 3 | -7/+7 |
| |\| |
|
| | * | 'rake' within the spec dir works now, anyway, which is | Luke Kanies | 2008-02-12 | 3 | -7/+7 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-02-12 | 18 | -408/+1788 |
| |\| |
|
| | * | Adding an inflection util class. | Luke Kanies | 2008-02-12 | 1 | -0/+70 |
| | * | Fixed #997 -- virtual defined types are no longer evaluated. | Luke Kanies | 2008-02-12 | 1 | -4/+13 |
| | * | Moving the ast node tests to rspec (which I could have | Luke Kanies | 2008-02-12 | 2 | -0/+275 |
| | * | Removing the last remaining vestiges of GRATR -- | Luke Kanies | 2008-02-11 | 4 | -75/+75 |
| | * | Added a 'tagged?' method to the Tagging module. | Luke Kanies | 2008-02-11 | 1 | -0/+9 |
| | * | Switching the Node Catalog to using a separate method | Luke Kanies | 2008-02-11 | 1 | -0/+6 |
| | * | Changing the name of the Compile class to Compiler, | Luke Kanies | 2008-02-11 | 8 | -191/+191 |
| | * | Refactoring the interface between the Compile class | Luke Kanies | 2008-02-11 | 1 | -26/+15 |
| | * | Changing some methods in the Compile class to | Luke Kanies | 2008-02-11 | 2 | -25/+25 |
| | * | Fixed #1030 - class and definition evaluation has been significantly | Luke Kanies | 2008-02-11 | 2 | -113/+224 |
| | * | Converting the Compile class to use a Node::Catalog instance | Luke Kanies | 2008-02-11 | 1 | -30/+13 |
| | * | Moving all of the tests for Puppet::Parser::Compile to | Luke Kanies | 2008-02-11 | 1 | -31/+333 |
| | * | More AST refactoring -- each of the code wrapping classes | Luke Kanies | 2008-02-08 | 2 | -4/+4 |
| | * | Refactoring the AST classes just a bit. I realized that | Luke Kanies | 2008-02-08 | 2 | -6/+6 |
| | * | Fixing the Settings class so that it correctly handles | Luke Kanies | 2008-02-07 | 1 | -0/+6 |
| | * | Fix ticket 974. My original "fix" wasn't. This actually fixes the problem by ... | Paul Lathrop | 2008-02-05 | 1 | -0/+6 |
| | * | Significantly refactoring the lexer, including adding Token and TokenList | Luke Kanies | 2008-01-30 | 1 | -0/+465 |
| | * | I think I've finally fixed #959, by having the Settings | Luke Kanies | 2008-01-20 | 1 | -0/+10 |
| | * | Fixing #976 -- both the full name of qualified classes and | Luke Kanies | 2008-01-19 | 2 | -0/+139 |
| * | | Environments are now available as variables in manifests, | Luke Kanies | 2008-01-20 | 1 | -0/+16 |
| * | | Merge branch '0.24.x' | Luke Kanies | 2008-01-19 | 7 | -39/+239 |
| |\| |
|
| * | | Removed remaining elements of old_parse - closing Ticket #990 | James Turnbull | 2008-01-19 | 1 | -5/+0 |
| * | | Merge branch 'routing' | Luke Kanies | 2008-01-01 | 1 | -4/+4 |
| |\ \ |
|
| | * | | tweaking spec language; require Puppet::Network::HTTP class since it is refer... | Rick Bradley | 2007-12-07 | 1 | -4/+4 |
* | | | | Fixing automatic relationships. I was previously looking them | Luke Kanies | 2008-01-14 | 1 | -1/+9 |
* | | | | Another round of fixes toward making global resources work. | Luke Kanies | 2008-01-09 | 9 | -65/+40 |
* | | | | Lots o' bug-fixes toward getting rid of global resources. | Luke Kanies | 2008-01-08 | 1 | -12/+0 |
| |_|/
|/| | |
|
* | | | Fixing #982 -- I have completely removed the GRATR graph library | Luke Kanies | 2008-01-07 | 3 | -37/+41 |
* | | | Fixing #971 -- classes can once again be included multiple | Luke Kanies | 2008-01-07 | 1 | -1/+14 |
* | | | Fixing the unit tests for nagios_maker; I could swear I'd already | Luke Kanies | 2008-01-07 | 1 | -8/+8 |
* | | | Removing the requirement in the parsed mount provider | Luke Kanies | 2008-01-07 | 1 | -1/+1 |
* | | | Added builtin support for all Nagios resource types. | Luke Kanies | 2007-12-31 | 2 | -0/+79 |
* | | | Adding the metaprogramming to create the Nagios types | Luke Kanies | 2007-12-31 | 1 | -0/+104 |
|/ / |
|
* | | Further fixes toward #965. Turned out that the previous fix | Luke Kanies | 2007-12-21 | 1 | -117/+131 |
* | | Removing the ability to disable http-keep alive, | Luke Kanies | 2007-12-19 | 1 | -18/+8 |
* | | Entirely refactoring http keep-alive. There's now | Luke Kanies | 2007-12-19 | 2 | -107/+237 |
* | | Fixing #967 -- relationships now work when running 0.23.x clients | Luke Kanies | 2007-12-18 | 1 | -2/+7 |
* | | Fixing #961 -- closing existing, open connections when | Luke Kanies | 2007-12-17 | 1 | -1/+31 |
* | | This should be the last fix for exported resources. | Luke Kanies | 2007-12-11 | 1 | -0/+21 |
* | | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 15 | -236/+236 |
* | | Renaming the 'null' terminus type to 'plain', as | Luke Kanies | 2007-12-11 | 3 | -9/+9 |
* | | Copying the fact-loading code from the network client to | Luke Kanies | 2007-12-11 | 1 | -0/+9 |
* | | Fixing #937 -- I had not ported the dot methods at all, | Luke Kanies | 2007-12-11 | 1 | -5/+7 |
* | | Fixing some further failing tests resulting from the fix for | Luke Kanies | 2007-12-10 | 1 | -13/+11 |