[Pkg-puppet-devel] [facter] 301/352: Merge tag '2.0.1-rc1' into stable
Stig Sandbeck Mathisen
ssm at debian.org
Sun Apr 6 22:21:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository facter.
commit 624839554a134acc47386c8a15670d0f0eac76ad
Merge: 4961ef5 1951623
Author: Melissa Stone <melissa at puppetlabs.com>
Date: Fri Feb 28 15:09:00 2014 -0800
Merge tag '2.0.1-rc1' into stable
2.0.1-rc1
* tag '2.0.1-rc1': (141 commits)
(packaging) Update FACTERVERSION to 2.0.1-rc1
(maint) Simplify aggregate error message
(FACT-351) Fix netmask fact on Darwin and *BSD
(maint) Handle string output in zfs/zpool version facts
(FACT-349) Surface error messages when rescuing exceptions
(FACT-346) Remove selinux_mode from schema
Revert "(fact-234) Add newly defined blockdevice dynamic facts to the schema"
Revert "Merge branch 'feature/facter-2/patition_uuid_fact' into facter-2"
(FACT-272) Update manpage based on facter --help
(FACT-272) Format facter --help to work with ronn
(FACT-346) Remove deprecated selinux_mode fact
(Maint) Handle NoMethodError on 2003
(FACT-341) - Added operatingsystemrelease support to Windows
(fact-234) Add newly defined blockdevice dynamic facts to the schema
(maint) Remove trailing spaces in blockdevices_spec
(FACT-234) Add blockdevice uuid fact
(maint) Update docs to reflect use of facter-2 branch
(maint) Add zone_global_uuid to schema
(maint) zoneadm_output should always be a string
(FACT-327) Extract windows/posix execution classes
...
.yardopts | 5 +
COMMITTERS.md | 194 ++++++
CONTRIBUTING.md | 298 ++-------
Gemfile | 20 +-
README.md | 3 +-
Rakefile | 2 +-
acceptance/Gemfile | 7 +
acceptance/tests/facter_json_output_validates.rb | 15 +
ext/project_data.yaml | 18 +
install.rb | 17 +-
lib/facter.rb | 342 +++++-----
lib/facter/application.rb | 119 ++--
lib/facter/core/aggregate.rb | 220 +++++++
lib/facter/core/directed_graph.rb | 46 ++
lib/facter/core/execution.rb | 100 +++
lib/facter/core/execution/base.rb | 73 +++
lib/facter/core/execution/posix.rb | 50 ++
lib/facter/core/execution/windows.rb | 57 ++
lib/facter/core/logging.rb | 169 +++++
lib/facter/core/resolvable.rb | 94 +++
lib/facter/core/suitable.rb | 117 ++++
lib/facter/domain.rb | 24 +-
lib/facter/filesystems.rb | 2 +-
lib/facter/hardwaremodel.rb | 2 +-
lib/facter/hostname.rb | 6 +-
lib/facter/interfaces.rb | 7 +-
lib/facter/ipaddress.rb | 4 +-
lib/facter/kernel.rb | 2 +-
lib/facter/kernelrelease.rb | 2 +-
lib/facter/ldom.rb | 2 +-
lib/facter/lsbdistcodename.rb | 2 +-
lib/facter/lsbdistdescription.rb | 2 +-
lib/facter/lsbdistid.rb | 2 +-
lib/facter/lsbdistrelease.rb | 2 +-
lib/facter/lsbrelease.rb | 2 +-
lib/facter/macaddress.rb | 15 +-
lib/facter/macosx.rb | 4 +-
lib/facter/memory.rb | 27 +-
lib/facter/operatingsystem.rb | 2 +-
lib/facter/operatingsystemrelease.rb | 35 +-
lib/facter/physicalprocessorcount.rb | 12 +-
lib/facter/processor.rb | 21 +-
lib/facter/selinux.rb | 19 +-
lib/facter/ssh.rb | 7 +-
lib/facter/util/architecture.rb | 4 +-
lib/facter/util/cfpropertylist.rb | 6 -
lib/facter/util/cfpropertylist/LICENSE | 19 -
lib/facter/util/cfpropertylist/README | 44 --
lib/facter/util/cfpropertylist/Rakefile | 44 --
lib/facter/util/cfpropertylist/THANKS | 7 -
.../util/cfpropertylist/lib/cfpropertylist.rb | 6 -
.../cfpropertylist/lib/rbBinaryCFPropertyList.rb | 562 -----------------
.../util/cfpropertylist/lib/rbCFPlistError.rb | 26 -
.../util/cfpropertylist/lib/rbCFPropertyList.rb | 407 ------------
lib/facter/util/cfpropertylist/lib/rbCFTypes.rb | 244 --------
.../util/cfpropertylist/lib/rbLibXMLParser.rb | 135 ----
.../util/cfpropertylist/lib/rbNokogiriParser.rb | 140 -----
.../util/cfpropertylist/lib/rbREXMLParser.rb | 136 ----
lib/facter/util/collection.rb | 80 +--
lib/facter/util/config.rb | 28 +-
lib/facter/util/confine.rb | 38 +-
lib/facter/util/ec2.rb | 2 +-
lib/facter/util/fact.rb | 144 +++--
lib/facter/util/file_read.rb | 13 +-
lib/facter/util/formatter.rb | 38 ++
lib/facter/util/ip.rb | 6 +-
lib/facter/util/loader.rb | 104 ++--
lib/facter/util/macosx.rb | 15 +-
lib/facter/util/manufacturer.rb | 6 +-
lib/facter/util/memory.rb | 26 +-
lib/facter/util/monkey_patches.rb | 31 -
lib/facter/util/netmask.rb | 6 +-
lib/facter/util/normalization.rb | 94 +++
lib/facter/util/nothing_loader.rb | 9 +-
lib/facter/util/parser.rb | 8 +-
lib/facter/util/plist/generator.rb | 2 +-
lib/facter/util/processor.rb | 30 +-
lib/facter/util/resolution.rb | 401 ++++--------
lib/facter/util/solaris_zones.rb | 8 +-
lib/facter/util/uptime.rb | 11 +-
lib/facter/util/values.rb | 68 +-
lib/facter/util/virtual.rb | 20 +-
lib/facter/util/xendomains.rb | 2 +-
lib/facter/version.rb | 81 +--
lib/facter/virtual.rb | 13 +-
lib/facter/zfs_version.rb | 6 +-
lib/facter/zpool_version.rb | 6 +-
man/man8/facter.8 | 149 +++--
schema/README.md | 34 +
schema/facter.json | 154 +++++
schema/validate.rb | 16 +
spec/fixtures/unit/netmask/darwin_10_8_5.txt | 30 +
spec/unit/application_spec.rb | 47 +-
spec/unit/core/aggregate_spec.rb | 125 ++++
spec/unit/core/directed_graph_spec.rb | 79 +++
spec/unit/core/execution/base_spec.rb | 119 ++++
spec/unit/core/execution/posix_spec.rb | 86 +++
spec/unit/core/execution/windows_spec.rb | 106 ++++
spec/unit/core/execution_spec.rb | 37 ++
spec/unit/core/logging_spec.rb | 104 ++++
spec/unit/core/resolvable_spec.rb | 81 +++
spec/unit/core/suitable_spec.rb | 96 +++
spec/unit/domain_spec.rb | 10 +-
spec/unit/facter_spec.rb | 283 ++-------
spec/unit/filesystems_spec.rb | 4 +-
spec/unit/hardwareisa_spec.rb | 10 +-
spec/unit/hardwaremodel_spec.rb | 2 +-
spec/unit/hostname_spec.rb | 8 +-
spec/unit/id_spec.rb | 6 +-
spec/unit/interfaces_spec.rb | 10 +
spec/unit/ipaddress6_spec.rb | 8 +-
spec/unit/ipaddress_spec.rb | 2 +-
spec/unit/kernel_spec.rb | 4 +-
spec/unit/kernelmajversion_spec.rb | 2 +-
spec/unit/kernelrelease_spec.rb | 8 +-
spec/unit/kernelversion_spec.rb | 4 +-
spec/unit/ldom_spec.rb | 4 +-
spec/unit/lsbdistcodename_spec.rb | 4 +-
spec/unit/lsbdistdescription_spec.rb | 4 +-
spec/unit/lsbdistid_spec.rb | 4 +-
spec/unit/lsbdistrelease_spec.rb | 4 +-
spec/unit/lsbrelease_spec.rb | 4 +-
spec/unit/manufacturer_spec.rb | 2 +-
spec/unit/memory_spec.rb | 55 +-
spec/unit/netmask_spec.rb | 9 +
spec/unit/operatingsystem_spec.rb | 2 +-
spec/unit/operatingsystemrelease_spec.rb | 66 +-
spec/unit/physicalprocessorcount_spec.rb | 20 +-
spec/unit/processor_spec.rb | 22 +-
spec/unit/selinux_spec.rb | 10 +-
spec/unit/ssh_spec.rb | 5 +-
spec/unit/uniqueid_spec.rb | 6 +-
spec/unit/util/collection_spec.rb | 72 +--
spec/unit/util/config_spec.rb | 20 +
spec/unit/util/confine_spec.rb | 21 +
spec/unit/util/directory_loader_spec.rb | 1 +
spec/unit/util/ec2_spec.rb | 12 +-
spec/unit/util/fact_spec.rb | 182 +++---
spec/unit/util/ip_spec.rb | 4 +-
spec/unit/util/loader_spec.rb | 313 ++++------
spec/unit/util/macaddress_spec.rb | 4 +-
spec/unit/util/macosx_spec.rb | 16 +-
spec/unit/util/manufacturer_spec.rb | 6 +-
spec/unit/util/monkey_patches_spec.rb | 42 --
spec/unit/util/normalization_spec.rb | 113 ++++
spec/unit/util/parser_spec.rb | 28 +-
spec/unit/util/processor_spec.rb | 4 +-
spec/unit/util/resolution_spec.rb | 691 ++-------------------
spec/unit/util/solaris_zones_spec.rb | 10 +-
spec/unit/util/uptime_spec.rb | 2 +-
spec/unit/util/values_spec.rb | 131 ++++
spec/unit/util/virtual_spec.rb | 32 +-
spec/unit/util/xendomains_spec.rb | 4 +-
spec/unit/virtual_spec.rb | 78 +--
spec/unit/zfs_version_spec.rb | 22 +-
spec/unit/zonename_spec.rb | 4 +-
spec/unit/zones_spec.rb | 2 +-
spec/unit/zpool_version_spec.rb | 22 +-
tasks/cfpropertylist.rake | 15 +
159 files changed, 4510 insertions(+), 4431 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git
More information about the Pkg-puppet-devel
mailing list