summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix specshostname-rageLamont Granquist2013-08-271-16/+59
|
* fall back to hostname if hostname -f brokenLamont Granquist2013-08-271-1/+2
| | | | | | | | | | | | | | | | stop stabbing ourselves in the eye. in darwin, openbsd, netbsd, freebsd, etc we just use 'hostname' which is whatever is set on the box. on linux, we're trying to be clever and using 'hostname -f' which is in some sense more canonically correct way to resolve the hostname, but requires doing DNS lookups. since we don't bother with that on other operating systems, this is clearly not a requirement, however, and if it fails, we can fall back to hostname. if people have flaky DNS going on, they need to make sure their hostnames on the box match the name in DNS and/or they need to be setting their node_name's correctly in config.rb -- either way i'm perfectly happy creating that problem via solving this one.
* Merge pull request #176 from opscode/tn/expectancyTheodore Nordsieck2013-08-2210-345/+229
|\ | | | | Generate more feedback when a plugin throws an exception or fails an RSpec test
| * remove old plugin format from ohai_plugin_common.rbTheodore Nordsieck2013-08-221-69/+6
| |
| * converted perl_spec.rb to the new plugin formatTheodore Nordsieck2013-08-221-44/+18
| |
| * converted nodejs_spec.rb to the new plugin formatTheodore Nordsieck2013-08-221-24/+10
| |
| * converted lua_spec.rb to the new plugin formatTheodore Nordsieck2013-08-221-29/+12
| |
| * fixed typos in java_spec.rbTheodore Nordsieck2013-08-221-77/+47
| |
| * converted python_spec.rb to the new plugin formatTheodore Nordsieck2013-08-221-29/+12
| |
| * migrated php_spec.rb to the new plugin formatTheodore Nordsieck2013-08-221-34/+14
| |
| * tweaked source formattingTheodore Nordsieck2013-08-221-1/+1
| |
| * changed formatting of outputTheodore Nordsieck2013-08-221-6/+14
| |
| * tweaked formattingTheodore Nordsieck2013-08-221-1/+0
| |
| * moved linux/kernel.rb to the new spec formatTheodore Nordsieck2013-08-221-13/+20
| |
| * nuked comments, tweaked formatTheodore Nordsieck2013-08-221-36/+1
| |
| * moved new plugin system to the new reporting formatTheodore Nordsieck2013-08-221-34/+45
| |
| * Changed syntax so that tests occur on a yielded object instead of a returned oneTheodore Nordsieck2013-08-222-15/+22
| |
| * formattingTheodore Nordsieck2013-08-221-5/+5
| |
| * converted data structure to method callsTheodore Nordsieck2013-08-222-33/+94
| |
| * removed debug fixturesTheodore Nordsieck2013-08-221-3/+0
| |
| * changed variable name to not clobber existing variableTheodore Nordsieck2013-08-221-1/+4
| |
| * Modified subsumes? so that it can test all leaves and is still also testable ↵Theodore Nordsieck2013-08-222-33/+42
| | | | | | | | itself
| * migrated subsumes? spec to new versionTheodore Nordsieck2013-08-221-31/+27
| |
| * fixed formattingTheodore Nordsieck2013-08-221-1/+1
| |
| * wrapped individual ohai data leaves in it blocks instead of the entire testTheodore Nordsieck2013-08-221-43/+51
|/
* Merge pull request #172 from opscode/OHAI-9360Claire McQuin2013-08-2282-363/+840
|\ | | | | Detect plugin version
| * remove pry debugging toolsClaire McQuin2013-08-212-4/+4
| |
| * move v6_dependency_solver management to systemClaire McQuin2013-08-214-32/+9
| |
| * add debug message for already loaded pluginsClaire McQuin2013-08-212-6/+45
| |
| * add v6 deprecation warning to load phaseClaire McQuin2013-08-215-11/+13
| |
| * readable plugin strings in unit/plugins/fail_spec.rbClaire McQuin2013-08-211-8/+47
| |
| * add plugin loading to common specClaire McQuin2013-08-2162-193/+75
| |
| * fix error/exception handling for loading pluginsClaire McQuin2013-08-205-24/+24
| |
| * create/update spec testsClaire McQuin2013-08-19201-7363/+586
| |
| * revise internals for loading pluginsClaire McQuin2013-08-193-105/+96
| |
| * detect plugin versionClaire McQuin2013-08-19141-21/+7345
|/
* Merge pull request #171 from opscode/tn/cleanupnordsieck-oc2013-08-192-7/+9
|\ | | | | Assorted bug fixes and tweaks.
| * grab_data.rb sets the right defaults if the -p and/or -e flags are omitted ↵Theodore Nordsieck2013-08-191-2/+4
| | | | | | | | entirely
| * removed documentation on how to add a cross-platform test case.Theodore Nordsieck2013-08-191-57/+0
| |
| * phrasingTheodore Nordsieck2013-08-131-1/+1
| |
| * Resolved some potential convusionTheodore Nordsieck2013-08-131-2/+8
| |
| * wipTheodore Nordsieck2013-08-131-3/+12
| |
| * wipTheodore Nordsieck2013-08-131-0/+20
| |
| * wipTheodore Nordsieck2013-08-131-4/+12
| |
| * Documentation, wipTheodore Nordsieck2013-08-131-0/+14
| |
| * Fixed: possible scope resolution problemTheodore Nordsieck2013-08-131-1/+1
| |
| * Fixed: Accidently called parse instead of encodeTheodore Nordsieck2013-08-131-4/+4
|/
* Merge pull request #170 from opscode/tn/windowsnordsieck-oc2013-08-134-34/+23
|\ | | | | Tn/windows Add windows support
| * removed extraneous sleep commandTheodore Nordsieck2013-08-131-1/+1
| |
| * removed debug codeTheodore Nordsieck2013-08-131-3/+0
| |