summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'indirection' of git://reductivelabs.com/puppet-lukeLuke Kanies2007-09-252-225/+1
|\
| * Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-1/+1
| * Removing the completely obsolete passwd2puppet and the obsolete component.rbLuke Kanies2007-09-131-224/+0
* | Removed TYPE token, replacing it with CLASSREF token, in the grammar and lexe...Michael V. O'Brien2007-09-103-576/+553
* | Fixed #774, which fixed fully qualified collection statementsMichael V. O'Brien2007-09-102-630/+624
|/
* *Finally* fixing the tests that were failing around users and groups. The pr...Luke Kanies2007-09-071-4/+0
* Fixing some failed tests. Mostly cleanup. Next is to make all of the user t...Luke Kanies2007-09-072-4/+10
* Fixing #802 -- tags are now applied before parent classes are evaluated, so p...Luke Kanies2007-09-062-3/+6
* Fixing #807. The exception handling should more closely resemble how it used...Luke Kanies2007-09-061-6/+13
* Renaming some ast resource classes and files so they make a lot more sense.Luke Kanies2007-09-067-22/+22
* Fixing #806. Resources correctly look up their fully qualified definition ty...Luke Kanies2007-09-063-18/+34
* Flipped the switch so that compiles now return a Configuration instance inste...Luke Kanies2007-09-041-4/+5
* Successfully modified all tests and code so that all language tests pass agai...Luke Kanies2007-09-046-65/+38
* We now have a real configuration object, as a subclass of GRATR::Digraph, tha...Luke Kanies2007-09-0428-509/+101
* More refactoring. I have removed a few more extraneous methods from Scope, m...Luke Kanies2007-09-036-68/+53
* Removing the Scope#setresource method, since it was essentially redundant. T...Luke Kanies2007-09-032-18/+3
* Doing a small amount of refactoring, toward being able to use Parser resource...Luke Kanies2007-09-035-90/+92
* Deleting old documentation that somehow made it back into the tree in the swi...Luke Kanies2007-09-015-9/+241
* Multiple environment support now works, and I have even tested it in real lif...Luke Kanies2007-08-262-1/+8
* And we have multiple environment support in the parser. The only remaining p...Luke Kanies2007-08-254-18/+11
* Renaming the "configuration" object to "compile", because it is only a transi...Luke Kanies2007-08-258-27/+27
* Modules are now tested with spec, and they now can handle environment-specifi...Luke Kanies2007-08-252-2/+12
* Adding some rspec tests for Config.rb, because I am planning on significantly...Luke Kanies2007-08-231-1/+1
* Everything up to the parser (and the Modules) is ready to support multiple en...Luke Kanies2007-08-233-112/+53
* Fixing the integration test between interpreter and configuration -- the inte...Luke Kanies2007-08-221-1/+1
* The last commits before I actually start on the multi-environment support. T...Luke Kanies2007-08-221-0/+1
* Adding the topscope metadata to the configuration being returned to the clien...Luke Kanies2007-08-221-1/+16
* A round of bugfixing. Many more tests now pass -- I think we are largely dow...Luke Kanies2007-08-204-6/+13
* All language tests now pass. I expect there are other failures elsewhere, bu...Luke Kanies2007-08-207-41/+29
* The first pass where at least all of the snippet tests pass. I have unfortun...Luke Kanies2007-08-2010-279/+274
* The new parser configuration object works now,Luke Kanies2007-08-165-554/+431
* Finalizing the node handler. It now correctly uses the different node sourcesLuke Kanies2007-08-141-133/+0
* An intermediate commit in the work towards adding multi-environment support.Luke Kanies2007-08-145-347/+311
* Applying patch by Adam Jacob to make external node tools able to handle comma...Luke Kanies2007-08-131-2/+7
* Fixing #731 - we are now correctly only collecting exported resourcesluke2007-08-051-1/+1
* Adding a file that should have been in a commit from yesterdaluke2007-08-041-0/+447
* Fixing #314 and #729; here's the changelog:luke2007-08-037-671/+60
* Caching whether a given file or module has been loaded, because the loading w...luke2007-07-201-7/+12
* Adding the ability to specify relationships to classes, using Class[name] res...luke2007-07-191-3/+9
* The first round of bug-fixes in preparation for beakerluke2007-07-191-2/+4
* Fixing #695 -- resource references will correctly serialize and unserialize i...luke2007-07-181-8/+19
* Fixing #703, mostly. You still cannot do multi-condition queries, but you ca...luke2007-07-182-12/+14
* Removing notice about "import loop", which was happening constantly when auto...luke2007-07-142-16/+10
* Fixing error message when a parameter is getting redefinedluke2007-07-141-7/+11
* Fixing #589luke2007-07-132-367/+377
* Fixing #468 -- fully qualified resources can now be specified as dependenciesluke2007-07-132-406/+418
* Fixing the interpreter autoloading so that it correctly loads classes even wh...luke2007-07-121-58/+40
* Applying a version of the diff to the defined() docs from David Schmittluke2007-07-121-1/+2
* Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa...luke2007-07-106-583/+671
* Fixing a typo in a log messageluke2007-07-091-1/+1