summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector/node
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.6.x' into 2.7.nextPieter van de Bruggen2011-05-181-1/+1
|\
| * (#3836) External nodes should only capture stdoutOliver Hookins2011-05-131-1/+1
* | maint: clean up the spec test headers in bulk.Daniel Pittman2011-04-137-14/+7
* | maint: just require 'spec_helper', thanks rspec2Daniel Pittman2011-04-087-7/+7
* | Merge branch '2.6.x' into nextNick Lewis2011-01-061-3/+1
|\|
| * (#5771) Upgrade rspec to version 2Matt Robinson2011-01-041-3/+1
* | maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-067-7/+7
* | Maint: Refactor tests to use <class>.indirection.<method>Paul Berry2010-11-291-1/+1
|/
* [#4783] (#4783) Fix RRDGraph report generationMatt Robinson2010-09-291-1/+0
* Fix for #4465 -- earlier "feature" patch broke ldapMarkus Roberts2010-08-041-17/+19
* [#4467] Make Puppet Master respect facts_terminus settingsRein Henrichs2010-08-041-4/+0
* [#4256] External nodes parameters can now be assigned to nodesMatt Robinson2010-07-181-4/+5
* Code smell: Two space indentationMarkus Roberts2010-07-097-492/+492
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Use {} for % notation delimiters wherever practicalMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* Maint: Explicitly put test sqlite files in a temp directoryJesse Wolfe2010-07-021-0/+6
* maint: Confine a test that depends on sqliteMatt Robinson2010-06-281-0/+1
* [#3994-part 3] rename spec tests from *_spec_spec to *_spec.rbMarkus Roberts2010-06-287-0/+0
* [#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2010-06-287-0/+0
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-237-0/+0
* [#3409] fix test failures from ldap environment patchJesse Wolfe2010-02-171-20/+18
* Fix for #2765 (--no-fqdn regression in puppetrun)Markus Roberts2009-12-201-6/+20
* Fixing fact-missing problem when puppet.conf is reparsedLuke Kanies2009-08-181-0/+14
* Fixing ActiveRecord Indirector tests to skip w/out RailsLuke Kanies2009-08-101-2/+4
* Removed extra whitespace from end of linesIan Taylor2009-06-062-3/+3
* Adding ActiveRecord terminus classes for Node and Facts.Luke Kanies2009-04-221-0/+18
* Fixing #1991 - ldap booleans get converted to booleansLuke Kanies2009-03-051-0/+20
* Revert "Fixed #1201 - all external node attributes are converted to strings."Luke Kanies2008-07-181-6/+0
* Fixing the ldap node terminus to merge facts with the right name.Luke Kanies2008-07-021-3/+33
* Fixing the Node::Ldap.search method to use an indirection request.Luke Kanies2008-07-011-6/+10
* Added a 'search' method to the ldap node terminus.Luke Kanies2008-07-011-218/+221
* Merge branch 'tickets/0.24.x/1201' of git://github.com/lak/puppet into 0.24.xJames Turnbull2008-06-161-0/+6
|\
| * Fixed #1201 - all external node attributes are converted to strings.Luke Kanies2008-06-151-0/+6
* | The LDAP Node terminus now searches for the fqdn, short name, and default.Luke Kanies2008-06-151-1/+19
* | Refactoring the 'find' method a bit in the LDAP Node terminus.Luke Kanies2008-06-151-2/+2
|/
* Added the ability to add arbitrary attributes to ldap.Gunnar Wrobel2008-05-151-0/+91
* Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-111-2/+2
* Ported the rest of the indirection terminuses over toLuke Kanies2008-04-083-43/+29
* Intermediate commit.Luke Kanies2008-04-081-2/+3
* Fixed #1147: Cached nodes are correctly considered out ofLuke Kanies2008-03-201-0/+6
* Modified the ldap node terminus to also use the facts versionLuke Kanies2008-03-161-0/+7
* Caching node information in yaml (I figured caching in memory willLuke Kanies2008-03-161-44/+49
* Fixing the rest of #1113: External node commands can specifyLuke Kanies2008-03-061-0/+6
* Partially fixing #1113: LDAP nodes now support environments,Luke Kanies2008-03-061-83/+112
* converting indirector ldap node specs from setup/teardown to before/afterRick Bradley2008-02-181-112/+110
* Renaming the 'null' terminus type to 'plain', asLuke Kanies2007-12-111-3/+3
* One significant step closer to getting autotest running properly on the Puppe...Rick Bradley2007-10-261-3/+2
* Reorganizing the file structure for indirection terminus types.Luke Kanies2007-10-156-0/+386
* All indirections are working, and they have allLuke Kanies2007-09-223-394/+0