summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes #2258,#2257,#2256. Maintain correct type for integers/booleans, allow c...Nigel Kersten2009-07-111-0/+38
* Allow boolean value for boolean cli parameterBrice Figureau2009-07-101-0/+7
* Fix #2364 - Associates the correct comment to the right statementBrice Figureau2009-07-101-0/+14
* Make sure the parser sees the correct line numberBrice Figureau2009-07-101-10/+24
* Fixes #2367 - Mongrel::HTTPRequest returns a StringIO objectJames Turnbull2009-07-081-1/+1
* Fix #2082 - puppetca shouldn't list revoked certificatesBrice Figureau2009-07-073-7/+15
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-057-30/+137
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-053-33/+21
* Adding a special class to handle loaded classes/defines/nodesLuke Kanies2009-07-051-0/+106
* Fixing #2238 - Deal with nil hash keys from mongrel paramsJordan Curzon2009-07-021-0/+5
* Fixing #2197 - daemontools tests now passLuke Kanies2009-06-261-13/+38
* Using the logging utilities to clean up module warningsLuke Kanies2009-06-191-1/+15
* Fixing #1064 - Deprecating module 'plugins' directoriesLuke Kanies2009-06-191-8/+32
* Removing deprecated :pluginpath settingLuke Kanies2009-06-191-3/+3
* Fixing #2094 - filebucket failures are clearer nowLuke Kanies2009-06-161-0/+16
* Refactoring part of the file/filebucket integrationLuke Kanies2009-06-143-10/+58
* Adding tests for file/backup behaviourLuke Kanies2009-06-141-0/+42
* Fixing #2323 - Modules use environments correctlyLuke Kanies2009-06-121-3/+5
* Fix #2333 - Make sure lexer skip whitespace on non-tokenBrice Figureau2009-06-121-0/+4
* Updated split function and add split function unit tests (courtesy of Thomas ...James Turnbull2009-06-125-0/+51
* * provider/augeas: strip whitespace and ignore blank linesDavid Lutterkort2009-06-121-0/+13
* Fixing #2329 - puppetqd tests now passLuke Kanies2009-06-121-1/+1
* Cleaning up scope tests a bitLuke Kanies2009-06-111-4/+3
* Fixing #2336 - qualified variables only throw warningsLuke Kanies2009-06-111-4/+102
* Fix #2246 - take2: make sure we run the rails tag query only when neededBrice Figureau2009-06-111-1/+11
* Fix collector specs which were not workingBrice Figureau2009-06-111-9/+12
* Make sure overriding a tag also produces a tagBrice Figureau2009-06-111-0/+10
* Removed a unit test which tested munging which is no longer done in the typeBryan Kearney2009-06-101-7/+0
* Fix #1907 (or sort) - 'require' puppet functionBrice Figureau2009-06-102-0/+63
* #2332: Remove trailing slashes from path commands in the pluginBryan Kearney2009-06-091-0/+6
* Changing the preferred serialization format to jsonLuke Kanies2009-06-062-4/+4
* Switching Queueing to using JSON instead of YAMLLuke Kanies2009-06-062-37/+130
* Adding JSON support to CatalogsLuke Kanies2009-06-062-0/+199
* Providing JSON support to the Resource classLuke Kanies2009-06-061-0/+152
* Adding a JSON utility module for providing Ruby compatLuke Kanies2009-06-061-0/+21
* Adding JSON support to Puppet::RelationshipLuke Kanies2009-06-061-0/+101
* Adding a JSON formatLuke Kanies2009-06-063-0/+173
* Allowing formats to specify the individual method names to useLuke Kanies2009-06-061-1/+7
* Allowing formats to specify the methods they requireLuke Kanies2009-06-061-2/+29
* Fix some tests who were missing some actionsBrice Figureau2009-06-061-0/+4
* Make sure virtual and rails query use tags when tag are searchedBrice Figureau2009-06-062-2/+23
* Make sure resources are tagged with the user tag on the serverBrice Figureau2009-06-061-0/+7
* Fix #2246 - Array tagged resources can't be collected or exportedBrice Figureau2009-06-061-2/+4
* Removed extra whitespace from end of linesIan Taylor2009-06-0682-426/+426
* Changed indentation to be more consistent with style guide (4 spaces per level)Ian Taylor2009-06-061-11/+11
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-066-137/+137
* Fix #2308 - Mongrel should use X-Forwarded-ForBrice Figureau2009-06-051-0/+16
* * provider/augeas: minor spec test cleanupDavid Lutterkort2009-06-031-29/+30
* * provider/augeas: allow escaped whitespace and brackets in pathsDavid Lutterkort2009-06-031-0/+7
* * provider/augeas: match comparison uses '==' and '!=' againDavid Lutterkort2009-06-031-4/+4