Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed #2313 - Somewhat essential hardware facts not available on OpenBSD, ↵ | James Turnbull | 2010-04-24 | 3 | -0/+65 | |
| | | | | | | patch included Thanks to Joe McDonagh for the patch. | |||||
* | Fixed #2938 - interfaces that don't match ^\w+[.:]?\d+ are ignored | James Turnbull | 2010-04-24 | 1 | -2/+2 | |
| | | | | Thanks to Tim Sharpe for the fix | |||||
* | Added support for Slackware in operatingsystem and operatingsystemrelease | Bostjan Skufca | 2010-04-24 | 2 | -0/+12 | |
| | ||||||
* | Fixed #3542 - Ruby 1.9: broken unittest, String#each no longer exists | James Turnbull | 2010-04-24 | 1 | -0/+1 | |
| | | | | Thanks to Jos Backus for the fix. | |||||
* | Fixed #3541 - Ruby 1.9: broken unittest, unexpected invocation: ↵ | James Turnbull | 2010-04-24 | 1 | -0/+1 | |
| | | | | | | Process.waitall() Thanks to Jos Backus for the fix. | |||||
* | Fixed #3445 - Facter does not handle solaris branded zones properly | James Turnbull | 2010-04-24 | 1 | -0/+1 | |
| | | | | Thanks to Pavol Dilung for the fix. | |||||
* | Fix for #3411 install.rb should not put "." first in the tmp_dirs | Martin Englund | 2010-04-24 | 1 | -1/+1 | |
| | | | | Signed-off-by: Martin Englund <martin@englund.nu> | |||||
* | Fixed #3447 - OVS and OEL not matching in operatingsystemrelease | James Turnbull | 2010-04-12 | 1 | -2/+2 | |
| | ||||||
* | Fixed #3410 - Warnings in rake spec | James Turnbull | 2010-04-12 | 1 | -1/+1 | |
| | ||||||
* | Fixes #3397 - is_virtual fact does not detect Linux-VServer | James Turnbull | 2010-04-12 | 1 | -1/+1 | |
| | | | | Thanks to Benedikt Bohm for the fix. | |||||
* | Add kvm support to virtual fact | John Ferlito | 2010-03-08 | 4 | -1/+35 | |
| | | | | Based on initial patch by James Turnbull | |||||
* | fixes #2573, #2085, #1291 - fixes domain and fqdn facts resolution | Ohad Levy | 2010-03-08 | 3 | -7/+12 | |
| | | | | | | | | This patch removes the relationship between the domain fact and LDAP/NIS domains. domain fact relates to DNS domain - this will avoid the confusion caused by the LDAP/NIS domain (which might be different to the DNS domain name). Additionally, if hostname is already in long form, it won't try to build the fqdn fact from hostname and domain. | |||||
* | Revert "use popen3 in Resolution.exec" | Paul Nasrat | 2010-02-28 | 2 | -61/+6 | |
| | | | | | | | | | | | This reverts commit 33fb7709404e706801683e6c47ab7a0a5a1884b1. This has broken master for some facts (eg OS X facts), it also breaks facter platform support on win32 as popen3 does not work there. I'd like to get master working, backlog of patches applied and revisit exec. Paul | |||||
* | Fix #2341 - stricter handling of dmidecode split | Paul Nasrat | 2010-01-30 | 2 | -1/+23 | |
| | | | | This adds a test to ensure we are not prematurely splitting on Handle | |||||
* | Fix #2746 - add architecture support for GNU/kFreeBSD | Paul Nasrat | 2010-01-17 | 1 | -2/+2 | |
| | ||||||
* | Fix missing error case | Paul Nasrat | 2010-01-17 | 1 | -0/+1 | |
| | ||||||
* | Remove whitespace in DMI facts (#3008, #3011) | Paul Nasrat | 2010-01-10 | 3 | -6/+97 | |
| | | | | | | | | | In addition to the stripping of the output of these facts this patchset: Refactor - Extracted function to enable easier testing. Tests - data driven tests for the dmidecode/smbios fact. Paul | |||||
* | Only ignore IPs starting with 127. | Ricky Zhou | 2010-01-10 | 1 | -6/+6 | |
| | ||||||
* | Added package signing task | James Turnbull | 2009-11-14 | 1 | -0/+14 | |
| | ||||||
* | use popen3 in Resolution.exec to catch stderr | Peter Meier | 2009-11-08 | 2 | -6/+61 | |
| | | | | | | | | | | | | | | | | | | | So far messages to stderr haven't been catched by Facter::Util::Resolution.exec and were insted printed out to stderr. This will cause facter and even puppet to print to stderr themself, which is not very nice when running puppetd by cron, as you might get every run a mail if a command outputs to stderr. We are now wrapping the command execution with Open3.popen3 to catch stderr and passing them to the new introduced Facter.warn method. We are also catching multiline outputs chomping newlines and returning an array if there have been more than one line. Otherwise we return an array containing the different lines. This prevents in general cases as described in #2766 and should handle command execution in a bit saner way. | |||||
* | introduce a warn mechanism for debugging | Peter Meier | 2009-11-07 | 2 | -1/+85 | |
| | | | | | We can now warn messages that will be passed to Kernel.warn if debugging is enabled. | |||||
* | Add docs to Mac OS X package creation script and clean out old docs in the ↵ | Nigel Kersten | 2009-11-06 | 2 | -0/+15 | |
| | | | | preflight | |||||
* | Fixed : 2788 - ftools missing in Ruby 1.9 | Stéphan Gorget | 2009-11-05 | 1 | -4/+16 | |
| | | | | Signed-off-by: Stéphan Gorget <phantez@gmail.com> | |||||
* | Fixes #2704. Problem finding install.rb three levels up | Nigel Kersten | 2009-10-07 | 1 | -1/+1 | |
| | ||||||
* | Removed all ChangeLog | James Turnbull | 2009-10-04 | 2 | -1727/+1 | |
| | ||||||
* | Updated ChangeLog and task | James Turnbull | 2009-09-25 | 3 | -360/+523 | |
| | ||||||
* | Added additional exclusion to rcov process | James Turnbull | 2009-09-18 | 1 | -1/+1 | |
| | ||||||
* | Added rcov support to spec task | James Turnbull | 2009-09-17 | 1 | -4/+12 | |
| | ||||||
* | Updated CI Rake task | James Turnbull | 2009-09-17 | 1 | -1/+0 | |
| | ||||||
* | Clarify licensing as GPLv2 (or any later version) | Todd Zullinger | 2009-09-11 | 2 | -683/+25 | |
| | ||||||
* | Added new format ChangeLog | James Turnbull | 2009-09-11 | 1 | -0/+1707 | |
| | ||||||
* | Incremented version and updated CHANGELOG | James Turnbull | 2009-09-11 | 2 | -1/+15 | |
| | ||||||
* | Issue #2414 - add unit test | Paul Nasrat | 2009-09-09 | 1 | -0/+6 | |
| | | | | This adds a unit test on top of Kurt's patch | |||||
* | Fix errors when alias IP's are defined | Kurt Keller | 2009-09-09 | 1 | -0/+7 | |
| | ||||||
* | Fix 2455 - improve error handling on fact load | Paul Nasrat | 2009-09-09 | 4 | -1/+37 | |
| | | | | | | Fix facts added with empty blocks by handling calls to value when setcode not called Ensure we handle load failures more gracefully | |||||
* | Fix broken solaris zone tests on EC2 | Paul Nasrat | 2009-09-09 | 4 | -20/+73 | |
| | | | | | | | | | This cleans up xen and vserver detection to enable us to stub out so when we happen to be running tests on xen we don't report as that. More cleanup is needed in this area but this should give us a green build. This renames the tests to be consistent with current naming convention | |||||
* | Issue #2548 netblock fact | Paul Nasrat | 2009-08-24 | 1 | -0/+10 | |
| | | | | | | We already have a network fact it's just missing a test. Paul | |||||
* | Add Darwin netmask support on top of Jim's patch | Paul Nasrat | 2009-08-23 | 2 | -2/+8 | |
| | ||||||
* | Fix #2306 netmask and ipaddress on SunOS and BSDs | Jim Pirzyk | 2009-08-23 | 2 | -3/+3 | |
| | ||||||
* | Updated Rakefile and moved Rake tasks to tasks/rake directory | James Turnbull | 2009-08-18 | 6 | -52/+80 | |
| | ||||||
* | Added default Rake task | James Turnbull | 2009-08-18 | 1 | -0/+4 | |
| | ||||||
* | Fix bug where you'd get an 'undefined method' error if trying to access a ↵ | Diego Algorta | 2009-08-14 | 2 | -1/+17 | |
| | | | | fact's value when collection has not being yet initialized. | |||||
* | Fix #2470 - duplicate entries in interfaces fact | Paul Nasrat | 2009-08-12 | 3 | -1/+16 | |
| | | | | | Solaris orders inet and inet6 seperately. This tests for and fixes this by uniqueing the list. Will probably need work when we get to ipv6 support. | |||||
* | Update OS X minor version fact to cope with '10.x' values and provide test ↵ | Nigel Kersten | 2009-08-07 | 2 | -3/+41 | |
| | | | | | | coverage switch %x{} call to Facter::Util::Resolution.exec for better testing | |||||
* | Update install.rb to cope with all OS X versions, not just 10.5 | Nigel Kersten | 2009-08-07 | 1 | -4/+5 | |
| | ||||||
* | Merge commit 'pnasrat/tickets/master/2292' into merge | Paul Nasrat | 2009-07-18 | 4 | -24/+147 | |
|\ | ||||||
| * | Issue #2292 Add tests for virtual facts | Paul Nasrat | 2009-07-16 | 4 | -24/+147 | |
| | | | | | | | | Add tests and utility for virtual fact detection | |||||
* | | Added path fact | James Turnbull | 2009-07-16 | 1 | -0/+5 | |
| | | ||||||
* | | Issue #2314 OpenBSD sysctl | Joe McDonagh | 2009-07-16 | 2 | -13/+35 | |
|/ | | | | Use OpenBSD sysctl for manufacturer facts. | |||||
* | Fix #2060 and cleanup operatingsystemrelease | Todd Zullinger | 2009-07-14 | 1 | -52/+12 | |
|\ | | | | | | | | | | | | | | | | | | | Patch from Todd Zullinger, rebased. Merge branch 'cleanup-operatingsystemrelease' of git://jet.mox.net/~tmz/facter into tickets/master/2060 Conflicts: lib/facter/operatingsystemrelease.rb |