summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing #2181 - Using Sets instead of Arrays in SimpleGraphLuke Kanies2009-04-221-0/+1
* Fixing some rails tests that sometimes failedLuke Kanies2009-04-221-0/+1
* Adding time debugging for catalog storage to active_recordLuke Kanies2009-04-221-0/+2
* Using a setting for configuring queueingLuke Kanies2009-04-222-12/+5
* Removing unnecessary parser variables when yaml-dumpingLuke Kanies2009-04-223-11/+13
* Add queue indirection as an option for catalog storage.Ethan Rowe2009-04-221-0/+20
* Introduce abstract queue terminus within the indirection system.Ethan Rowe2009-04-221-0/+87
* Introduce queue client "plugin" namespace and interface, with a Stomp client ...Ethan Rowe2009-04-222-0/+157
* Initial implementation of a "cache accumulator" behavior.Ethan Rowe2009-04-221-0/+69
* Changing rails value serialization to deal with booleansLuke Kanies2009-04-221-0/+52
* Refactoring the Rails integrationLuke Kanies2009-04-222-4/+4
* Adding a common Settings method for setting valuesLuke Kanies2009-04-221-3/+13
* Switching to Indirected ActiveRecordLuke Kanies2009-04-221-21/+0
* Adding ActiveRecord terminus classes for CatalogLuke Kanies2009-04-221-0/+119
* Adding ActiveRecord terminus classes for Node and Facts.Luke Kanies2009-04-224-0/+287
* Fixing #2180 - Catalogs yaml dump the resource table firstLuke Kanies2009-04-211-0/+4
* Partially fixing #1765 - node searching supports strict hostname checkingLuke Kanies2009-04-221-0/+9
* Fixing #1885 - Relationships metaparams do not cascadeLuke Kanies2009-04-221-27/+8
* Fix #2142 - Convert pkgdmg provider to use plists instead of string scanning ...Nigel Kersten2009-04-221-0/+73
* Fixing #2171 - All certificate files are written with default permsLuke Kanies2009-04-222-4/+4
* Fixing #2112 - Transactions handle conflicting generated resourcesLuke Kanies2009-04-175-52/+38
* Fixing puppet -e; it got broken in the move to ApplicationLuke Kanies2009-04-171-1/+6
* Partially fixing #2029 - failed caches doesn't throw an exceptionLuke Kanies2009-04-171-0/+15
* Fixing #2111 - SimpleGraph only creates valid adjacenciesLuke Kanies2009-04-121-0/+9
* Fixing all tests that were apparently broken in the 0.24.x merge.Luke Kanies2009-04-024-11/+8
* Merge branch '0.24.x'Luke Kanies2009-04-0219-54/+332
|\
| * 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-2810-4/+25
| * 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-209-115/+50
* | 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