summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Adding clarity to query string handling in REST callsLuke Kanies2009-02-187-19/+152
* | Some small fixes to provide better debugging and load a libraryLuke Kanies2009-02-182-0/+2
* | Providing better information when an exception is encountered during network ...Luke Kanies2009-02-181-1/+1
* | 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-1613-74/+29
* | Move puppetd to the Application Controller paradigmBrice Figureau2009-02-163-270/+749
* | Move puppetdoc to the Application Controller paradigmBrice Figureau2009-02-163-195/+543
* | Move ralsh to the Application Controller paradigmBrice Figureau2009-02-163-185/+398
* | Move puppetrun to Application Controller paradigmBrice Figureau2009-02-163-241/+494
* | Move pi to the Application Controller paradigmBrice Figureau2009-02-163-220/+303
* | Move puppetmasterd to Puppet::ApplicationBrice Figureau2009-02-163-166/+474
* | Move puppet to the Application Controller paradigmBrice Figureau2009-02-163-189/+449
* | Move filebucket to the Application Controller paradigmBrice Figureau2009-02-163-118/+326
* | Move puppetca to the Application Controller paradigmBrice Figureau2009-02-163-101/+210
* | Introducing the Application ControllerBrice Figureau2009-02-163-0/+725
* | 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-142-4/+9
* | 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-1413-106/+186
|\|
| * Fix #1972 - ActiveRecord fixes resulted in broken testsBrice Figureau2009-02-151-3/+4
| * Fix spec test for launchd service provider to work with new service status me...Nigel Kersten2009-02-151-1/+9
| * Fixing a test I broke in commit:"897539e857b0da9145f15648b6aa2ef124ec1a19".Luke Kanies2009-02-141-3/+0
| * Removing a no-longer-valid test.Luke Kanies2009-02-141-40/+0
| * Fixing password validation to support symbols.Luke Kanies2009-02-142-5/+9
| * Only backing up within parsedfile when managing filesLuke Kanies2009-02-143-8/+19
| * Fixing a syntax error in the up2date providerLuke Kanies2009-02-141-1/+1
| * Fixing a test broken by a log demotionLuke Kanies2009-02-141-2/+2
| * Cleaned up variable names to be more sane, clarified error messages and fixed...James Turnbull2009-02-142-6/+9
| * Provide dscl -url output support for OS X 10.4 clients using the directoryser...Nigel Kersten2009-02-141-36/+120
| * Fix launchd service provider so it is backwards compatible with OS X 10.4 as ...Nigel Kersten2009-02-141-4/+13
* | Failure to find node facts is now a failure.Luke Kanies2009-02-142-4/+13
* | Fixing #1527 - Failing Facter does not hurt PuppetLuke Kanies2009-02-144-2/+30
* | Removing some unused codeLuke Kanies2009-02-141-11/+0
* | Using Puppet::Type.new instead of createLuke Kanies2009-02-142-11/+11
* | Actualling syncing facts and pluginsLuke Kanies2009-02-146-4/+14
* | Fix #1933 - Inconsistent resource evaluation order in subsequent evaluation runsBrice Figureau2009-02-142-10/+36
* | Merge branch '0.24.x'Luke Kanies2009-02-1325-344/+856
|\|
| * Updated Augeas type codeJames Turnbull2009-02-141-3/+5
| * Removed site from Puppet VIM syntaxJames Turnbull2009-02-141-1/+1
| * Fixed #1831 - Added sprintf functionJames Turnbull2009-02-143-0/+61
| * Fixed #1830 - Added regsubst functionJames Turnbull2009-02-143-0/+183
| * Bug 1948: Add logic and testing for the command parsing logicBryan Kearney2009-02-142-9/+19
| * Updated up2date and service confines to add support for Oracle EL and VMJames Turnbull2009-02-133-3/+7
| * Fixing #1964 - Facts get loaded from pluginsLuke Kanies2009-02-122-4/+26
| * Adding tests for Puppet::Indirector::Facts::Facter.loadfactsLuke Kanies2009-02-121-2/+9
| * Adding a post-processor for Nagios names.Luke Kanies2009-02-131-2/+3