facter 1.5.7 → 1.5.8

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of facter might be problematic. Click here for more details.

Files changed (52) hide show
  1. data/CHANGELOG +105 -28
  2. data/Rakefile +23 -20
  3. data/bin/facter +3 -3
  4. data/conf/osx/createpackage.sh +12 -1
  5. data/conf/osx/preflight +4 -0
  6. data/install.rb +7 -14
  7. data/lib/facter.rb +14 -2
  8. data/lib/facter/architecture.rb +10 -2
  9. data/lib/facter/domain.rb +0 -3
  10. data/lib/facter/ipaddress.rb +18 -21
  11. data/lib/facter/kernel.rb +4 -2
  12. data/lib/facter/macaddress.rb +21 -8
  13. data/lib/facter/memory.rb +47 -6
  14. data/lib/facter/operatingsystem.rb +4 -0
  15. data/lib/facter/operatingsystemrelease.rb +15 -3
  16. data/lib/facter/processor.rb +16 -0
  17. data/lib/facter/uptime.rb +17 -14
  18. data/lib/facter/uptime_days.rb +7 -0
  19. data/lib/facter/uptime_hours.rb +7 -0
  20. data/lib/facter/uptime_seconds.rb +10 -0
  21. data/lib/facter/util/ip.rb +17 -5
  22. data/lib/facter/util/manufacturer.rb +13 -7
  23. data/lib/facter/util/resolution.rb +34 -11
  24. data/lib/facter/util/uptime.rb +45 -23
  25. data/lib/facter/util/virtual.rb +23 -1
  26. data/lib/facter/util/vlans.rb +24 -0
  27. data/lib/facter/virtual.rb +11 -3
  28. data/lib/facter/vlans.rb +8 -0
  29. data/spec/fixtures/uptime/sysctl_kern_boottime +0 -0
  30. data/spec/fixtures/uptime/ubuntu_proc_uptime +1 -0
  31. data/spec/fixtures/uptime/who_b_boottime +1 -0
  32. data/spec/spec_helper.rb +2 -0
  33. data/spec/unit/data/freebsd_dmidecode +42 -0
  34. data/spec/unit/data/hpux_ifconfig +3 -0
  35. data/spec/unit/data/hpux_ifconfig_single_interface +3 -0
  36. data/spec/unit/data/hpux_netscan +4 -0
  37. data/spec/unit/data/hpux_netstat_all_interfaces +6 -0
  38. data/spec/unit/data/linux_dmidecode_with_spaces +60 -0
  39. data/spec/unit/data/linux_vlan_config +6 -0
  40. data/spec/unit/data/opensolaris_smbios +33 -0
  41. data/spec/unit/facter.rb +73 -0
  42. data/spec/unit/operatingsystemrelease.rb +39 -0
  43. data/spec/unit/uptime.rb +112 -0
  44. data/spec/unit/util/ip.rb +59 -2
  45. data/spec/unit/util/manufacturer.rb +121 -0
  46. data/spec/unit/util/resolution.rb +44 -11
  47. data/spec/unit/util/uptime.rb +53 -0
  48. data/spec/unit/util/virtual.rb +24 -1
  49. data/spec/unit/util/vlans.rb +14 -0
  50. data/spec/unit/virtual.rb +20 -0
  51. metadata +115 -91
  52. data/ChangeLog +0 -1727
data/ChangeLog DELETED
@@ -1,1727 +0,0 @@
1
- Fri, 18 Sep 2009 10:10:55 +1000
2
- James Turnbull <james@lovedthanlost.net>
3
- Added additional exclusion to rcov process
4
-
5
- Thu, 17 Sep 2009 16:16:00 +1000
6
- James Turnbull <james@lovedthanlost.net>
7
- Added rcov support to spec task
8
-
9
- Thu, 17 Sep 2009 16:11:57 +1000
10
- James Turnbull <james@lovedthanlost.net>
11
- Updated CI Rake task
12
-
13
- Wed, 6 May 2009 13:50:30 -0400
14
- Todd Zullinger <tmz@pobox.com>
15
- Clarify licensing as GPLv2 (or any later version)
16
-
17
- Fri, 11 Sep 2009 14:23:50 +1000
18
- James Turnbull <james@lovedthanlost.net>
19
- Added new format ChangeLog
20
-
21
- Fri, 11 Sep 2009 14:22:11 +1000
22
- James Turnbull <james@lovedthanlost.net>
23
- Incremented version and updated CHANGELOG
24
-
25
- Wed, 9 Sep 2009 15:01:10 +0100
26
- Paul Nasrat <pnasrat@googlemail.com>
27
- Issue #2414 - add unit test
28
-
29
- Sat, 5 Sep 2009 15:45:43 +0100
30
- Kurt Keller <kkathag@gmail.com>
31
- Fix errors when alias IP's are defined
32
-
33
- Sat, 5 Sep 2009 21:35:01 +0100
34
- Paul Nasrat <pnasrat@googlemail.com>
35
- Fix 2455 - improve error handling on fact load
36
-
37
- Sat, 5 Sep 2009 06:45:50 +0100
38
- Paul Nasrat <pnasrat@googlemail.com>
39
- Fix broken solaris zone tests on EC2
40
-
41
- Sun, 23 Aug 2009 09:09:44 -0500
42
- Paul Nasrat <pnasrat@googlemail.com>
43
- Issue #2548 netblock fact
44
-
45
- Sun, 23 Aug 2009 09:59:08 -0500
46
- Paul Nasrat <pnasrat@googlemail.com>
47
- Add Darwin netmask support on top of Jim's patch
48
-
49
- Sun, 23 Aug 2009 09:57:25 -0500
50
- Jim Pirzyk <jim+puppet@pirzyk.org>
51
- Fix #2306 netmask and ipaddress on SunOS and BSDs
52
-
53
- Tue, 18 Aug 2009 21:34:34 +1000
54
- James Turnbull <james@lovedthanlost.net>
55
- Updated Rakefile and moved Rake tasks to tasks/rake directory
56
-
57
- Tue, 18 Aug 2009 21:28:55 +1000
58
- James Turnbull <james@lovedthanlost.net>
59
- Added default Rake task
60
-
61
- Thu, 13 Aug 2009 14:49:12 -0300
62
- Diego Algorta <diego@oboxodo.com>
63
- Fix bug where you'd get an 'undefined method' error if trying to access a fact's value when collection has not being yet initialized.
64
-
65
- Tue, 11 Aug 2009 17:45:40 +0100
66
- Paul Nasrat <pnasrat@googlemail.com>
67
- Fix #2470 - duplicate entries in interfaces fact
68
-
69
- Thu, 23 Jul 2009 08:34:47 -0700
70
- Nigel Kersten <nigelk@google.com>
71
- Update OS X minor version fact to cope with '10.x' values and provide test coverage
72
-
73
- Thu, 23 Jul 2009 08:21:18 -0700
74
- Nigel Kersten <nigelk@google.com>
75
- Update install.rb to cope with all OS X versions, not just 10.5
76
-
77
- Sat, 18 Jul 2009 09:51:29 +0100
78
- Paul Nasrat <pnasrat@googlemail.com>
79
- Merge commit 'pnasrat/tickets/master/2292' into merge
80
-
81
- Thu, 28 May 2009 08:15:01 +0100
82
- Paul Nasrat <pnasrat@googlemail.com>
83
- Issue #2292 Add tests for virtual facts
84
-
85
- Wed, 15 Jul 2009 08:30:34 +1000
86
- James Turnbull <james@lovedthanlost.net>
87
- Added path fact
88
-
89
- Tue, 14 Jul 2009 07:08:27 +0100
90
- Joe McDonagh <Joseph.E.McDonagh@gmail.com>
91
- Issue #2314 OpenBSD sysctl
92
-
93
- Tue, 14 Jul 2009 08:02:04 +0100
94
- Todd Zullinger <tmz@pobox.com>
95
- Fix #2060 and cleanup operatingsystemrelease
96
-
97
- Sat, 11 Jul 2009 09:19:24 +0100
98
- Paul Nasrat <pnasrat@googlemail.com>
99
- Fix broken ci build with explicit clearing before tests
100
-
101
- Sat, 11 Jul 2009 09:16:59 +0100
102
- Paul Nasrat <pnasrat@googlemail.com>
103
- Change spec output to enable broken build debugging
104
-
105
- Sat, 27 Jun 2009 08:53:32 +1000
106
- James Turnbull <james@lovedthanlost.net>
107
- Fixed CI spec task
108
-
109
- Fri, 5 Jun 2009 08:06:31 +1000
110
- James Turnbull <james@lovedthanlost.net>
111
- Updated CHANGELOG and bumped version for 1.5.6
112
-
113
- Thu, 4 Jun 2009 21:59:42 +1000
114
- James Turnbull <james@lovedthanlost.net>
115
- Fixes #2307 - Minor fix for zone in virtual.rb
116
-
117
- Wed, 3 Jun 2009 07:39:23 +1000
118
- James Turnbull <james@lovedthanlost.net>
119
- Removed --no-thread and --no-chain-reply-to from rake mail_patches task
120
-
121
- Mon, 1 Jun 2009 07:38:30 +1000
122
- James Turnbull <james@lovedthanlost.net>
123
- Added facter branding to format patch command
124
-
125
- Thu, 28 May 2009 07:16:00 +1000
126
- James Turnbull <james@lovedthanlost.net>
127
- Added spec.executables to Facter gemspec in Rakefile
128
-
129
- Fri, 22 May 2009 19:59:04 -0400
130
- Todd Zullinger <tmz@pobox.com>
131
- Sync rpm spec file with latest from Fedora/EPEL
132
-
133
- Fri, 22 May 2009 23:47:52 +1000
134
- James Turnbull <james@lovedthanlost.net>
135
- Added path to Rakefile
136
-
137
- Fri, 22 May 2009 23:28:30 +1000
138
- James Turnbull <james@lovedthanlost.net>
139
- CHANGELOG updates
140
-
141
- Fri, 22 May 2009 08:20:46 +0100
142
- Paul Nasrat <pnasrat@googlemail.com>
143
- Fix #2278 Revert fix for 2120
144
-
145
- Tue, 19 May 2009 21:16:49 -0400
146
- Todd Zullinger <tmz@pobox.com>
147
- Tighten operatingsystemrelease regex on CentOS < 5
148
-
149
- Tue, 19 May 2009 21:13:50 -0400
150
- Todd Zullinger <tmz@pobox.com>
151
- Fix operatingsystemrelease for CentOS < 5
152
-
153
- Wed, 20 May 2009 15:45:54 +1000
154
- James Turnbull <james@lovedthanlost.net>
155
- Added spec files to package list
156
-
157
- Wed, 20 May 2009 02:20:57 +1000
158
- James Turnbull <james@lovedthanlost.net>
159
- Added install.rb to Rakefile package task
160
-
161
- Tue, 19 May 2009 08:08:20 +1000
162
- James Turnbull <james@lovedthanlost.net>
163
- Bumped release to 1.5.5rc2
164
-
165
- Fri, 15 May 2009 08:27:23 +0100
166
- Jim Pirzyk <jim+puppet@pirzyk.org>
167
- Facter #2120 - Solaris support for Facter[virtual]
168
-
169
- Thu, 7 May 2009 08:00:08 +0100
170
- Paul Nasrat <pnasrat@googlemail.com>
171
- Tests for #2227 - multiple interfaces on Darwin
172
-
173
- Tue, 12 May 2009 21:31:30 +1000
174
- James Turnbull <james@lovedthanlost.net>
175
- Added SELinux tests
176
-
177
- Tue, 12 May 2009 08:11:46 +0100
178
- Benedikt Böhm <bb@xnull.de>
179
- Fix #2155 - architecture facts on Gentoo
180
-
181
- Wed, 13 May 2009 11:12:29 +1000
182
- James Turnbull <james@lovedthanlost.net>
183
- Refactor #2154 - Modified patch from Benedikt Bohm to simplify openvz and vserver detection
184
-
185
- Tue, 12 May 2009 10:21:29 +1000
186
- James Turnbull <james@lovedthanlost.net>
187
- Cleaned up Rakefile and removed requirement for Reductive Labs build library
188
-
189
- Wed, 6 May 2009 08:14:37 +0100
190
- Paul Nasrat <pnasrat@googlemail.com>
191
- Facter ticket 2214 - Fix facts for OVS
192
-
193
- Tue, 12 May 2009 10:01:39 +1000
194
- James Turnbull <james@lovedthanlost.net>
195
- Fixed #2131 - Facter doesn't populate lsbmajdistrelease on OEL (also OEL/OVS and other facts)
196
-
197
- Sun, 10 May 2009 20:16:54 +0100
198
- Paul Nasrat <pnasrat@googlemail.com>
199
- Facter fix #2231 typo
200
-
201
- Mon, 11 May 2009 06:23:59 +0100
202
- Paul Nasrat <pnasrat@googlemail.com>
203
- Fix #2236 - don't use each_line on arrays
204
-
205
- Sun, 10 May 2009 19:33:01 +1000
206
- James Turnbull <james@lovedthanlost.net>
207
- Fixed #1327 - Added SELinux facts
208
-
209
- Sun, 10 May 2009 19:06:20 +1000
210
- James Turnbull <james@lovedthanlost.net>
211
- Fixed #2119 - Added support for non-global Solaris 10 zones
212
-
213
- Fri, 1 May 2009 12:10:11 +0200
214
- Andreas Zuber <zuber@puzzle.ch>
215
- Fixed #2215 - Added support for SUSE Linux Enterprise Desktop to operatingsystem and operatingsystemrelease
216
-
217
- Sun, 3 May 2009 12:43:48 +1000
218
- James Turnbull <james@lovedthanlost.net>
219
- Added support for ArchLinux to operatingsystem fact
220
-
221
- Sat, 2 May 2009 21:40:22 +1000
222
- James Turnbull <james@lovedthanlost.net>
223
- Fixes #2169 Correctly recognises dom0 and domUs
224
-
225
- Mon, 27 Apr 2009 00:00:56 +1000
226
- James Turnbull <james@lovedthanlost.net>
227
- Partial fix for #2191 - Facter compatibility for Ruby 1.9
228
-
229
- Wed, 22 Apr 2009 14:33:52 +1000
230
- James Turnbull <james@lovedthanlost.net>
231
- Added COPYING in and CHANGELOG updates
232
-
233
- Mon, 20 Apr 2009 11:52:43 -0500
234
- Luke Kanies <luke@madstop.com>
235
- Fixing #1918 - facter --puppet always works
236
-
237
- Mon, 20 Apr 2009 11:40:42 -0500
238
- Luke Kanies <luke@madstop.com>
239
- Fixing ifconfig warnings generated on OS X
240
-
241
- Tue, 21 Apr 2009 07:25:10 +1000
242
- James Turnbull <james@lovedthanlost.net>
243
- Fixed #2132 - support for named interface aliases under linux
244
-
245
- Tue, 7 Apr 2009 18:45:21 +0200
246
- Peter Meier <peter.meier@immerda.ch>
247
- correctly compare values - fixes #2021
248
-
249
- Tue, 17 Mar 2009 23:52:11 +1100
250
- James Turnbull <james@lovedthanlost.net>
251
- Fixed #2080 - IPAddress resolutions should be reordered
252
-
253
- Tue, 10 Mar 2009 21:33:29 +0100
254
- Peter Meier <peter.meier@immerda.ch>
255
- Use resultion.exec util instead of which checks
256
-
257
- Tue, 17 Mar 2009 23:45:50 +1100
258
- James Turnbull <james@lovedthanlost.net>
259
- Fix to stdout in resolution.rb
260
-
261
- Tue, 17 Mar 2009 20:51:29 +1100
262
- James Turnbull <james@lovedthanlost.net>
263
- Fixed #2081 - Fixed interfaces fact for vlan subinterfaces
264
-
265
- Tue, 10 Mar 2009 23:05:19 +1100
266
- James Turnbull <james@lovedthanlost.net>
267
- Fixed #2063 - added kernelmajversion fact
268
-
269
- Mon, 9 Mar 2009 02:12:32 -0400
270
- Todd Zullinger <tmz@pobox.com>
271
- Fix operatingsystemrelease on Red Hat based distros
272
-
273
- Mon, 9 Mar 2009 02:09:12 -0400
274
- Todd Zullinger <tmz@pobox.com>
275
- Consolidate operatingsystemrelease for CentOS, Fedora, oel, ovs, and RedHat
276
-
277
- Sat, 7 Mar 2009 10:50:57 +1100
278
- James Turnbull <james@lovedthanlost.net>
279
- Fixed #2055 - SunoS Interface error
280
-
281
- Sat, 7 Mar 2009 02:47:52 +1100
282
- James Turnbull <james@lovedthanlost.net>
283
- Fixed #2044 - virtual fact thread fix
284
-
285
- Wed, 4 Mar 2009 19:41:05 +1100
286
- James Turnbull <james@lovedthanlost.net>
287
- Fix for rake task for reductive-build library
288
-
289
- Sun, 1 Mar 2009 17:55:17 +1100
290
- James Turnbull <james@lovedthanlost.net>
291
- Fixed lib install permissions
292
-
293
- Sun, 1 Mar 2009 09:09:16 +1100
294
- James Turnbull <james@lovedthanlost.net>
295
- Fixed #2040 - Facter should provide a macosx_productversion_major fact
296
-
297
- Sun, 22 Feb 2009 01:43:48 +0100
298
- duritong <peter.meier@immerda.ch>
299
- Fix virtual fact if xen but /proc/virtual present
300
-
301
- Sun, 1 Mar 2009 08:53:28 +1100
302
- James Turnbull <james@lovedthanlost.net>
303
- Fixed #2003 - Added is_virtual fact
304
-
305
- Sat, 28 Feb 2009 10:00:09 +1100
306
- James Turnbull <james@lovedthanlost.net>
307
- Fixed CHANGELOG
308
-
309
- Sat, 28 Feb 2009 09:43:36 +1100
310
- James Turnbull <james@lovedthanlost.net>
311
- Fixed #2035 - Missing brace for OSX preflight
312
-
313
- Tue, 17 Feb 2009 19:22:54 -0500
314
- Ian Taylor <ian@lorf.org>
315
- more consistent indentation and alignment. also removal of trailing whitespace
316
-
317
- Sat, 28 Feb 2009 09:28:47 +1100
318
- James Turnbull <james@lovedthanlost.net>
319
- Further fix #2032 - close IO
320
-
321
- Sat, 28 Feb 2009 09:27:22 +1100
322
- James Turnbull <james@lovedthanlost.net>
323
- Added EC2 facts
324
-
325
- Sat, 28 Feb 2009 02:45:57 +1100
326
- James Turnbull <james@lovedthanlost.net>
327
- Fixed #2032 - file.open hanging on /proc/uptime on some platform
328
-
329
- Tue, 17 Feb 2009 00:59:39 +0100
330
- Luke Kanies <luke@madstop.com>
331
- Updated to version 1.5.4
332
-
333
- Fri, 13 Feb 2009 16:00:15 +1100
334
- James Turnbull <james@lovedthanlost.net>
335
- Fixed #1966 - Added physicalprocessorcount fact
336
-
337
- Thu, 5 Feb 2009 16:52:17 +1100
338
- Joel W. Shea <jwshea@gmail.com>
339
- This commit refs #1555, #1898 and fixes #1761
340
-
341
- Wed, 11 Feb 2009 15:05:22 +1100
342
- James Turnbull <james@lovedthanlost.net>
343
- Added support for Oracle VM Server to operatingsystem and operatingsystemrelease
344
-
345
- Wed, 11 Feb 2009 14:42:16 +1100
346
- James Turnbull <james@lovedthanlost.net>
347
- Added support for Oracle Enterprise Linux to operatingsystem
348
-
349
- Tue, 10 Feb 2009 15:12:48 +1100
350
- James Turnbull <james@lovedthanlost.net>
351
- Added README.rst for Facter
352
-
353
- Tue, 10 Feb 2009 02:14:55 +1100
354
- James Turnbull <james@lovedthanlost.net>
355
- Added Reductive Labs build library
356
-
357
- Wed, 4 Feb 2009 22:17:28 +1100
358
- James Turnbull <james@lovedthanlost.net>
359
- Updated README
360
-
361
- Tue, 3 Feb 2009 18:40:43 -0600
362
- Luke Kanies <luke@madstop.com>
363
- Fixing #1927 - failing facts don't kill Facter
364
-
365
- Wed, 4 Feb 2009 11:40:34 +1100
366
- James Turnbull <james@lovedthanlost.net>
367
- Fixed #1850 - Facter updates for Ruby 1.9
368
-
369
- Wed, 4 Feb 2009 11:33:58 +1100
370
- James Turnbull <james@lovedthanlost.net>
371
- Fixed #1924 - Fixed lo / lo:0 local interface matching
372
-
373
- Tue, 3 Feb 2009 22:20:59 +1100
374
- James Turnbull <james@lovedthanlost.net>
375
- Fixed generic uptime fact
376
-
377
- Tue, 3 Feb 2009 22:09:17 +1100
378
- James Turnbull <james@lovedthanlost.net>
379
- Fixed Ubuntu operatingsystem identification
380
-
381
- Tue, 3 Feb 2009 21:32:16 +1100
382
- James Turnbull <james@lovedthanlost.net>
383
- Cleaner fix for #1926
384
-
385
- Tue, 3 Feb 2009 18:53:42 +1100
386
- James Turnbull <james@lovedthanlost.net>
387
- Fixed #1926 - IPAddr to_s issue
388
-
389
- Fri, 30 Jan 2009 21:28:39 +1100
390
- James Turnbull <james@lovedthanlost.net>
391
- Added timezone fact
392
-
393
- Wed, 28 Jan 2009 19:46:08 +0100
394
- Luke Kanies <luke@madstop.com>
395
- Updated to version 1.5.3
396
-
397
- Tue, 27 Jan 2009 22:18:51 -0600
398
- Luke Kanies <luke@madstop.com>
399
- Fixing the usage of the macosx util module; I somehow missed renaming it here
400
-
401
- Wed, 28 Jan 2009 12:18:09 +1100
402
- James Turnbull <james@lovedthanlost.net>
403
- Fixed uptime refactor issues on non-Linux platforms
404
-
405
- Tue, 27 Jan 2009 17:53:38 -0600
406
- Luke Kanies <luke@madstop.com>
407
- Adding mail_patches rake task
408
-
409
- Tue, 27 Jan 2009 17:51:39 -0600
410
- Luke Kanies <luke@madstop.com>
411
- Renaming Facter::Macosx to Facter::Util::Macosx
412
-
413
- Tue, 27 Jan 2009 17:50:21 -0600
414
- Luke Kanies <luke@madstop.com>
415
- Fixing #1838 - profiler failures don't throw exceptions
416
-
417
- Tue, 27 Jan 2009 18:00:50 -0600
418
- Luke Kanies <luke@madstop.com>
419
- Fixed #1867 - Fixed OpenSuSE detection
420
-
421
- Tue, 27 Jan 2009 17:58:47 -0600
422
- Luke Kanies <luke@madstop.com>
423
- Fixing #1854 - Adding ArchLinux support
424
-
425
- Tue, 27 Jan 2009 19:37:54 +1100
426
- James Turnbull <james@lovedthanlost.net>
427
- Added network fact
428
-
429
- Tue, 27 Jan 2009 10:23:26 +1100
430
- James Turnbull <james@lovedthanlost.net>
431
- Fixed #1870 - Format all subnet masks as human-readable
432
-
433
- Mon, 26 Jan 2009 14:39:35 +1100
434
- James Turnbull <james@lovedthanlost.net>
435
- Added uptime facts
436
-
437
- Sat, 24 Jan 2009 12:52:07 +0000
438
- Paul Nasrat <pnasrat@googlemail.com>
439
- Refactor - rename ipmess to interfaces
440
-
441
- Thu, 22 Jan 2009 11:02:16 +1100
442
- James Turnbull <james@lovedthanlost.net>
443
- Fixed autotest on win32
444
-
445
- Thu, 15 Jan 2009 19:53:46 +0000
446
- Paul Nasrat <pnasrat@googlemail.com>
447
- Fix bug #1870 and add interface fact support for darwin systems
448
-
449
- Sun, 4 Jan 2009 17:29:59 -0600
450
- Luke Kanies <luke@madstop.com>
451
- Refactoring the IP support, and fixing #1846.
452
-
453
- Fri, 2 Jan 2009 15:08:26 -0600
454
- Luke Kanies <luke@madstop.com>
455
- Fixing indentation everywhere
456
-
457
- Thu, 15 Jan 2009 11:41:51 -0600
458
- Luke Kanies <luke@madstop.com>
459
- Fixing autotest, now that vendor/ is gone
460
-
461
- Thu, 15 Jan 2009 11:30:56 -0600
462
- Luke Kanies <luke@madstop.com>
463
- Removing the vendor/ gems.
464
-
465
- Tue, 30 Dec 2008 18:16:58 -0600
466
- Luke Kanies <luke@madstop.com>
467
- Fixing #1761 - Solaris no longer uses /etc/release
468
-
469
- Mon, 22 Dec 2008 19:42:03 +1100
470
- James Turnbull <james@lovedthanlost.net>
471
- Fixed #1791 - support for virtual fact on Solaris 10
472
-
473
- Mon, 22 Dec 2008 19:39:18 +1100
474
- James Turnbull <james@lovedthanlost.net>
475
- Fixed #1793 - Added more Solaris 10 facts
476
-
477
- Tue, 9 Dec 2008 04:45:35 -0700
478
- rchanter <robc@nudepenguins.org>
479
- minor fix to operatingsystemversion to correctly parse /etc/release on OpenSolaris 2008.11.
480
-
481
- Mon, 1 Dec 2008 13:14:24 +1100
482
- James Turnbull <james@lovedthanlost.net>
483
- Fixed errors on unrecognised option in binary
484
-
485
- Thu, 27 Nov 2008 00:45:09 +1100
486
- James Turnbull <james@lovedthanlost.net>
487
- Added ci namespace and Rake tasks
488
-
489
- Thu, 13 Nov 2008 14:18:58 -0800
490
- Luke Kanies <luke@madstop.com>
491
- Merge commit 'martin/tickets/1727'
492
-
493
- Wed, 12 Nov 2008 15:03:14 +0100
494
- Martin Englund <martin@englund.nu>
495
- Fix for #1727 - id fact should not rely on whoami on Solaris
496
-
497
- Fri, 7 Nov 2008 10:41:19 -0800
498
- David Lutterkort <lutter@redhat.com>
499
- Sync specfile with latest from Fedora
500
-
501
- Wed, 5 Nov 2008 12:29:44 +1100
502
- James Turnbull <james@lovedthanlost.net>
503
- Removed EPM task
504
-
505
- Tue, 28 Oct 2008 11:53:05 +1100
506
- James Turnbull <james@lovedthanlost.net>
507
- Fixed #1697 - Typo in ipaddress.rb causes timeout under Solaris 10 SPARC
508
-
509
- Wed, 22 Oct 2008 21:55:40 +1100
510
- James Turnbull <james@lovedthanlost.net>
511
- Fixed #1650 - OS X package creation script should be more selective about cleaning out prior versions
512
-
513
- Tue, 21 Oct 2008 10:26:29 +1100
514
- James Turnbull <james@lovedthanlost.net>
515
- Added Ubuntu to a variety of confines
516
-
517
- Tue, 21 Oct 2008 09:06:54 +1100
518
- James Turnbull <james@lovedthanlost.net>
519
- Removed ENV path setting from virtual.rb
520
-
521
- Tue, 7 Oct 2008 11:29:10 +1100
522
- James Turnbull <james@lovedthanlost.net>
523
- Fixed #1634 - Update virtual fact to differentiate OpenVZ hardware nodes and virtual environments
524
-
525
- Wed, 15 Oct 2008 16:05:36 -0500
526
- Luke Kanies <luke@madstop.com>
527
- Merge commit 'lutter/ticket/1654'
528
-
529
- Wed, 15 Oct 2008 11:43:29 -0700
530
- David Lutterkort <lutter@redhat.com>
531
- Revamp domain resolution
532
-
533
- Mon, 29 Sep 2008 12:07:51 -0500
534
- Luke Kanies <luke@madstop.com>
535
- Fixed #1619 - Applying patch by seanmil, adding support for SLES.
536
-
537
- Wed, 24 Sep 2008 14:00:06 -0500
538
- Luke Kanies <luke@madstop.com>
539
- Fixed #1509 - Fixed version recognition for SLES.
540
-
541
- Sat, 20 Sep 2008 11:51:11 +1000
542
- James Turnbull <james@lovedthanlost.net>
543
- Fixes #1582 - Fix MAC address reporting for Linux bonding slave interfaces
544
-
545
- Fri, 19 Sep 2008 11:49:14 +1000
546
- James Turnbull <james@lovedthanlost.net>
547
- Merge branch 'master' of git://reductivelabs.com/facter
548
-
549
- Tue, 16 Sep 2008 12:46:13 -0500
550
- Luke Kanies <luke@madstop.com>
551
- Fixing the GPL/LGPL incompatibility by choosing the oldest-mentioned license (GPL).
552
-
553
- Tue, 16 Sep 2008 08:46:57 +1000
554
- James Turnbull <james@lovedthanlost.net>
555
- Fixed #1575 - CentOS fix for Facter SPEC file
556
-
557
- Tue, 16 Sep 2008 08:45:36 +1000
558
- James Turnbull <james@lovedthanlost.net>
559
- Merge branch 'master' of git://reductivelabs.com/facter
560
-
561
- Fri, 12 Sep 2008 01:10:41 +1000
562
- James Turnbull <james@lovedthanlost.net>
563
- Fixed #1547 - finally killed dots in IP address facts
564
-
565
- Fri, 12 Sep 2008 01:05:18 +1000
566
- James Turnbull <james@lovedthanlost.net>
567
- Fixed #1567 - fixed createpackage.sh output
568
-
569
- Fri, 12 Sep 2008 01:01:20 +1000
570
- James Turnbull <james@lovedthanlost.net>
571
- Fixed #1569 - createpackage.rb bug
572
-
573
- Tue, 9 Sep 2008 05:00:34 +0200
574
- Luke Kanies <luke@madstop.com>
575
- Updated to version 1.5.2
576
-
577
- Tue, 9 Sep 2008 05:00:34 +0200
578
- Luke Kanies <luke@madstop.com>
579
- Updated to version 1.5.2
580
-
581
- Tue, 9 Sep 2008 05:00:03 +0200
582
- Luke Kanies <luke@madstop.com>
583
- Merge branch 'master' of git@reductivelabs.com:facter
584
-
585
- Mon, 8 Sep 2008 23:13:04 +1000
586
- James Turnbull <james@lovedthanlost.net>
587
- Fixes #1558 - Adjusted virtual fact to allow non-root users to execute it
588
-
589
- Sat, 6 Sep 2008 09:59:36 +1000
590
- James Turnbull <james@lovedthanlost.net>
591
- Fixes #1562 - Removed facter from PREREQS
592
-
593
- Fri, 5 Sep 2008 10:22:23 +1000
594
- James Turnbull <james@lovedthanlost.net>
595
- Fixed #1558 - Updated virtual fact for xenu and xen0
596
-
597
- Fri, 5 Sep 2008 10:07:35 +1000
598
- James Turnbull <james@lovedthanlost.net>
599
- Fixed #1555 - added operatingsystemrelease for Solaris
600
-
601
- Fri, 5 Sep 2008 10:00:41 +1000
602
- James Turnbull <james@lovedthanlost.net>
603
- Fixed #1559 - update to dmidecode fact
604
-
605
- Wed, 3 Sep 2008 05:37:08 +1000
606
- James Turnbull <james@lovedthanlost.net>
607
- Fixed . dot escaping
608
-
609
- Wed, 27 Aug 2008 07:10:07 +0200
610
- Luke Kanies <luke@madstop.com>
611
- Merge branch 'master' of git@reductivelabs.com:facter
612
-
613
- Wed, 27 Aug 2008 06:16:35 +0200
614
- Luke Kanies <luke@madstop.com>
615
- Updated to version 1.5.1
616
-
617
- Wed, 27 Aug 2008 06:16:35 +0200
618
- Luke Kanies <luke@madstop.com>
619
- Updated to version 1.5.1
620
-
621
- Wed, 27 Aug 2008 06:16:35 +0200
622
- Luke Kanies <luke@madstop.com>
623
- Updated to version 1.5.1
624
-
625
- Tue, 19 Aug 2008 02:55:41 +0200
626
- Luke Kanies <luke@madstop.com>
627
- Adding a rake task for creating an archive.
628
-
629
- Mon, 18 Aug 2008 19:15:24 -0500
630
- Luke Kanies <luke@madstop.com>
631
- Added a Process.waitall thread when there's a timeout, to avoid zombies.
632
-
633
- Mon, 18 Aug 2008 18:50:54 -0500
634
- Luke Kanies <luke@madstop.com>
635
- Set the timeout for the host-based and resolv-based resolutions to 2.
636
-
637
- Mon, 18 Aug 2008 18:41:51 -0500
638
- Luke Kanies <luke@madstop.com>
639
- Updating changelog for previous two commits
640
-
641
- Mon, 18 Aug 2008 18:40:32 -0500
642
- Luke Kanies <luke@madstop.com>
643
- Applied patch by josb to fix CentOS version detection.
644
-
645
- Mon, 18 Aug 2008 18:38:11 -0500
646
- Luke Kanies <luke@madstop.com>
647
- Merge commit 'pnasrat/tickets/1422'
648
-
649
- Mon, 18 Aug 2008 12:12:25 +0100
650
- Paul Nasrat <pnasrat@googlemail.com>
651
- Facter fix #1422, no default timeout
652
-
653
- Sun, 17 Aug 2008 11:36:58 -0500
654
- Luke Kanies <luke@madstop.com>
655
- Adding better SuSE detection for both operatingsystem and release.
656
-
657
- Sat, 16 Aug 2008 16:23:25 -0500
658
- Luke Kanies <luke@madstop.com>
659
- Merge commit 'pnasrat/ticket/1425'
660
-
661
- Wed, 13 Aug 2008 17:25:30 +0100
662
- Paul Nasrat <pnasrat@googlemail.com>
663
- Add unit rspec tests for ticket 1425
664
-
665
- Wed, 13 Aug 2008 15:55:49 +0100
666
- Paul Nasrat <pnasrat@googlemail.com>
667
- Extract ifconfig output to data directory
668
-
669
- Mon, 11 Aug 2008 13:44:23 +0100
670
- Paul Nasrat <pnasrat@googlemail.com>
671
- Add sample test and strawman solution for IP parsing code
672
-
673
- Mon, 11 Aug 2008 12:20:36 +0100
674
- Paul Nasrat <pnasrat@googlemail.com>
675
- Add module level tests for Facter::IPAddress
676
-
677
- Sat, 9 Aug 2008 07:31:31 +1000
678
- James Turnbull <james@lovedthanlost.net>
679
- Fixes #1492 - added kernelversion fact
680
-
681
- Fri, 8 Aug 2008 15:07:13 +0100
682
- Paul Nasrat <pnasrat@googlemail.com>
683
- Fix ticket 1425 on Solaris
684
-
685
- Wed, 6 Aug 2008 18:46:12 +0100
686
- Paul Nasrat <pnasrat@googlemail.com>
687
- Remove duplicated code paths
688
-
689
- Tue, 5 Aug 2008 13:46:35 -0700
690
- Nigel Kersten <nigel@explanatorygap.net>
691
- fix terrible error with overwriting permissions
692
-
693
- Mon, 4 Aug 2008 07:53:36 +1000
694
- James Turnbull <james@lovedthanlost.net>
695
- Fixed #1490 - Added virtual fact
696
-
697
- Fri, 1 Aug 2008 20:45:25 -0700
698
- Nigel Kersten <nigel@explanatorygap.net>
699
- Feature #1487: Package creation scripts for Mac OS X
700
-
701
- Fri, 1 Aug 2008 09:23:25 -0500
702
- Luke Kanies <luke@madstop.com>
703
- Modified the operatingsystem fact for Debian so it looks in
704
-
705
- Thu, 31 Jul 2008 17:04:45 -0700
706
- Nigel Kersten <nigel@explanatorygap.net>
707
- Feature #1478: Allow specification of --bindir --sbindir --sitelibdir --mandir --destdir in install.rb
708
-
709
- Thu, 31 Jul 2008 08:51:02 -0700
710
- Nigel Kersten <nigel@explanatorygap.net>
711
- Feature #1475: CONFIG['bindir'] CONFIG['sbindir'] have undesirable defaults on OS X 10.5
712
-
713
- Thu, 31 Jul 2008 10:54:47 -0500
714
- Luke Kanies <luke@madstop.com>
715
- Merge commit 'pnasrat/ticket/1434'
716
-
717
- Thu, 31 Jul 2008 10:51:55 -0500
718
- Luke Kanies <luke@madstop.com>
719
- Merge commit 'pnasrat/ticket/1436'
720
-
721
- Wed, 30 Jul 2008 22:35:58 +1000
722
- James Turnbull <james@lovedthanlost.net>
723
- Fixes #1467 - macaddress not set on Ubuntu
724
-
725
- Fri, 18 Jul 2008 07:06:27 +0100
726
- Paul Nasrat <pnasrat@googlemail.com>
727
- Don't try and run lsb_release on windows
728
-
729
- Thu, 17 Jul 2008 18:00:51 +0100
730
- Paul Nasrat <pnasrat@googlemail.com>
731
- Bug #1434 Don't execute which on windows
732
-
733
- Thu, 17 Jul 2008 14:54:52 +0100
734
- Paul Nasrat <pnasrat@googlemail.com>
735
- Use rbconfig to detect host cpu
736
-
737
- Thu, 17 Jul 2008 13:44:10 +0100
738
- Paul Nasrat <pnasrat@googlemail.com>
739
- Get DNSDomain from WMI to set domain
740
-
741
- Thu, 17 Jul 2008 13:31:18 +0100
742
- Paul Nasrat <pnasrat@googlemail.com>
743
- Set macaddress on windows platform
744
-
745
- Thu, 17 Jul 2008 13:21:47 +0100
746
- Paul Nasrat <pnasrat@googlemail.com>
747
- Get kernel version via wmi
748
-
749
- Thu, 17 Jul 2008 12:46:14 +0100
750
- Paul Nasrat <pnasrat@googlemail.com>
751
- Use ipconfig to determine ip address
752
-
753
- Thu, 17 Jul 2008 12:27:54 +0100
754
- Paul Nasrat <pnasrat@googlemail.com>
755
- Use rbconfig to detect windows as no uname binary
756
-
757
- Wed, 9 Jul 2008 22:40:33 +1000
758
- James Turnbull <james@lovedthanlost.net>
759
- Fixed Rakefile to include additional files including tests et al
760
-
761
- Wed, 9 Jul 2008 17:56:48 +1000
762
- James Turnbull <james@lovedthanlost.net>
763
- Adjusted version to be in line with previous standard
764
-
765
- Tue, 8 Jul 2008 23:52:15 +1000
766
- James Turnbull <james@lovedthanlost.net>
767
- Merge branch 'master' of git://reductivelabs.com/facter
768
-
769
- Tue, 8 Jul 2008 06:44:14 +0200
770
- Luke Kanies <luke@madstop.com>
771
- Adding (apparently now required) author info to the gem spec
772
-
773
- Tue, 8 Jul 2008 14:36:57 +1000
774
- James Turnbull <james@lovedthanlost.net>
775
- Merge branch 'master' of git://reductivelabs.com/facter
776
-
777
- Tue, 8 Jul 2008 14:28:06 +1000
778
- James Turnbull <james@lovedthanlost.net>
779
- Merge branch 'master' of git://reductivelabs.com/facter
780
-
781
- Tue, 8 Jul 2008 06:27:29 +0200
782
- Luke Kanies <luke@madstop.com>
783
- Updated to version 1.5
784
-
785
- Tue, 8 Jul 2008 06:27:28 +0200
786
- Luke Kanies <luke@madstop.com>
787
- Updated to version 1.5
788
-
789
- Tue, 8 Jul 2008 06:27:16 +0200
790
- Luke Kanies <luke@madstop.com>
791
- Updating the changelog for 1.5
792
-
793
- Mon, 7 Jul 2008 23:21:08 -0500
794
- Luke Kanies <luke@madstop.com>
795
- Merge commit 'turnbull/master'
796
-
797
- Tue, 8 Jul 2008 14:21:04 +1000
798
- James Turnbull <james@lovedthanlost.net>
799
- Merge branch 'master' of git://reductivelabs.com/facter
800
-
801
- Tue, 8 Jul 2008 14:19:58 +1000
802
- James Turnbull <james@lovedthanlost.net>
803
- Fixed formatting
804
-
805
- Mon, 7 Jul 2008 23:13:25 -0500
806
- Luke Kanies <luke@madstop.com>
807
- Fixed #1400 - OperatingSystemRelease should now work on CentOS
808
-
809
- Tue, 1 Jul 2008 10:17:16 -0500
810
- Luke Kanies <luke@madstop.com>
811
- Adding a default case for the manufacturer information.
812
-
813
- Sun, 22 Jun 2008 09:50:34 +1000
814
- James Turnbull <james@lovedthanlost.net>
815
- Further fixes #1378 - updated dmidecode for NetBSD
816
-
817
- Sat, 21 Jun 2008 12:49:46 +1000
818
- James Turnbull <james@lovedthanlost.net>
819
- Fixes #1378 - update manufacter.rb facts to support BSD
820
-
821
- Sat, 21 Jun 2008 11:55:29 +1000
822
- James Turnbull <james@lovedthanlost.net>
823
- Partial fix for #1345 - BSD interfaces with aliases now select the first address by default
824
-
825
- Fri, 20 Jun 2008 10:23:02 -0500
826
- Luke Kanies <luke@madstop.com>
827
- Retaining 'timeout' as the settor, but using 'limit' as the getter.
828
-
829
- Thu, 19 Jun 2008 21:34:52 -0700
830
- Steven Hajducko <sjmh@phase2.net>
831
- Changed 'timeout' option to 'limit'
832
-
833
- Thu, 19 Jun 2008 21:44:44 -0500
834
- Luke Kanies <luke@madstop.com>
835
- Setting the timeout for the puppetversion fact to 1.5.
836
-
837
- Thu, 19 Jun 2008 21:44:34 -0500
838
- Luke Kanies <luke@madstop.com>
839
- Fixing some warnings in various classes.
840
-
841
- Fri, 20 Jun 2008 11:26:08 +1000
842
- James Turnbull <james@lovedthanlost.net>
843
- Merge branch 'tickets/1.5/1376' of git://github.com/haji/facter
844
-
845
- Thu, 19 Jun 2008 17:58:36 -0700
846
- Steven Hajducko <sjmh@phase2.net>
847
- Fixes #1376 - Display memory facts for AIX
848
-
849
- Thu, 19 Jun 2008 11:02:31 -0700
850
- Steven Hajducko <sjmh@phase2.net>
851
- Added processorcount and type facts to AIX
852
-
853
- Wed, 18 Jun 2008 09:49:30 +1000
854
- James Turnbull <james@lovedthanlost.net>
855
- Fixes #1334 - Forced Facter to use LANG=C
856
-
857
- Wed, 18 Jun 2008 09:33:31 +1000
858
- James Turnbull <james@lovedthanlost.net>
859
- Fixes #1357 - change ps syntax for OSX and BSD
860
-
861
- Tue, 17 Jun 2008 17:16:24 -0500
862
- Luke Kanies <luke@madstop.com>
863
- Merge branch 'master' of git://github.com/jamtur01/facter
864
-
865
- Tue, 17 Jun 2008 10:59:52 -0500
866
- Luke Kanies <luke@madstop.com>
867
- Rejustifying all of the whitespace in the facts, yay.
868
-
869
- Tue, 17 Jun 2008 10:55:22 -0500
870
- Luke Kanies <luke@madstop.com>
871
- Refactoring how recursive searches are detected.
872
-
873
- Tue, 17 Jun 2008 10:54:23 -0500
874
- Luke Kanies <luke@madstop.com>
875
- Refactored so each fact resolution can specify a separate timeout,
876
-
877
- Mon, 16 Jun 2008 16:12:20 -0700
878
- Steve Hajducko <sjmh@phase2.net>
879
- Retrieve hardwaremodel for AIX from sys0 modelname.
880
-
881
- Mon, 9 Jun 2008 16:34:47 -0500
882
- Luke Kanies <luke@madstop.com>
883
- Merge commit 'turnbull/master'
884
-
885
- Mon, 9 Jun 2008 02:37:30 +1000
886
- James Turnbull <james@lovedthanlost.net>
887
- Refactered ipmess.rb and util/ip.rb to support separate *BSD logic for *BSD aliased interfaces.
888
-
889
- Mon, 2 Jun 2008 18:57:56 -0700
890
- Luke Kanies <luke@madstop.com>
891
- Merge branch 'master' of git@reductivelabs.com:facter
892
-
893
- Mon, 2 Jun 2008 18:54:43 -0700
894
- Luke Kanies <luke@madstop.com>
895
- Merge branch 'master' of git://github.com/jamtur01/facter
896
-
897
- Wed, 28 May 2008 20:38:22 +1000
898
- James Turnbull <james@lovedthanlost.net>
899
- Refactor of netmask fact - fixes ticket #66
900
-
901
- Sun, 25 May 2008 19:18:07 -0500
902
- Luke Kanies <luke@madstop.com>
903
- Testing gitosis
904
-
905
- Thu, 22 May 2008 17:39:04 +1000
906
- James Turnbull <james@lovedthanlost.net>
907
- Fixes for ticket #60
908
-
909
- Tue, 20 May 2008 23:26:14 -0500
910
- Luke Kanies <luke@madstop.com>
911
- Removing old test/unit tests.
912
-
913
- Tue, 20 May 2008 23:12:06 -0500
914
- Luke Kanies <luke@madstop.com>
915
- Adding a timeout to fact retrieval, fixing #56.
916
-
917
- Mon, 19 May 2008 22:29:40 -0500
918
- Luke Kanies <luke@madstop.com>
919
- Reverting the version.
920
-
921
- Mon, 19 May 2008 11:56:51 +1000
922
- James Turnbull <james@lovedthanlost.net>
923
- Updated CHANGELOG
924
-
925
- Mon, 19 May 2008 11:52:34 +1000
926
- James Turnbull <james@lovedthanlost.net>
927
- Added LSB Major Dist Release fact fixing #41
928
-
929
- Mon, 19 May 2008 10:44:39 +1000
930
- James Turnbull <james@lovedthanlost.net>
931
- Added support for AIX fixing ticket #56
932
-
933
- Mon, 19 May 2008 10:29:36 +1000
934
- James Turnbull <james@lovedthanlost.net>
935
- Updated Red Hat spec file for new version and files
936
-
937
- Mon, 19 May 2008 10:22:58 +1000
938
- James Turnbull <james@lovedthanlost.net>
939
- Incremented version number to 1.5
940
-
941
- Fri, 16 May 2008 14:57:26 -0500
942
- Luke Kanies <luke@madstop.com>
943
- Adding a --puppet option to facter to load Puppet facts.
944
-
945
- Fri, 16 May 2008 10:38:15 -0500
946
- Luke Kanies <luke@madstop.com>
947
- Switching to a search path registration system.
948
-
949
- Fri, 16 May 2008 10:26:56 -0500
950
- Luke Kanies <luke@madstop.com>
951
- Moving the puppet-related loading tests to an integration test.
952
-
953
- Fri, 16 May 2008 09:46:17 -0500
954
- Luke Kanies <luke@madstop.com>
955
- Retrieval of fact values now autoloads facts.
956
-
957
- Sat, 17 May 2008 00:32:34 +1000
958
- James Turnbull <james@lovedthanlost.net>
959
- Updated version. Moved most facts to seperate files.
960
-
961
- Thu, 15 May 2008 15:40:02 -0500
962
- Luke Kanies <luke@madstop.com>
963
- Facter no longer loads all facts by default.
964
-
965
- Thu, 15 May 2008 15:27:57 -0500
966
- Luke Kanies <luke@madstop.com>
967
- Moving the version and ruby facts to a separate file.
968
-
969
- Thu, 15 May 2008 15:24:29 -0500
970
- Luke Kanies <luke@madstop.com>
971
- Switching Facter to using the new loader.
972
-
973
- Thu, 15 May 2008 15:21:59 -0500
974
- Luke Kanies <luke@madstop.com>
975
- Fixing the last few occurrences of Facter::Resolution instead of Facter::Util::Resolution.
976
-
977
- Thu, 15 May 2008 14:55:51 -0500
978
- Luke Kanies <luke@madstop.com>
979
- Fixing the test so it doesn't break other tests.
980
-
981
- Thu, 15 May 2008 14:30:29 -0500
982
- Luke Kanies <luke@madstop.com>
983
- Moving all of the support classes to util/.
984
-
985
- Thu, 15 May 2008 14:18:26 -0500
986
- Luke Kanies <luke@madstop.com>
987
- Creating a 'loader' class to handle loading facts for the collection.
988
-
989
- Wed, 14 May 2008 10:17:18 -0500
990
- Luke Kanies <luke@madstop.com>
991
- Adding the 'each' method back into Facter.
992
-
993
- Wed, 14 May 2008 09:36:32 -0500
994
- Luke Kanies <luke@madstop.com>
995
- Updating the executable to not use Facter.each.
996
-
997
- Wed, 14 May 2008 00:32:41 -0500
998
- Luke Kanies <luke@madstop.com>
999
- Fixing warnings and interfaces.
1000
-
1001
- Wed, 14 May 2008 00:24:24 -0500
1002
- Luke Kanies <luke@madstop.com>
1003
- Moving Facter's container behaviour into a separate class.
1004
-
1005
- Tue, 13 May 2008 23:49:48 -0500
1006
- Luke Kanies <luke@madstop.com>
1007
- Splitting the instance code into a Fact class.
1008
-
1009
- Tue, 13 May 2008 22:07:18 -0500
1010
- Luke Kanies <luke@madstop.com>
1011
- Adding all of the tests for the Facter::Resolution class.
1012
-
1013
- Tue, 13 May 2008 21:28:34 -0500
1014
- Luke Kanies <luke@madstop.com>
1015
- Reorganizing my new tests so they match the autotest discovery.
1016
-
1017
- Tue, 13 May 2008 21:23:22 -0500
1018
- Luke Kanies <luke@madstop.com>
1019
- Simplifying Confine a bit
1020
-
1021
- Tue, 13 May 2008 21:22:20 -0500
1022
- Luke Kanies <luke@madstop.com>
1023
- Splitting the different classes in Facter up, and adding some tests.
1024
-
1025
- Tue, 13 May 2008 20:49:04 -0500
1026
- Luke Kanies <luke@madstop.com>
1027
- Adding autotest hooks
1028
-
1029
- Tue, 13 May 2008 20:48:52 -0500
1030
- Luke Kanies <luke@madstop.com>
1031
- fixing whitespace
1032
-
1033
- Thu, 20 Mar 2008 12:12:27 +1100
1034
- James Turnbull <james@lovedthanlost.net>
1035
- Closes #1145 - fixed bad interface names by replacing : with _
1036
-
1037
- Tue, 19 Feb 2008 15:20:02 +1100
1038
- James Turnbull <james@lovedthanlost.net>
1039
- Updated CHANGELOG
1040
-
1041
- Mon, 18 Feb 2008 17:16:39 -0600
1042
- Luke Kanies <luke@madstop.com>
1043
- Merge commit 'turnbull/master'
1044
-
1045
- Sun, 17 Feb 2008 17:04:47 -0600
1046
- Luke Kanies <luke@madstop.com>
1047
- Merge branch 'os_split'
1048
-
1049
- Sun, 17 Feb 2008 17:00:39 -0600
1050
- Luke Kanies <luke@madstop.com>
1051
- removing .swp file
1052
-
1053
- Sun, 17 Feb 2008 16:15:10 -0600
1054
- Luke Kanies <luke@madstop.com>
1055
- Switching from test/unit to rspec, and fixing a couple
1056
-
1057
- Sat, 16 Feb 2008 21:56:01 +1100
1058
- James Turnbull <james@lovedthanlost.net>
1059
- Fixed Solaris detection of lo0 for ticket #46
1060
-
1061
- Sat, 16 Feb 2008 18:20:38 +1100
1062
- James Turnbull <james@lovedthanlost.net>
1063
- Added require util ip.rb file
1064
-
1065
- Sat, 16 Feb 2008 18:20:07 +1100
1066
- James Turnbull <james@lovedthanlost.net>
1067
- Fixed #46 - refactor ipmess.rb
1068
-
1069
- Fri, 8 Feb 2008 16:15:02 +1100
1070
- James Turnbull <james@lovedthanlost.net>
1071
- Added new files
1072
-
1073
- Fri, 8 Feb 2008 16:14:26 +1100
1074
- James Turnbull <james@lovedthanlost.net>
1075
- Further updates to split facts and move support functions
1076
-
1077
- Fri, 8 Feb 2008 14:14:24 +1100
1078
- James Turnbull <james@lovedthanlost.net>
1079
- Split out facts from facter.rb and moved all support code to util
1080
-
1081
- Thu, 7 Feb 2008 15:26:46 +1100
1082
- James Turnbull <james@lovedthanlost.net>
1083
- Added support for multiple interfaces, macaddress and netmask facts for Linux, *BSD, and Solaris
1084
-
1085
- Sun, 3 Feb 2008 04:45:11 +1100
1086
- James Turnbull <james@lovedthanlost.net>
1087
- Fixed conflict merge
1088
-
1089
- Sun, 3 Feb 2008 04:32:55 +1100
1090
- James Turnbull <james@lovedthanlost.net>
1091
- Revert "Fixed ticket #50 - added selinux facts"
1092
-
1093
- Sun, 3 Feb 2008 04:24:40 +1100
1094
- James Turnbull <james@lovedthanlost.net>
1095
- Added Ubuntu operatingsystem and operatingsystemrelease fact support
1096
-
1097
- Sat, 2 Feb 2008 17:04:41 +1100
1098
- James Turnbull <james@lovedthanlost.net>
1099
- Added Debian release version support
1100
-
1101
- Sun, 13 Jan 2008 01:53:23 +1100
1102
- James Turnbull <james@lovedthanlost.net>
1103
- Fixed ticket #50 - added selinux facts
1104
-
1105
- Sat, 22 Dec 2007 15:10:02 +1100
1106
- James Turnbull <james@lovedthanlost.net>
1107
- Fixed ticket #48 - CentOS operatingsystemrelease fact now reporting correct value
1108
-
1109
- Sun, 9 Dec 2007 19:38:04 +1100
1110
- James Turnbull <james@lovedthanlost.net>
1111
- Added Mandrake support for operatingsystem fact - closed ticket #47
1112
-
1113
- Thu, 8 Nov 2007 08:20:37 +1100
1114
- James Turnbull <james@lovedthanlost.net>
1115
- Added index to imess.rb fixing Ticket #43.
1116
-
1117
- Mon, 5 Nov 2007 20:40:31 +1100
1118
- James Turnbull <james@lovedthanlost.net>
1119
- Fixed ticket #44
1120
-
1121
- Mon, 24 Sep 2007 09:01:38 +0200
1122
- Luke Kanies <luke@madstop.com>
1123
- Updated to version 1.3.8
1124
-
1125
- Mon, 24 Sep 2007 09:01:38 +0200
1126
- Luke Kanies <luke@madstop.com>
1127
- Updated to version 1.3.8
1128
-
1129
- Mon, 24 Sep 2007 09:00:23 +0200
1130
- Luke Kanies <luke@madstop.com>
1131
- Updating version in changelog
1132
-
1133
- Mon, 24 Sep 2007 09:00:05 +0200
1134
- Luke Kanies <luke@madstop.com>
1135
- Merge branch 'master' of /opt/rl/git/facter
1136
-
1137
- Mon, 24 Sep 2007 08:59:28 +0200
1138
- Luke Kanies <luke@madstop.com>
1139
- Removing the package hosts, so packages are no longer created at all
1140
-
1141
- Tue, 18 Sep 2007 13:06:39 +1000
1142
- James Turnbull <james@lovedthanlost.net>
1143
- Updated CHANGELOG
1144
-
1145
- Tue, 18 Sep 2007 11:33:22 +1000
1146
- James Turnbull <james@lovedthanlost.net>
1147
- Added require for rdoc/ri/ri_paths to address Puppet #753 and Facter #40
1148
-
1149
- Sun, 16 Sep 2007 10:26:45 +1000
1150
- James Turnbull <james@lovedthanlost.net>
1151
- Revert "Adjusted :kernel confine to make it more in line with others"
1152
-
1153
- Sun, 16 Sep 2007 10:13:58 +1000
1154
- root <root@absinthe.lovedthanlost.net>
1155
- Adjusted :kernel confine to make it more in line with others
1156
-
1157
- Thu, 13 Sep 2007 13:53:30 +1000
1158
- James Turnbull <james@lovedthanlost.net>
1159
- Updated CHANGELOG
1160
-
1161
- Thu, 13 Sep 2007 13:38:18 +1000
1162
- James Turnbull <james@lovedthanlost.net>
1163
- Added support to return multiple interfaces and their IP addresses as facts. Existing ipaddress fact which returns IP address of first interface on node is still available. Currently Linux only. Closes #6
1164
-
1165
- Thu, 13 Sep 2007 08:51:11 +1000
1166
- root <root@absinthe.lovedthanlost.net>
1167
- Added macaddress fact support for FreeBSD and OpenBSD - closes #37
1168
-
1169
- Tue, 17 Jul 2007 20:29:17 +0000
1170
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1171
- making the install script executable
1172
-
1173
- Tue, 17 Jul 2007 20:03:35 +0000
1174
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1175
- Drastically speeding up the lsb data retrieval, and refactoring the dmidecode data so it is a bit cleaner and does not produce extraneous output or errors
1176
-
1177
- Mon, 25 Jun 2007 17:35:31 +0000
1178
- lutter <lutter@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1179
- Set operatingsystemrelease to the major release on RHEL and Fedora
1180
-
1181
- Sun, 24 Jun 2007 03:09:25 +0000
1182
- lutter <lutter@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1183
- Remove tabs; don't fail if dmidecode doesn't return expected information
1184
-
1185
- Mon, 18 Jun 2007 21:10:10 +0000
1186
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1187
- Adding manufacturer code, as requested by digant on the Puppet Trac site.
1188
-
1189
- Thu, 14 Jun 2007 22:09:41 +0000
1190
- josb <josb@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1191
- Add YAML output option to the help text.
1192
-
1193
- Wed, 13 Jun 2007 18:33:06 +0000
1194
- mccune <mccune@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1195
- Fixed problem with executing system_profiler and sw_vers on non Darwin hosts.
1196
-
1197
- Wed, 13 Jun 2007 17:58:46 +0000
1198
- mccune <mccune@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1199
- Fixed problem where facter referenced puppet plist utility library.
1200
-
1201
- Wed, 13 Jun 2007 17:40:45 +0000
1202
- mccune <mccune@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1203
- Added a bunch of information from system_profiler -xml. In particular, sp_serial_number is interesting. Also added values from sw_vers, to get the commonly used Mac OS X version and build identifier.
1204
-
1205
- Mon, 11 Jun 2007 22:01:13 +0000
1206
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1207
- Setting the ldapname so it is guaranteed to be a string
1208
-
1209
- Tue, 5 Jun 2007 18:08:16 +0000
1210
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1211
- Applying patch from Valentin Vidic, fixing open filehandles
1212
-
1213
- Wed, 21 Mar 2007 16:44:44 +0000
1214
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1215
- Updated to version 1.3.7
1216
-
1217
- Wed, 21 Mar 2007 16:44:43 +0000
1218
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1219
- Updated to version 1.3.7
1220
-
1221
- Wed, 21 Mar 2007 16:35:51 +0000
1222
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1223
- Using consistent naming internally; I previously had essentially random quoting and case, but it is now all lower-case symbols. It should behave the same externally.
1224
-
1225
- Wed, 21 Mar 2007 15:47:47 +0000
1226
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1227
- Applying patch from #36 by psychedelys
1228
-
1229
- Wed, 21 Mar 2007 15:44:25 +0000
1230
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1231
- Fixing Facter.flush
1232
-
1233
- Wed, 21 Mar 2007 15:40:47 +0000
1234
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1235
- Fixing #33 -- we now only return the first mac address
1236
-
1237
- Wed, 21 Mar 2007 15:24:05 +0000
1238
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1239
- Applying patch from Adam Jacob that makes FACTERLIB work
1240
-
1241
- Sat, 24 Feb 2007 15:44:59 +0000
1242
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1243
- Applying patch from #35.
1244
-
1245
- Tue, 30 Jan 2007 18:17:03 +0000
1246
- ajax <ajax@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1247
- Fixing bug where an up interface not in active use was being selected as the canonical IP instead of using the IP attached to the interface assigned the default route.
1248
-
1249
- Tue, 23 Jan 2007 18:11:46 +0000
1250
- lutter <lutter@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1251
- Sync with Fedora specfile
1252
-
1253
- Mon, 22 Jan 2007 16:06:26 +0000
1254
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1255
- updating docs a bit
1256
-
1257
- Fri, 19 Jan 2007 22:37:24 +0000
1258
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1259
- Updated to version 1.3.6
1260
-
1261
- Fri, 19 Jan 2007 22:37:23 +0000
1262
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1263
- Updated to version 1.3.6
1264
-
1265
- Fri, 19 Jan 2007 22:36:53 +0000
1266
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1267
- disabling solaris package generation for facter
1268
-
1269
- Fri, 19 Jan 2007 22:32:41 +0000
1270
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1271
- updating changelog for 1.3.6
1272
-
1273
- Thu, 4 Jan 2007 04:57:53 +0000
1274
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1275
- Applying patch from #29.
1276
-
1277
- Thu, 4 Jan 2007 04:30:42 +0000
1278
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1279
- Fixing ssh key facts so they only include the key, not the type.
1280
-
1281
- Tue, 21 Nov 2006 02:07:46 +0000
1282
- lutter <lutter@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1283
- Make specfile work for FC < 5 and RHEL < 5
1284
-
1285
- Wed, 8 Nov 2006 20:07:57 +0000
1286
- lutter <lutter@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1287
- Reconciling with Fedora specfile
1288
-
1289
- Wed, 8 Nov 2006 19:52:34 +0000
1290
- lutter <lutter@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1291
- Do not try and check the command if which is not available; fixes trac #30
1292
-
1293
- Fri, 29 Sep 2006 16:13:13 +0000
1294
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1295
- Updated to version 1.3.5
1296
-
1297
- Fri, 29 Sep 2006 16:13:12 +0000
1298
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1299
- Updated to version 1.3.5
1300
-
1301
- Fri, 29 Sep 2006 16:13:11 +0000
1302
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1303
- Updated to version 1.3.5
1304
-
1305
- Fri, 29 Sep 2006 16:12:00 +0000
1306
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1307
- Fixing #26 -- using Resolution.exec instead of executing directly, and also calling lsb_release for every fact, instead of just once at startup
1308
-
1309
- Fri, 22 Sep 2006 05:24:25 +0000
1310
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1311
- Updated to version 1.3.4
1312
-
1313
- Fri, 22 Sep 2006 05:24:23 +0000
1314
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1315
- Updated to version 1.3.4
1316
-
1317
- Fri, 22 Sep 2006 05:24:22 +0000
1318
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1319
- Updated to version 1.3.4
1320
-
1321
- Fri, 22 Sep 2006 05:24:06 +0000
1322
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1323
- updating changelog for 1.3.4
1324
-
1325
- Wed, 20 Sep 2006 15:46:22 +0000
1326
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1327
- Adding patch from #21, adding lsb_release facts
1328
-
1329
- Tue, 19 Sep 2006 06:55:52 +0000
1330
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1331
- Adding yaml support, as requested in #24
1332
-
1333
- Tue, 19 Sep 2006 06:50:21 +0000
1334
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1335
- applying patch from #18.
1336
-
1337
- Tue, 19 Sep 2006 06:47:45 +0000
1338
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1339
- Fixing facter so it does not fail when an unknown fact is asked for
1340
-
1341
- Tue, 19 Sep 2006 06:08:23 +0000
1342
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1343
- Sorting the facts when they are all output
1344
-
1345
- Tue, 19 Sep 2006 06:06:56 +0000
1346
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1347
- Adding fqdn fact
1348
-
1349
- Thu, 14 Sep 2006 21:37:03 +0000
1350
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1351
- Fixing #20. I just made sure that the Domain fact cchecks the hostname first, so that if the hostname is an fqdn it will set the domain from that.
1352
-
1353
- Thu, 14 Sep 2006 21:20:12 +0000
1354
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1355
- Applying patch from #22
1356
-
1357
- Thu, 14 Sep 2006 21:17:33 +0000
1358
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1359
- Applying patch in #23.
1360
-
1361
- Thu, 14 Sep 2006 21:12:23 +0000
1362
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1363
- Applying memfree patch from #17.
1364
-
1365
- Mon, 31 Jul 2006 20:59:22 +0000
1366
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1367
- updates
1368
-
1369
- Sun, 2 Jul 2006 20:17:44 +0000
1370
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1371
- doc updates
1372
-
1373
- Sun, 2 Jul 2006 20:14:26 +0000
1374
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1375
- doc updates
1376
-
1377
- Sun, 2 Jul 2006 19:27:57 +0000
1378
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1379
- updates
1380
-
1381
- Sun, 2 Jul 2006 19:19:54 +0000
1382
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1383
- adding docs
1384
-
1385
- Sun, 2 Jul 2006 19:19:26 +0000
1386
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1387
- adding docs
1388
-
1389
- Wed, 28 Jun 2006 17:38:19 +0000
1390
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1391
- Updated to version 1.3.3
1392
-
1393
- Wed, 28 Jun 2006 17:38:18 +0000
1394
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1395
- Updated to version 1.3.3
1396
-
1397
- Wed, 28 Jun 2006 17:38:06 +0000
1398
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1399
- updating changelog for 1.3.3
1400
-
1401
- Wed, 28 Jun 2006 17:34:05 +0000
1402
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1403
- Adding the ability to retrieve facts from the environment.
1404
-
1405
- Tue, 27 Jun 2006 05:35:08 +0000
1406
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1407
- Updated to version 1.3.2
1408
-
1409
- Tue, 27 Jun 2006 05:35:06 +0000
1410
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1411
- Updated to version 1.3.2
1412
-
1413
- Tue, 27 Jun 2006 05:34:07 +0000
1414
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1415
- simple packaging updaets
1416
-
1417
- Tue, 27 Jun 2006 05:33:41 +0000
1418
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1419
- Adding thread exclusivity to memory and cpu reading
1420
-
1421
- Tue, 27 Jun 2006 05:28:17 +0000
1422
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1423
- Re-adding these files, since Matt has found a solution to the hanging problem.
1424
-
1425
- Mon, 26 Jun 2006 22:18:08 +0000
1426
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1427
- removing processor.rb in case it has the same problems as the memory file
1428
-
1429
- Mon, 26 Jun 2006 22:17:24 +0000
1430
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1431
- Deleting this file until the hanging problems are resolved
1432
-
1433
- Tue, 20 Jun 2006 01:19:19 +0000
1434
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1435
- fixing license issues
1436
-
1437
- Tue, 20 Jun 2006 01:07:49 +0000
1438
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1439
- fixing spec file again
1440
-
1441
- Tue, 20 Jun 2006 00:54:25 +0000
1442
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1443
- Updated to version 1.3.1
1444
-
1445
- Tue, 20 Jun 2006 00:54:23 +0000
1446
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1447
- Updated to version 1.3.1
1448
-
1449
- Tue, 20 Jun 2006 00:54:20 +0000
1450
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1451
- Updated to version 1.3.1
1452
-
1453
- Mon, 19 Jun 2006 19:04:48 +0000
1454
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1455
- adding a call to dnsdomainname before domainname
1456
-
1457
- Mon, 19 Jun 2006 18:12:13 +0000
1458
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1459
- Fixing #15. Just adding rescue blocks around the load statements.
1460
-
1461
- Mon, 12 Jun 2006 17:36:03 +0000
1462
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1463
- updating for 1.3
1464
-
1465
- Mon, 12 Jun 2006 13:17:18 +0000
1466
- lutter <lutter@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1467
- Updated for use with latest Fedora ruby packages
1468
-
1469
- Fri, 9 Jun 2006 14:58:20 +0000
1470
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1471
- Updated to version 1.3
1472
-
1473
- Fri, 9 Jun 2006 14:58:18 +0000
1474
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1475
- Updated to version 1.3
1476
-
1477
- Fri, 9 Jun 2006 14:58:17 +0000
1478
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1479
- Updated to version 1.3
1480
-
1481
- Wed, 31 May 2006 18:30:59 +0000
1482
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1483
- fixing installer so it does not install batch files on darwin
1484
-
1485
- Wed, 31 May 2006 18:23:04 +0000
1486
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1487
- trying to fix facterbin rubylib setting
1488
-
1489
- Wed, 31 May 2006 18:03:28 +0000
1490
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1491
- fixing test so that it works even if rubylib is not set
1492
-
1493
- Wed, 31 May 2006 17:43:48 +0000
1494
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1495
- Adding tagging frameworks back into Facter, and adding the ability to specify tags to the to_hash method so that you only receive facts tagged with specific tags
1496
-
1497
- Wed, 31 May 2006 16:44:05 +0000
1498
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1499
- fixing the linux processor stuff so it only gets called on linux
1500
-
1501
- Wed, 31 May 2006 00:45:39 +0000
1502
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1503
- changing the syntax of the fact confines
1504
-
1505
- Wed, 31 May 2006 00:41:17 +0000
1506
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1507
- Adding some documentation to the binary
1508
-
1509
- Wed, 31 May 2006 00:04:50 +0000
1510
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1511
- Adding rubysitedir fact, as requested in #13. Also, switching the output when one fact is asked for, so it only produces the single value, with no => symbol.
1512
-
1513
- Tue, 30 May 2006 23:57:01 +0000
1514
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1515
- fixing test to ignore differences in memory
1516
-
1517
- Tue, 30 May 2006 23:55:33 +0000
1518
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1519
- Switching "tag" to "confine", because it is a more appropriate term. I will also add "tags", but they will be used for creating fact collections.
1520
-
1521
- Tue, 30 May 2006 23:49:26 +0000
1522
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1523
- Adding patch from #11, with slight modifications.
1524
-
1525
- Tue, 30 May 2006 23:44:06 +0000
1526
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1527
- Adding patch from #11, with slight modifications.
1528
-
1529
- Tue, 30 May 2006 23:15:00 +0000
1530
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1531
- Adding the ability to specify tags as hashes or arrays, as requested in #112.
1532
-
1533
- Tue, 30 May 2006 22:54:26 +0000
1534
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1535
- Getting rid of the autoload method entirely; facts are now only loaded at startup.
1536
-
1537
- Tue, 30 May 2006 22:33:22 +0000
1538
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1539
- fixing linux memory stuff
1540
-
1541
- Tue, 30 May 2006 22:28:04 +0000
1542
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1543
- accepting patch in #10, although with more abstraction, and creating a module for the memory functions
1544
-
1545
- Tue, 30 May 2006 22:12:04 +0000
1546
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1547
- Accepting the patch in #9, with some modifications.
1548
-
1549
- Thu, 25 May 2006 19:32:51 +0000
1550
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1551
- adding solaris pkg stuff
1552
-
1553
- Tue, 23 May 2006 20:56:51 +0000
1554
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1555
- Updated to version 1.2.1
1556
-
1557
- Tue, 23 May 2006 20:56:36 +0000
1558
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1559
- fixing small bug that only occurs with gems
1560
-
1561
- Tue, 23 May 2006 19:45:52 +0000
1562
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1563
- Updated to version 1.2.0
1564
-
1565
- Tue, 23 May 2006 19:45:38 +0000
1566
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1567
- Adding final autoloading work.
1568
-
1569
- Tue, 23 May 2006 19:19:21 +0000
1570
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1571
- updating changelog for 1.2.0
1572
-
1573
- Tue, 23 May 2006 18:33:05 +0000
1574
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1575
- adding another test for the exe
1576
-
1577
- Tue, 23 May 2006 18:25:30 +0000
1578
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1579
- Adding ruby, puppet, and facter version facts
1580
-
1581
- Tue, 23 May 2006 15:43:09 +0000
1582
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1583
- Fixing install and tests so that there are no errors, hopefully.
1584
-
1585
- Tue, 23 May 2006 15:14:11 +0000
1586
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1587
- Added "architecture" fact, added the ability to autoload facts from separate files, and added the ability to retrieve fact values via a method for each fact.
1588
-
1589
- Tue, 16 May 2006 16:01:57 +0000
1590
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1591
- Accepting the patch from #5
1592
-
1593
- Tue, 14 Mar 2006 21:17:12 +0000
1594
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1595
- Removing ruby as a prereq
1596
-
1597
- Tue, 14 Mar 2006 07:10:43 +0000
1598
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1599
- Converting rakefile to the new build system
1600
-
1601
- Tue, 14 Mar 2006 03:25:22 +0000
1602
- lutter <lutter@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1603
- Minor changes for hte Fedora Extras review
1604
-
1605
- Thu, 2 Mar 2006 21:28:06 +0000
1606
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1607
- fixing rake file to build and copy rpms automatically
1608
-
1609
- Tue, 28 Feb 2006 16:23:46 +0000
1610
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1611
- updating changelog for 1.1.4
1612
-
1613
- Tue, 28 Feb 2006 16:03:42 +0000
1614
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1615
- Updated to version 1.1.4
1616
-
1617
- Tue, 28 Feb 2006 16:03:30 +0000
1618
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1619
- Fixing installer to put the facter executable in /usr/bin instead of /
1620
-
1621
- Thu, 23 Feb 2006 20:17:48 +0000
1622
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1623
- Updated to version 1.1.3
1624
-
1625
- Thu, 23 Feb 2006 20:17:35 +0000
1626
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1627
- adding 1.1.3 changelog
1628
-
1629
- Thu, 23 Feb 2006 20:17:02 +0000
1630
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1631
- Identifying centos
1632
-
1633
- Sat, 18 Feb 2006 02:23:06 +0000
1634
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1635
- updates
1636
-
1637
- Fri, 17 Feb 2006 19:56:04 +0000
1638
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1639
- Updated to version 1.1.2
1640
-
1641
- Fri, 17 Feb 2006 19:55:53 +0000
1642
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1643
- Adding ldapname capabilities
1644
-
1645
- Thu, 9 Feb 2006 18:26:10 +0000
1646
- lutter <lutter@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1647
- Automatically update version and release in the specfile for new releases
1648
-
1649
- Thu, 9 Feb 2006 18:25:31 +0000
1650
- lutter <lutter@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1651
- Fix specfile in accordance with Fedora Extras guidelines
1652
-
1653
- Wed, 25 Jan 2006 19:43:37 +0000
1654
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1655
- RPM creation now works
1656
-
1657
- Wed, 25 Jan 2006 19:07:00 +0000
1658
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1659
- Working on packaging
1660
-
1661
- Tue, 10 Jan 2006 22:57:50 +0000
1662
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1663
- Updated to version 1.1.1
1664
-
1665
- Tue, 10 Jan 2006 22:57:44 +0000
1666
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1667
- Fixing bug when a fact with no resolutions is asked for
1668
-
1669
- Tue, 10 Jan 2006 22:56:16 +0000
1670
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1671
- Fixing bug when a fact with no resolutions is asked for
1672
-
1673
- Mon, 9 Jan 2006 19:55:54 +0000
1674
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1675
- Updated to version 1.1.0
1676
-
1677
- Mon, 9 Jan 2006 19:55:40 +0000
1678
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1679
- Redoing how tags work.
1680
-
1681
- Wed, 4 Jan 2006 01:35:25 +0000
1682
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1683
- updating everything to essentially disable docs generation
1684
-
1685
- Tue, 3 Jan 2006 19:07:38 +0000
1686
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1687
- Adding Release tag
1688
-
1689
- Tue, 3 Jan 2006 19:05:32 +0000
1690
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1691
- adding extra "return nil" statements, and hopefully fixing the test for cygwin
1692
-
1693
- Tue, 3 Jan 2006 18:53:10 +0000
1694
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1695
- Updated to version 1.0.2
1696
-
1697
- Tue, 3 Jan 2006 18:52:20 +0000
1698
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1699
- adding changelog
1700
-
1701
- Tue, 3 Jan 2006 18:51:31 +0000
1702
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1703
- adding fixes Eric Sorenson found with cygwin
1704
-
1705
- Fri, 30 Dec 2005 20:09:58 +0000
1706
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1707
- updates
1708
-
1709
- Tue, 22 Nov 2005 15:25:08 +0000
1710
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1711
- Updated to version 1.0.1
1712
-
1713
- Tue, 22 Nov 2005 15:22:53 +0000
1714
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1715
- Modified version
1716
-
1717
- Wed, 16 Nov 2005 17:45:43 +0000
1718
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1719
- removing filehandle-based tests
1720
-
1721
- Wed, 16 Nov 2005 17:29:21 +0000
1722
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1723
- updating INSTALL with patch from ian
1724
-
1725
- Mon, 29 Aug 2005 21:30:45 +0000
1726
- luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a>
1727
- moving things to the trunk