summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
* | Using the Handler for the REST api on both sides of the connectionLuke Kanies2009-03-202-240/+80
* | Adding REST::Handler methods for converting between indirection and urisLuke Kanies2009-03-202-0/+105
* | Adding environment support to the REST URILuke Kanies2009-03-202-10/+28
* | Moving the query_string method to RequestLuke Kanies2009-03-202-78/+82
* | Adding tests for the REST query string usageLuke Kanies2009-03-201-5/+21
* | Fix #1088 - part2 - Add rspec testsBrice Figureau2009-03-142-37/+202
* | Fixing #1949 - relationships now use attributes instead of a labelLuke Kanies2009-03-102-37/+34
* | Correctly handling numerical REST argumentsLuke Kanies2009-03-102-0/+22
* | Not passing file sources on to child filesLuke Kanies2009-03-101-1/+1
* | Correctly handling non-string checksumsLuke Kanies2009-03-101-0/+15
* | Passing checksums around instead of file contentsLuke Kanies2009-03-051-48/+107
* | Moving default fileserving mount creation to the Configuration classLuke Kanies2009-03-052-12/+15
* | Fixing #2028 - Better failures when a cert is found with no keyLuke Kanies2009-02-281-1/+77
* | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-262-13/+13
* | Fixing #1904 - aliases are no longer inherited by child filesLuke Kanies2009-02-201-2/+2
* | Merge branch '0.24.x'Luke Kanies2009-02-201-0/+25
|\|
| * Fixing #1871 once and for all - contents are never printedLuke Kanies2009-02-181-0/+30
* | Correctly handling URI escaping throughout the REST processLuke Kanies2009-02-195-61/+43
* | Refactoring how the Settings file is parsedLuke Kanies2009-02-193-89/+136
* | Relying on 'should_parse_config' in the 'puppet' applicationLuke Kanies2009-02-191-10/+0
* | Providing better indirection authorization errorsLuke Kanies2009-02-191-0/+8
* | Adding pluginsyncing support to the IndirectorLuke Kanies2009-02-1912-712/+666
* | Moving Request and Fileset integration into Fileset.Luke Kanies2009-02-192-22/+39
* | Switching the ModuleFiles Indirection terminus to the new Module/Env apiLuke Kanies2009-02-191-30/+39
* | Migrating the old FileServer to the new Module/Environment codeLuke Kanies2009-02-191-4/+1
* | Using the Environments to handle a lot of Module searchingLuke Kanies2009-02-181-81/+55
* | Environments now use their own modulepath method.Luke Kanies2009-02-181-3/+3
* | 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-181-0/+4
* | 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