summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/interpreter.rb
Commit message (Expand)AuthorAgeFilesLines
...
* All rails *and* language tests now pass, with the exception of a language/res...luke2006-12-191-2/+2
* Requiring puppet/rails in the interpreter before Rails.initluke2006-12-171-0/+1
* Changing some of the error output. This gets rid of the duplicated informati...luke2006-12-151-7/+3
* New rails stuff redux.shadoi2006-12-141-1/+1
* Working some on the export/collect problem. It actually works now, but there...luke2006-12-121-2/+3
* Fixing #342. Classes needed to have their namespaces set to their fully qual...luke2006-11-171-1/+5
* Fixing configuration storage -- there was a check being done that caused fals...luke2006-11-151-8/+11
* Fixing virtual object collection. I apparently broke it when I added rails c...luke2006-10-181-2/+4
* Fixing gennode; it was not actually adding the class code to the generated node.luke2006-10-161-13/+19
* Fixing weird case where the default node is in one node source and the real n...luke2006-10-051-8/+14
* Fixing ldap nodes -- they were always returning true because i was returning ...luke2006-10-051-1/+5
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-374/+685
* Trying to fix a bug where files other than site.pp do not get noticed for rep...luke2006-09-191-12/+5
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-4/+1
* Reverting the work done in [1605] and [1606]. I have added it as a patch in ...luke2006-09-151-12/+0
* This commit adds two important features (but which probably were notluke2006-09-151-0/+12
* Fixing the interpreter to nodesearch across all listed names, just like is do...luke2006-09-131-11/+13
* Renaming parsedfile to loadedfile, which makes much more sense and reduces so...luke2006-09-031-1/+1
* First round of bugfixes in preparation for 0.18.4luke2006-07-211-11/+4
* Fixing bug in scope/interpreter where nodes found in ldap must have parent no...luke2006-07-181-0/+4
* Adding a unit test for plain "nodesearch"luke2006-07-181-0/+10
* Adding minimal update checking for templates. It will only check the templat...luke2006-07-031-63/+92
* Trying to merge metrics and reports. There is now a separate transaction rep...luke2006-06-301-2/+2
* Fixing #182. Added a retry section to try reconnecting to ldap. Only one re...luke2006-06-201-1/+9
* fixing interpreter to initialize ldap in the nodesearch_ldap method, which re...luke2006-06-151-3/+5
* Fixing some logging issues with puppetmasterd when daemonized with verbose mo...luke2006-06-141-11/+22
* abstracting out ldap connections so that there is a single method responsible...luke2006-06-131-12/+22
* Fixing ldap usage when ldap libs are not availableluke2006-06-131-20/+28
* removing extraneous debuggingluke2006-06-131-2/+0
* Adding support for default nodes as requested in #136.luke2006-06-131-6/+21
* A round of bug-fixing in preparation for the next release.luke2006-06-131-1/+17
* Fixing ldap node lookup. The test was set up badly, in that it did not actua...luke2006-06-121-3/+11
* Adding support for following referralsluke2006-06-121-0/+1
* Wrapping the host storage into a transaction. It might have a slight perform...luke2006-05-151-9/+15
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-141-7/+34
* Made a *huge* performance difference in storing hosts -- down from about 25 s...luke2006-05-131-5/+7
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-131-1/+9
* Adding initial rails support. One can now store host configurations using Ac...luke2006-05-131-24/+25
* Fixing the language side of #109. Added a "set" keyword.luke2006-04-111-1/+1
* Adding a few informative facts on the server side: serverversion, servername,...luke2006-04-111-1/+7
* Adding simple benchmarking, and using it in a few of the more obvious places....luke2006-04-101-4/+8
* Fixing #103. There are now no such things as node scopes; the entire tree is...luke2006-04-051-48/+47
* adding -e ability to puppet executableluke2006-04-041-20/+26
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-041-2/+0
* Manifests can now specify node names with fully qualified domain names, too.lutter2006-03-311-2/+4
* Changing the setdefaults input format somewhat. It is always a hash of some ...luke2006-03-011-9/+9
* Fixing bug #60. Converting nodes to use types everywhere instead of names, a...luke2006-02-281-2/+0
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-4/+14
* Changed the parsedtype definition of exists(), and fixed a few smaller bugs. ...luke2006-02-151-1/+5
* Committing the initial ldap support -- puppet can now look up node configurat...luke2006-02-141-1/+124