summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fixing all tests that were apparently broken in the 0.24.x merge.Luke Kanies2009-04-025-12/+10
* Merge branch '0.24.x'Luke Kanies2009-04-0224-57/+355
|\
| * Fixing #1631 - adding /sbin and /usr/sbin to PATHLuke Kanies2009-03-241-0/+9
| * Fixed #2004 - ssh_authorized_key fails if no target is definedFrancois Deppierraz2009-03-242-30/+33
| * Fix Bug #1629Francois Deppierraz2009-03-241-0/+64
| * Fix #1807 - make Puppet::Util::Package.versioncmp a module functionBrice Figureau2009-03-241-0/+21
| * Fix #1829 - Add puppet function versioncmp to compare versionsBrice Figureau2009-03-241-0/+29
| * Fix #1828 - Scope.number? wasn't strict enough and could produce wrong resultsBrice Figureau2009-03-141-0/+14
| * Fixing change printing when list properties are absentLuke Kanies2009-03-071-0/+4
| * 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