Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Added processorcount and type facts to AIX | Steven Hajducko | 2008-06-19 | 1 | -0/+35 | |
|/ | | | | | | tickets/1.5/1375 Signed-off-by: Steven Hajducko <sjmh@phase2.net> | |||||
* | Fixes #1334 - Forced Facter to use LANG=C | James Turnbull | 2008-06-18 | 2 | -1/+6 | |
| | ||||||
* | Fixes #1357 - change ps syntax for OSX and BSD | James Turnbull | 2008-06-18 | 2 | -1/+3 | |
| | ||||||
* | Merge branch 'master' of git://github.com/jamtur01/facter | Luke Kanies | 2008-06-17 | 1 | -1/+6 | |
|\ | | | | | | | | | | | Conflicts: lib/facter/hardwaremodel.rb | |||||
| * | Retrieve hardwaremodel for AIX from sys0 modelname. | Steve Hajducko | 2008-06-16 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | Currently gets hardwaremodel from proc0 but some systems don't have a proc0 device configured so the fact fails. tickets/1.5/1364 Signed-off-by: Steve Hajducko <sjmh@phase2.net> | |||||
* | | Rejustifying all of the whitespace in the facts, yay. | Luke Kanies | 2008-06-17 | 21 | -518/+511 | |
| | | ||||||
* | | Refactoring how recursive searches are detected. | Luke Kanies | 2008-06-17 | 1 | -19/+37 | |
| | | | | | | | | | | | | Using a yield hook instead of just setting @searching to be true, which should be more consistent because @searching will now always be turned off at the end of the search. | |||||
* | | Refactored so each fact resolution can specify a separate timeout, | Luke Kanies | 2008-06-17 | 8 | -26/+107 | |
|/ | | | | | | but the default is still 0.5. Set the timeout on the AIX kernelrelease fact to 5 seconds. | |||||
* | Merge commit 'turnbull/master' | Luke Kanies | 2008-06-09 | 3 | -13/+76 | |
|\ | ||||||
| * | Refactered ipmess.rb and util/ip.rb to support separate *BSD logic for *BSD ↵ | James Turnbull | 2008-06-09 | 3 | -13/+76 | |
| | | | | | | | | aliased interfaces. | |||||
* | | Merge branch 'master' of git@reductivelabs.com:facter | Luke Kanies | 2008-06-02 | 1 | -1/+0 | |
|\ \ | ||||||
| * | | Testing gitosis | Luke Kanies | 2008-05-25 | 1 | -1/+0 | |
| | | | ||||||
* | | | Merge branch 'master' of git://github.com/jamtur01/facter | Luke Kanies | 2008-06-02 | 5 | -88/+65 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Refactor of netmask fact - fixes ticket #66 | James Turnbull | 2008-05-28 | 2 | -33/+38 | |
| | | ||||||
| * | Fixes for ticket #60 | James Turnbull | 2008-05-22 | 3 | -55/+27 | |
| | | ||||||
* | | Removing old test/unit tests. | Luke Kanies | 2008-05-20 | 1 | -582/+0 | |
| | | ||||||
* | | Adding a timeout to fact retrieval, fixing #56. | Luke Kanies | 2008-05-20 | 2 | -1/+18 | |
| | | | | | | | | | | The timeout is currently 0.5 seconds, which should generally be enough time. | |||||
* | | Reverting the version. | Luke Kanies | 2008-05-19 | 1 | -1/+1 | |
|/ | | | | | | The releasing system automatically sets the version, and it fails if the current version is equal to the version being released. | |||||
* | Updated CHANGELOG | James Turnbull | 2008-05-19 | 1 | -0/+5 | |
| | ||||||
* | Added LSB Major Dist Release fact fixing #41 | James Turnbull | 2008-05-19 | 1 | -0/+16 | |
| | ||||||
* | Added support for AIX fixing ticket #56 | James Turnbull | 2008-05-19 | 6 | -2/+55 | |
| | ||||||
* | Updated Red Hat spec file for new version and files | James Turnbull | 2008-05-19 | 1 | -1/+13 | |
| | ||||||
* | Incremented version number to 1.5 | James Turnbull | 2008-05-19 | 1 | -1/+1 | |
| | ||||||
* | Adding a --puppet option to facter to load Puppet facts. | Luke Kanies | 2008-05-16 | 3 | -3/+24 | |
| | | | | Also updating the changelog for previous work. | |||||
* | Switching to a search path registration system. | Luke Kanies | 2008-05-16 | 5 | -38/+47 | |
| | | | | | Facter no longer knows anything about Puppet, so there's no inter-dependency issue. | |||||
* | Moving the puppet-related loading tests to an integration test. | Luke Kanies | 2008-05-16 | 3 | -34/+37 | |
| | | | | | | | | | I was previously creating a mock Puppet class, and this actually uses Puppet's code. Note that this use of Puppet creates some additional ordering problems, which I'm going to fix in the next commit by undoing all of this work. :) | |||||
* | Retrieval of fact values now autoloads facts. | Luke Kanies | 2008-05-16 | 2 | -2/+7 | |
| | | | | | I was only autoloading in certain circumstances, but it now autoloads any time you try to load a fact directly. | |||||
* | Updated version. Moved most facts to seperate files. | James Turnbull | 2008-05-17 | 32 | -598/+469 | |
| | ||||||
* | Facter no longer loads all facts by default. | Luke Kanies | 2008-05-15 | 1 | -2/+0 | |
| | | | | | | | This should not have an impact on normal usage, since Facter loads them all on demand. It's much faster now for loading individual facts, though. | |||||
* | Moving the version and ruby facts to a separate file. | Luke Kanies | 2008-05-15 | 2 | -28/+27 | |
| | ||||||
* | Switching Facter to using the new loader. | Luke Kanies | 2008-05-15 | 7 | -92/+153 | |
| | | | | | This should make it possible to move all facts to separate files and only load them on demand. | |||||
* | Fixing the last few occurrences of Facter::Resolution instead of ↵ | Luke Kanies | 2008-05-15 | 3 | -8/+8 | |
| | | | | Facter::Util::Resolution. | |||||
* | Fixing the test so it doesn't break other tests. | Luke Kanies | 2008-05-15 | 1 | -1/+13 | |
| | | | | | | It creates a constant that affects loader behaviour, which causes other tests to break if the constant is present but not functional. | |||||
* | Moving all of the support classes to util/. | Luke Kanies | 2008-05-15 | 12 | -102/+110 | |
| | | | | | This makes it easier for our loader to distinguish between code that Facter uses and new facts. | |||||
* | Creating a 'loader' class to handle loading facts for the collection. | Luke Kanies | 2008-05-15 | 2 | -0/+317 | |
| | ||||||
* | Adding the 'each' method back into Facter. | Luke Kanies | 2008-05-14 | 4 | -1/+64 | |
| | | | | | It's used by iClassify, and maybe others. I haven't made Facter enumerable again, but the collection is. | |||||
* | Updating the executable to not use Facter.each. | Luke Kanies | 2008-05-14 | 1 | -7/+2 | |
| | | | | | | The method will need to be added back in, since it's apparently used in iClassify, but at least the executable works again now. | |||||
* | Fixing warnings and interfaces. | Luke Kanies | 2008-05-14 | 4 | -4/+10 | |
| | | | | | | | | I was getting warnings on OS X for the IPmess stuff; that's now fixed. Also, I got rid of the internal usage of the Facter.<factname> interface, as I want to get rid of it. | |||||
* | Moving Facter's container behaviour into a separate class. | Luke Kanies | 2008-05-14 | 5 | -92/+282 | |
| | | | | | | | | There's now no @@facts instance variable; instead, there's a collection, and it's responsible for keeping references to all of the facts. All of the old interface methods just delegate to the collection. | |||||
* | Splitting the instance code into a Fact class. | Luke Kanies | 2008-05-13 | 7 | -231/+260 | |
| | | | | | This allows the Facter class to become a module, and it is now much simpler. | |||||
* | Adding all of the tests for the Facter::Resolution class. | Luke Kanies | 2008-05-13 | 2 | -72/+217 | |
| | ||||||
* | Reorganizing my new tests so they match the autotest discovery. | Luke Kanies | 2008-05-13 | 3 | -3/+9 | |
| | ||||||
* | Simplifying Confine a bit | Luke Kanies | 2008-05-13 | 1 | -16/+4 | |
| | ||||||
* | Splitting the different classes in Facter up, and adding some tests. | Luke Kanies | 2008-05-13 | 5 | -226/+297 | |
| | | | | | The Confine and Resolution classes are now in separate files, and I've got tests for Confine. | |||||
* | Adding autotest hooks | Luke Kanies | 2008-05-13 | 3 | -0/+138 | |
| | ||||||
* | fixing whitespace | Luke Kanies | 2008-05-13 | 1 | -30/+29 | |
| | ||||||
* | Closes #1145 - fixed bad interface names by replacing : with _ | James Turnbull | 2008-03-20 | 1 | -3/+5 | |
| | ||||||
* | Updated CHANGELOG | James Turnbull | 2008-02-19 | 1 | -1/+19 | |
| | ||||||
* | Merge commit 'turnbull/master' | Luke Kanies | 2008-02-18 | 2 | -118/+104 | |
|\ | | | | | | | | | | | Conflicts: lib/facter/ipmess.rb | |||||
| * | Fixed Solaris detection of lo0 for ticket #46 | James Turnbull | 2008-02-16 | 1 | -1/+1 | |
| | |