summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| * Added a force option to ensure the change is always applied, and call augeas ...Bryan Kearney2009-03-041-91/+121
| * Backport the fix for #1835Bryan Kearney2009-03-041-0/+80
| * First cut at the not running if augeas does not change any of the underlieing...Bryan Kearney2009-03-041-9/+16
| * Fixing #1991 - ldap booleans get converted to booleansLuke Kanies2009-03-051-0/+20
| * Fixing #2013 - prefetching had a mismatch between type and titleLuke Kanies2009-03-041-0/+15
| * Fixing every failing test I can find on the build server.Luke Kanies2009-02-2814-7/+42
| * Make puppetd --waitforcert option behave as documented:Paul Lathrop2009-02-281-0/+13
| * Using the FileCollection where appropriate.Luke Kanies2009-02-285-2/+27
| * Adding a FileCollection and a lookup module for it.Luke Kanies2009-02-282-0/+86
* | Fix #2107 - flatten resource references arrays properlyBrice Figureau2009-03-271-0/+8
* | Fix #2101 - fix recurselimit == 0 bad behaviourBrice Figureau2009-03-271-3/+3
* | Fix #1469 - Add an option to recurse only on remote sideBrice Figureau2009-03-202-22/+56
* | Forbidding REST clients to set the node or IPLuke Kanies2009-03-202-0/+20
* | Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-2014-125/+60
* | Adding explicit optional attribute to indirection requestsLuke Kanies2009-03-201-0/+16
* | Adding a model accessor to the Request classLuke Kanies2009-03-201-0/+17
* | Requests now use default environment when none is specifiedLuke Kanies2009-03-201-0/+4
* | Moving the REST API functions into a moduleLuke Kanies2009-03-203-107/+127
* | 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-263-16/+16
* | 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-1917-821/+671
* | 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-192-34/+46
* | 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