| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Doing a small amount of refactoring, toward being able to use Parser resource... | Luke Kanies | 2007-09-03 | 5 | -90/+92 |
* | Deleting old documentation that somehow made it back into the tree in the swi... | Luke Kanies | 2007-09-01 | 5 | -9/+241 |
* | Multiple environment support now works, and I have even tested it in real lif... | Luke Kanies | 2007-08-26 | 2 | -1/+8 |
* | And we have multiple environment support in the parser. The only remaining p... | Luke Kanies | 2007-08-25 | 4 | -18/+11 |
* | Renaming the "configuration" object to "compile", because it is only a transi... | Luke Kanies | 2007-08-25 | 8 | -27/+27 |
* | Modules are now tested with spec, and they now can handle environment-specifi... | Luke Kanies | 2007-08-25 | 2 | -2/+12 |
* | Adding some rspec tests for Config.rb, because I am planning on significantly... | Luke Kanies | 2007-08-23 | 1 | -1/+1 |
* | Everything up to the parser (and the Modules) is ready to support multiple en... | Luke Kanies | 2007-08-23 | 3 | -112/+53 |
* | Fixing the integration test between interpreter and configuration -- the inte... | Luke Kanies | 2007-08-22 | 1 | -1/+1 |
* | The last commits before I actually start on the multi-environment support. T... | Luke Kanies | 2007-08-22 | 1 | -0/+1 |
* | Adding the topscope metadata to the configuration being returned to the clien... | Luke Kanies | 2007-08-22 | 1 | -1/+16 |
* | A round of bugfixing. Many more tests now pass -- I think we are largely dow... | Luke Kanies | 2007-08-20 | 4 | -6/+13 |
* | All language tests now pass. I expect there are other failures elsewhere, bu... | Luke Kanies | 2007-08-20 | 7 | -41/+29 |
* | The first pass where at least all of the snippet tests pass. I have unfortun... | Luke Kanies | 2007-08-20 | 10 | -279/+274 |
* | The new parser configuration object works now, | Luke Kanies | 2007-08-16 | 5 | -554/+431 |
* | Finalizing the node handler. It now correctly uses the different node sources | Luke Kanies | 2007-08-14 | 1 | -133/+0 |
* | An intermediate commit in the work towards adding multi-environment support. | Luke Kanies | 2007-08-14 | 5 | -347/+311 |
* | Applying patch by Adam Jacob to make external node tools able to handle comma... | Luke Kanies | 2007-08-13 | 1 | -2/+7 |
* | Fixing #731 - we are now correctly only collecting exported resources | luke | 2007-08-05 | 1 | -1/+1 |
* | Adding a file that should have been in a commit from yesterda | luke | 2007-08-04 | 1 | -0/+447 |
* | Fixing #314 and #729; here's the changelog: | luke | 2007-08-03 | 7 | -671/+60 |
* | Caching whether a given file or module has been loaded, because the loading w... | luke | 2007-07-20 | 1 | -7/+12 |
* | Adding the ability to specify relationships to classes, using Class[name] res... | luke | 2007-07-19 | 1 | -3/+9 |
* | The first round of bug-fixes in preparation for beaker | luke | 2007-07-19 | 1 | -2/+4 |
* | Fixing #695 -- resource references will correctly serialize and unserialize i... | luke | 2007-07-18 | 1 | -8/+19 |
* | Fixing #703, mostly. You still cannot do multi-condition queries, but you ca... | luke | 2007-07-18 | 2 | -12/+14 |
* | Removing notice about "import loop", which was happening constantly when auto... | luke | 2007-07-14 | 2 | -16/+10 |
* | Fixing error message when a parameter is getting redefined | luke | 2007-07-14 | 1 | -7/+11 |
* | Fixing #589 | luke | 2007-07-13 | 2 | -367/+377 |
* | Fixing #468 -- fully qualified resources can now be specified as dependencies | luke | 2007-07-13 | 2 | -406/+418 |
* | Fixing the interpreter autoloading so that it correctly loads classes even wh... | luke | 2007-07-12 | 1 | -58/+40 |
* | Applying a version of the diff to the defined() docs from David Schmitt | luke | 2007-07-12 | 1 | -1/+2 |
* | Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa... | luke | 2007-07-10 | 6 | -583/+671 |
* | Fixing a typo in a log message | luke | 2007-07-09 | 1 | -1/+1 |
* | Changing the log message when a resource type cannot be found | luke | 2007-07-09 | 1 | -1/+1 |
* | Fixing #687. | luke | 2007-07-09 | 1 | -1/+1 |
* | The parser now throws an error when a resource reference is created for an un... | luke | 2007-07-08 | 1 | -0/+8 |
* | Applying patch by DavidS from #697 to allow host names to be double quoted | luke | 2007-07-08 | 2 | -329/+335 |
* | Fixing #596 -- classes in modules now autoload | luke | 2007-07-06 | 1 | -6/+58 |
* | Fixing #689, although I have not added unit tests. The problem was that a ta... | luke | 2007-07-05 | 1 | -3/+3 |
* | Fixing #620 - class names and node names now throw an error when they conflict | luke | 2007-07-04 | 2 | -10/+22 |
* | Updating reference docs | luke | 2007-06-20 | 1 | -1/+3 |
* | Removing extra debugging from the interpreter | luke | 2007-06-19 | 1 | -2/+0 |
* | More test fixes. I seem to be getting very close. | luke | 2007-06-19 | 1 | -0/+2 |
* | Fixing #548, and making functions support other rvalues, too, including other... | luke | 2007-06-18 | 2 | -578/+630 |
* | All rails and language tests now pass again. All of the rails tests should n... | luke | 2007-06-17 | 2 | -2/+11 |
* | Fixing #673, but I have not written a test case for it. I moved all rails-re... | luke | 2007-06-17 | 1 | -2/+2 |
* | Significantly reworking both external_nodes and ldapnodes support (see change... | luke | 2007-06-15 | 1 | -124/+133 |
* | Significantly optimizing the database queries -- I am getting about 40% bette... | luke | 2007-06-14 | 1 | -1/+1 |
* | Updated the CHANGELOG. | ballman | 2007-06-14 | 1 | -3/+7 |