summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)AuthorFilesLines
2009-07-10Allow boolean value for boolean cli parameterBrice Figureau1-0/+7
2009-07-10Fix #2364 - Associates the correct comment to the right statementBrice Figureau1-0/+14
2009-07-10Make sure the parser sees the correct line numberBrice Figureau1-10/+24
2009-07-08Fixes #2367 - Mongrel::HTTPRequest returns a StringIO objectJames Turnbull1-1/+1
2009-07-07Fix #2082 - puppetca shouldn't list revoked certificatesBrice Figureau3-7/+15
2009-07-05Fix #2392 - use Content-Type for REST communicationBrice Figureau7-30/+137
2009-07-05Switching to LoadedCode from ASTSetLuke Kanies3-33/+21
2009-07-05Adding a special class to handle loaded classes/defines/nodesLuke Kanies1-0/+106
2009-07-02Fixing #2238 - Deal with nil hash keys from mongrel paramsJordan Curzon1-0/+5
2009-06-26Fixing #2197 - daemontools tests now passLuke Kanies1-13/+38
2009-06-19Using the logging utilities to clean up module warnings0.25.0beta2Luke Kanies1-1/+15
2009-06-19Fixing #1064 - Deprecating module 'plugins' directoriesLuke Kanies1-8/+32
2009-06-19Removing deprecated :pluginpath settingLuke Kanies1-3/+3
2009-06-16Fixing #2094 - filebucket failures are clearer nowLuke Kanies1-0/+16
2009-06-14Refactoring part of the file/filebucket integrationLuke Kanies3-10/+58
2009-06-14Adding tests for file/backup behaviourLuke Kanies1-0/+42
2009-06-12Fixing #2323 - Modules use environments correctlyLuke Kanies1-3/+5
2009-06-12Fix #2333 - Make sure lexer skip whitespace on non-tokenBrice Figureau1-0/+4
2009-06-12Updated split function and add split function unit tests (courtesy of Thomas ...James Turnbull5-0/+51
2009-06-12* provider/augeas: strip whitespace and ignore blank linesDavid Lutterkort1-0/+13
2009-06-12Fixing #2329 - puppetqd tests now passLuke Kanies1-1/+1
2009-06-11Cleaning up scope tests a bitLuke Kanies1-4/+3
2009-06-11Fixing #2336 - qualified variables only throw warningsLuke Kanies1-4/+102
2009-06-11Fix #2246 - take2: make sure we run the rails tag query only when neededBrice Figureau1-1/+11
2009-06-11Fix collector specs which were not workingBrice Figureau1-9/+12
2009-06-11Make sure overriding a tag also produces a tagBrice Figureau1-0/+10
2009-06-10Removed a unit test which tested munging which is no longer done in the typeBryan Kearney1-7/+0
2009-06-10Fix #1907 (or sort) - 'require' puppet functionBrice Figureau2-0/+63
2009-06-09#2332: Remove trailing slashes from path commands in the pluginBryan Kearney1-0/+6
2009-06-06Changing the preferred serialization format to jsonLuke Kanies2-4/+4
2009-06-06Switching Queueing to using JSON instead of YAMLLuke Kanies2-37/+130
2009-06-06Adding JSON support to CatalogsLuke Kanies2-0/+199
2009-06-06Providing JSON support to the Resource classLuke Kanies1-0/+152
2009-06-06Adding a JSON utility module for providing Ruby compatLuke Kanies1-0/+21
2009-06-06Adding JSON support to Puppet::RelationshipLuke Kanies1-0/+101
2009-06-06Adding a JSON formatLuke Kanies3-0/+173
2009-06-06Allowing formats to specify the individual method names to useLuke Kanies1-1/+7
2009-06-06Allowing formats to specify the methods they requireLuke Kanies1-2/+29
2009-06-06Fix some tests who were missing some actionsBrice Figureau1-0/+4
2009-06-06Make sure virtual and rails query use tags when tag are searchedBrice Figureau2-2/+23
2009-06-06Make sure resources are tagged with the user tag on the serverBrice Figureau1-0/+7
2009-06-06Fix #2246 - Array tagged resources can't be collected or exportedBrice Figureau1-2/+4
2009-06-06Removed extra whitespace from end of linesIan Taylor82-426/+426
2009-06-06Changed indentation to be more consistent with style guide (4 spaces per level)Ian Taylor1-11/+11
2009-06-06Changed tabs to spaces without interfering with indentation or alignmentIan Taylor6-137/+137
2009-06-05Fix #2308 - Mongrel should use X-Forwarded-ForBrice Figureau1-0/+16
2009-06-03* provider/augeas: minor spec test cleanupDavid Lutterkort1-29/+30
2009-06-03* provider/augeas: allow escaped whitespace and brackets in pathsDavid Lutterkort1-0/+7
2009-06-03* provider/augeas: match comparison uses '==' and '!=' againDavid Lutterkort1-4/+4
2009-06-03Brought in lutters parse_commands patch and integrated it into the type.David Lutterkort1-109/+105