summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* The 'Environment' class can now calculate its modulepath.Luke Kanies2009-02-181-0/+42
* Added support for finding modules from an environmentLuke Kanies2009-02-181-0/+38
* Adding support for finding all modules in a given path.Luke Kanies2009-02-181-0/+87
* reformatting the environment testsLuke Kanies2009-02-181-15/+15
* Supporting multiple paths for searching for files.Luke Kanies2009-02-181-18/+22
* Adding support for merging multiple filesets.Luke Kanies2009-02-181-0/+43
* Adding new methods to Puppet::Module.Luke Kanies2009-02-181-0/+37
* Refactoring Puppet::Module a bit.Luke Kanies2009-02-181-5/+5
* Fixing fileserving to support strings or symbolsLuke Kanies2009-02-182-4/+8
* Adding clarity to query string handling in REST callsLuke Kanies2009-02-183-15/+120
* Stubbing tests that were affecting other testsLuke Kanies2009-02-188-4/+30
* Fixing a warning in a testLuke Kanies2009-02-181-2/+2
* Fixing a syntactically invalid application testLuke Kanies2009-02-181-3/+3
* Move --version handling to Puppet::ApplicationBrice Figureau2009-02-166-40/+13
* Move puppetd to the Application Controller paradigmBrice Figureau2009-02-161-0/+487
* Move puppetdoc to the Application Controller paradigmBrice Figureau2009-02-161-0/+343
* Move ralsh to the Application Controller paradigmBrice Figureau2009-02-161-0/+230
* Move puppetrun to Application Controller paradigmBrice Figureau2009-02-161-0/+271
* Move pi to the Application Controller paradigmBrice Figureau2009-02-161-0/+84
* Move puppetmasterd to Puppet::ApplicationBrice Figureau2009-02-161-0/+334
* Move puppet to the Application Controller paradigmBrice Figureau2009-02-161-0/+302
* Move filebucket to the Application Controller paradigmBrice Figureau2009-02-161-0/+230
* Move puppetca to the Application Controller paradigmBrice Figureau2009-02-161-0/+134
* Introducing the Application ControllerBrice Figureau2009-02-161-0/+405
* Fixing broken filetype tests resulting from the loss of Type[]Luke Kanies2009-02-141-11/+1
* Fixing some tests that somehow broke in the merge to masterLuke Kanies2009-02-141-2/+7
* Removing a test that was too dependant on order.Luke Kanies2009-02-141-4/+0
* Merge branch '0.24.x'Luke Kanies2009-02-141-2/+2
|\
| * Minor fix to launchd testsJames Turnbull2009-02-151-2/+2
* | Merge branch '0.24.x'Luke Kanies2009-02-144-10/+31
|\|
| * Fix spec test for launchd service provider to work with new service status me...Nigel Kersten2009-02-151-1/+9
| * Fixing password validation to support symbols.Luke Kanies2009-02-141-4/+8
| * Only backing up within parsedfile when managing filesLuke Kanies2009-02-141-3/+12
| * Fixing a test broken by a log demotionLuke Kanies2009-02-141-2/+2
* | Failure to find node facts is now a failure.Luke Kanies2009-02-141-0/+5
* | Fixing #1527 - Failing Facter does not hurt PuppetLuke Kanies2009-02-142-0/+17
* | Using Puppet::Type.new instead of createLuke Kanies2009-02-141-10/+10
* | Actualling syncing facts and pluginsLuke Kanies2009-02-143-2/+8
* | Fix #1933 - Inconsistent resource evaluation order in subsequent evaluation runsBrice Figureau2009-02-141-1/+26
* | Merge branch '0.24.x'Luke Kanies2009-02-138-26/+529
|\|
| * Fixed #1831 - Added sprintf functionJames Turnbull2009-02-141-0/+42
| * Fixed #1830 - Added regsubst functionJames Turnbull2009-02-141-0/+88
| * Bug 1948: Add logic and testing for the command parsing logicBryan Kearney2009-02-141-4/+13
| * Fixing #1964 - Facts get loaded from pluginsLuke Kanies2009-02-121-2/+20
| * Adding tests for Puppet::Indirector::Facts::Facter.loadfactsLuke Kanies2009-02-121-2/+9
| * Fixing #1541 - ParsedFile only backs up files once per transactionLuke Kanies2009-02-132-6/+36
| * Migrated FileType tests to spec, and fleshed them out a bit.Luke Kanies2009-02-131-0/+116
| * Bug #1948: Added patch by jab to support the correct ins syntax. Updated the ...Bryan Kearney2009-02-131-12/+13
| * Fixing #961 - closing the http connection after every xmlrpc callLuke Kanies2009-02-121-0/+22
| * Refactoring the XMLRPC::Client error-handlingLuke Kanies2009-02-121-7/+143