| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixing #726 -- mounts can now correctly handle mounted but absent filesystems. | luke | 2007-07-20 | 1 | -0/+17 |
* | Adding some code in an attempt to fix #728, but it is all commented out since... | luke | 2007-07-20 | 1 | -1/+17 |
* | Fixing #725. I was apparently not deleting the alias I was creating to the c... | luke | 2007-07-19 | 1 | -0/+15 |
* | Converting mount test to use mount everywhere instead of df | luke | 2007-07-19 | 1 | -3/+3 |
* | Adding the ability to specify relationships to classes, using Class[name] res... | luke | 2007-07-19 | 2 | -1/+43 |
* | The first round of bug-fixes in preparation for beaker | luke | 2007-07-19 | 2 | -4/+16 |
* | Adding documentation to the "test" script | luke | 2007-07-19 | 1 | -38/+110 |
* | Fixing #716 -- the package type was considering anything that was not "absent... | luke | 2007-07-19 | 1 | -0/+8 |
* | Fixing #695 -- resource references will correctly serialize and unserialize i... | luke | 2007-07-18 | 1 | -2/+18 |
* | Fixing #703, mostly. You still cannot do multi-condition queries, but you ca... | luke | 2007-07-18 | 3 | -10/+9 |
* | Fixing the rest of #705, except for the env stuff, which I was not able to re... | luke | 2007-07-14 | 1 | -0/+16 |
* | Fixing the interpreter autoloading so that it correctly loads classes even wh... | luke | 2007-07-12 | 1 | -0/+6 |
* | Fixing the instances method. It now works when there are already managed res... | luke | 2007-07-12 | 1 | -5/+17 |
* | Fixing the :check metaparam so it does not try to check unsupported parameters | luke | 2007-07-12 | 1 | -0/+32 |
* | removing the test for a method I removed yesterday | luke | 2007-07-12 | 1 | -48/+0 |
* | Fixing the first half of #705 -- matching no longer fails. I think this also... | luke | 2007-07-12 | 1 | -12/+60 |
* | Having FileType instances automatically back their contents up to a filebucke... | luke | 2007-07-11 | 1 | -2/+48 |
* | Fixing transactions so that they do not flush resources that are in noop | luke | 2007-07-11 | 1 | -2/+41 |
* | Adding support for a "mailalias" type, with /etc/aliases support initially. ... | luke | 2007-07-10 | 4 | -6/+309 |
* | Adding support in Property for declarating whether a given property type will... | luke | 2007-07-10 | 1 | -0/+38 |
* | Adding patch by Valentin Vidic to add the "+>" syntax for adding values to pa... | luke | 2007-07-10 | 1 | -0/+25 |
* | Fixing #621 -- plugins are now downloaded directly into the $libdir, and auto... | luke | 2007-07-10 | 1 | -38/+13 |
* | Changing some of the internals of autoloading so that there is a class-level ... | luke | 2007-07-10 | 1 | -17/+32 |
* | Ignore the pkg directory if it exists, and fix up a couple of tests that were... | (no author) | 2007-07-09 | 1 | -1/+1 |
* | Fixing #687. | luke | 2007-07-09 | 1 | -0/+12 |
* | The parser now throws an error when a resource reference is created for an un... | luke | 2007-07-08 | 1 | -0/+70 |
* | Making sure that #686 is fixed -- I specifically included the Daemon module i... | luke | 2007-07-08 | 1 | -0/+6 |
* | Hopefully fixing #685 -- I added a wrapper around the call to getconfig(), so... | luke | 2007-07-08 | 1 | -3/+12 |
* | Applying further tests to double-quoted hostnames by Valentin Vidic | luke | 2007-07-08 | 1 | -1/+13 |
* | Applying patch by DavidS from #697 to allow host names to be double quoted | luke | 2007-07-08 | 1 | -1/+0 |
* | Fixing #596 -- classes in modules now autoload | luke | 2007-07-06 | 2 | -1/+112 |
* | Fixing #704 -- Puppet was not failing correctly when schedules were missing, ... | luke | 2007-07-04 | 1 | -0/+28 |
* | Removing the long-obsolete Element base class. The Parameter and Type classe... | luke | 2007-07-04 | 5 | -6/+8 |
* | Fixing #620 - class names and node names now throw an error when they conflict | luke | 2007-07-04 | 2 | -7/+27 |
* | Modified the fileserver to cache file information, so that | luke | 2007-06-19 | 4 | -0/+20 |
* | Updating error message during test failure. | luke | 2007-06-19 | 1 | -1/+1 |
* | More test fixes. I seem to be getting very close. | luke | 2007-06-19 | 4 | -2/+5 |
* | Adding tracing to prefetch failures, and Fixing the environment support in th... | luke | 2007-06-18 | 1 | -0/+50 |
* | Fixing some failing tests. | luke | 2007-06-18 | 2 | -52/+42 |
* | Modifying the CA server so that it will not send back a cert whose public key... | luke | 2007-06-18 | 2 | -0/+36 |
* | Fixing #578 -- Invalid certs are no longer written to disk. | luke | 2007-06-18 | 1 | -0/+24 |
* | Applying the patch by wyvern from #662. This should hopefully kill the clien... | luke | 2007-06-18 | 1 | -6/+9 |
* | Fixing #643 -- replacing the get_posix_field method with a more degenerate ve... | luke | 2007-06-17 | 1 | -7/+3 |
* | All rails and language tests now pass again. All of the rails tests should n... | luke | 2007-06-17 | 8 | -248/+231 |
* | Fixing #673, but I have not written a test case for it. I moved all rails-re... | luke | 2007-06-17 | 4 | -283/+334 |
* | Fixing the yum provider, and fixing the unit tests so the failures people wer... | luke | 2007-06-17 | 1 | -6/+31 |
* | Modifying the check metaparam so that it just silently ignores metaparams and... | luke | 2007-06-15 | 1 | -0/+30 |
* | Significantly reworking both external_nodes and ldapnodes support (see change... | luke | 2007-06-15 | 1 | -307/+348 |
* | Applying metrics patch from #659 by thijs | luke | 2007-06-14 | 1 | -56/+53 |
* | Fixing #655 -- Solaris zones are again fully functional, from what I can tell | luke | 2007-06-14 | 1 | -87/+68 |