summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing some warnings in various classes.Luke Kanies2008-06-193-3/+3
* Merge branch 'tickets/1.5/1376' of git://github.com/haji/facterJames Turnbull2008-06-201-0/+25
|\
| * Fixes #1376 - Display memory facts for AIXSteven Hajducko2008-06-191-0/+25
* | Added processorcount and type facts to AIXSteven Hajducko2008-06-191-0/+35
|/
* Fixes #1334 - Forced Facter to use LANG=CJames Turnbull2008-06-181-0/+3
* Fixes #1357 - change ps syntax for OSX and BSDJames Turnbull2008-06-181-1/+1
* Merge branch 'master' of git://github.com/jamtur01/facterLuke Kanies2008-06-171-1/+6
|\
| * Retrieve hardwaremodel for AIX from sys0 modelname.Steve Hajducko2008-06-161-1/+6
* | Rejustifying all of the whitespace in the facts, yay.Luke Kanies2008-06-1721-518/+511
* | Refactoring how recursive searches are detected.Luke Kanies2008-06-171-19/+37
* | Refactored so each fact resolution can specify a separate timeout,Luke Kanies2008-06-174-19/+46
|/
* Merge commit 'turnbull/master'Luke Kanies2008-06-092-13/+73
|\
| * Refactered ipmess.rb and util/ip.rb to support separate *BSD logic for *BSD a...James Turnbull2008-06-092-13/+73
* | Merge branch 'master' of git://github.com/jamtur01/facterLuke Kanies2008-06-024-88/+63
|\|
| * Refactor of netmask fact - fixes ticket #66James Turnbull2008-05-282-33/+38
| * Fixes for ticket #60James Turnbull2008-05-222-55/+25
* | Adding a timeout to fact retrieval, fixing #56.Luke Kanies2008-05-201-1/+11
* | Reverting the version.Luke Kanies2008-05-191-1/+1
|/
* Added LSB Major Dist Release fact fixing #41James Turnbull2008-05-191-0/+16
* Added support for AIX fixing ticket #56James Turnbull2008-05-196-2/+55
* Incremented version number to 1.5James Turnbull2008-05-191-1/+1
* Switching to a search path registration system.Luke Kanies2008-05-162-12/+15
* Moving the puppet-related loading tests to an integration test.Luke Kanies2008-05-161-3/+11
* Retrieval of fact values now autoloads facts.Luke Kanies2008-05-161-1/+1
* Updated version. Moved most facts to seperate files.James Turnbull2008-05-1731-596/+467
* Facter no longer loads all facts by default.Luke Kanies2008-05-151-2/+0
* Moving the version and ruby facts to a separate file.Luke Kanies2008-05-152-28/+27
* Switching Facter to using the new loader.Luke Kanies2008-05-153-91/+53
* Fixing the last few occurrences of Facter::Resolution instead of Facter::Util...Luke Kanies2008-05-153-8/+8
* Moving all of the support classes to util/.Luke Kanies2008-05-156-15/+18
* Creating a 'loader' class to handle loading facts for the collection.Luke Kanies2008-05-151-0/+127
* Adding the 'each' method back into Facter.Luke Kanies2008-05-142-1/+13
* Fixing warnings and interfaces.Luke Kanies2008-05-144-4/+10
* Moving Facter's container behaviour into a separate class.Luke Kanies2008-05-142-64/+93
* Splitting the instance code into a Fact class.Luke Kanies2008-05-134-207/+119
* Adding all of the tests for the Facter::Resolution class.Luke Kanies2008-05-131-72/+33
* Reorganizing my new tests so they match the autotest discovery.Luke Kanies2008-05-131-2/+0
* Simplifying Confine a bitLuke Kanies2008-05-131-16/+4
* Splitting the different classes in Facter up, and adding some tests.Luke Kanies2008-05-133-203/+209
* fixing whitespaceLuke Kanies2008-05-131-30/+29
* Closes #1145 - fixed bad interface names by replacing : with _James Turnbull2008-03-201-3/+5
* Merge commit 'turnbull/master'Luke Kanies2008-02-182-118/+104
|\
| * Fixed Solaris detection of lo0 for ticket #46James Turnbull2008-02-161-1/+1
| * Added require util ip.rb fileJames Turnbull2008-02-161-0/+62
| * Fixed #46 - refactor ipmess.rbJames Turnbull2008-02-161-108/+23
* | Merge branch 'os_split'Luke Kanies2008-02-1717-660/+833
|\ \ | |/ |/|
| * Switching from test/unit to rspec, and fixing a coupleLuke Kanies2008-02-172-4/+6
| * Added new filesJames Turnbull2008-02-0810-0/+773
| * Further updates to split facts and move support functionsJames Turnbull2008-02-081-1/+1
| * Split out facts from facter.rb and moved all support code to utilJames Turnbull2008-02-087-646/+53