summaryrefslogtreecommitdiffstats
path: root/spec/unit/indirector/facts
Commit message (Expand)AuthorAgeFilesLines
* maint: remove inaccurate copyright and license statements.Daniel Pittman2011-08-181-4/+0
* (#7507) Add more 1.9 filtersJosh Cooper2011-05-201-2/+2
* maint: fix spec_helper inclusions again.Daniel Pittman2011-05-171-6/+2
* (#7507) Add more filters for Ruby 1.9 spec failuresPieter van de Bruggen2011-05-171-1/+1
* (#7507) Add ability to filter Ruby 1.9 spec failuresMatt Robinson2011-05-171-1/+1
* Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.xPieter van de Bruggen2011-04-181-0/+89
* maint: clean up the spec test headers in bulk.Daniel Pittman2011-04-136-11/+6
* Fixing Indirector::Facts::Couch loadingLuke Kanies2011-04-091-63/+69
* maint: Fix sporadic sqlite errorMatt Robinson2011-04-081-0/+1
* maint: Fix sqlite3 require to really be optionalMatt Robinson2011-04-081-1/+4
* maint: just require 'spec_helper', thanks rspec2Daniel Pittman2011-04-086-6/+6
* Merge branch '2.6.x' into nextMatt Robinson2011-03-181-0/+164
|\
| * (#6689) Make inventory_active_record terminus search quicklyNick Lewis2011-03-111-3/+0
| * maint: Remove serialization of InventoryFact valuesNick Lewis2011-03-091-6/+0
| * maint: Rename InventoryHost to InventoryNodeNick Lewis2011-03-091-14/+14
| * (#6338) Support searching on metadata in InventoryActiveRecord terminusNick Lewis2011-03-081-34/+55
| * (#6338) Implement search for InventoryActiveRecord facts terminusNick Lewis2011-03-081-0/+52
| * (#6338) Add an InventoryActiveRecord terminus for FactsNick Lewis2011-03-081-0/+99
* | Merge branch '2.6.next' into nextMatt Robinson2011-03-071-0/+214
|\|
| * (#6338) Remove inventory indirection, and move to facts indirectionNick Lewis2011-03-031-0/+214
| * (#5132) Provide a query REST interface for inventoryPaul Berry2011-02-171-2/+2
* | Merge branch '2.6.x' into nextNick Lewis2011-01-062-5/+2
|\|
| * (#5771) Upgrade rspec to version 2Matt Robinson2011-01-042-5/+2
| * maint: Fix tests that don't run on their ownMatt Robinson2010-12-161-0/+1
* | maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-065-5/+5
* | maint: Fix tests that don't run on their ownMatt Robinson2010-11-221-0/+1
* | (#5132) Provide a query REST interface for inventoryMatt Robinson2010-10-281-2/+2
|/
* Code smell: Two space indentationMarkus Roberts2010-07-095-255/+255
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* [#4180] Support legacy module structureJesse Wolfe2010-07-091-0/+1
* Fixed #4180 - Updated old module structure to match correct defaultJames Turnbull2010-07-091-2/+2
* [#3994-part 3] rename spec tests from *_spec_spec to *_spec.rbMarkus Roberts2010-06-285-0/+0
* [#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2010-06-285-0/+0
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-235-0/+0
* [#4055] Confine CouchDB-related specs to the couchdb featureRein Henrichs2010-02-171-2/+4
* [#4055] Refactor of abstract Couch terminus, more specsRein Henrichs2010-02-171-6/+62
* [#4055] Add CouchDB terminus for factsRein Henrichs2010-02-171-0/+40
* Fixing ActiveRecord Indirector tests to skip w/out RailsLuke Kanies2009-08-101-2/+2
* Removing unnecessary parser variables when yaml-dumpingLuke Kanies2009-04-221-0/+1
* Refactoring the Rails integrationLuke Kanies2009-04-221-2/+2
* Adding ActiveRecord terminus classes for Node and Facts.Luke Kanies2009-04-221-0/+103
* Merge branch '0.24.x'Luke Kanies2009-02-131-9/+29
|\
| * Fixing #1964 - Facts get loaded from pluginsLuke Kanies2009-02-121-2/+20
| * Adding tests for Puppet::Indirector::Facts::Facter.loadfactsLuke Kanies2009-02-121-2/+9
* | Adding REST support for facts and catalogs.Luke Kanies2009-02-061-0/+11
* | Refactoring how the Facter integration worksLuke Kanies2009-02-061-13/+42
* | Adding Puppet client facts to Facter facts.Luke Kanies2009-02-061-0/+17
|/
* Ported the rest of the indirection terminuses over toLuke Kanies2008-04-081-4/+4
* Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.Paul Lathrop2008-03-281-1/+1
* converting facter indirector specs from setup/teardown to before/afterRick Bradley2008-02-181-29/+26