]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
* Moved kwalify to puppetlabs-kwalify project
authorKen Barber <ken@bob.sh>
Fri, 5 Aug 2011 07:46:38 +0000 (08:46 +0100)
committerKen Barber <ken@bob.sh>
Fri, 5 Aug 2011 07:46:38 +0000 (08:46 +0100)
commit1b73a66fc67af0e33fa41aacf50654d4a7a4903c
tree7810a9f5af68a74a6305f5db3c7d41330c8a85cc
parent681a1c7971d78c53dc9a0747ae4d983ff6b0d670
* Moved kwalify to puppetlabs-kwalify project
* Re-arranged tests in line with puppetlabs-stdlib
57 files changed:
README.markdown
examples/kwalify-1.pp [deleted file]
examples/kwalify-2.pp [deleted file]
examples/validate_resource-1.pp [deleted file]
examples/validate_resource-1.schema [deleted file]
examples/validate_resource-2.pp [deleted file]
examples/validate_resource-2.schema [deleted file]
lib/puppet/parser/functions/kwalify.rb [deleted file]
lib/puppet/parser/functions/validate_resource.rb [deleted file]
spec/unit/parser/functions/kwalify_spec.rb [deleted file]
spec/unit/puppet/parser/functions/abs_spec.rb [moved from spec/unit/parser/functions/abs_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/bool2num_spec.rb [moved from spec/unit/parser/functions/bool2num_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/capitalize_spec.rb [moved from spec/unit/parser/functions/capitalize_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/chomp_spec.rb [moved from spec/unit/parser/functions/chomp_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/chop_spec.rb [moved from spec/unit/parser/functions/chop_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/delete_at_spec.rb [moved from spec/unit/parser/functions/delete_at_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/delete_spec.rb [moved from spec/unit/parser/functions/delete_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/downcase_spec.rb [moved from spec/unit/parser/functions/downcase_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/empty_spec.rb [moved from spec/unit/parser/functions/empty_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/flatten_spec.rb [moved from spec/unit/parser/functions/flatten_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/grep_spec.rb [moved from spec/unit/parser/functions/grep_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/hash_spec.rb [moved from spec/unit/parser/functions/hash_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/is_array_spec.rb [moved from spec/unit/parser/functions/is_array_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/is_domain_name_spec.rb [moved from spec/unit/parser/functions/is_domain_name_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/is_float_spec.rb [moved from spec/unit/parser/functions/is_float_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/is_hash_spec.rb [moved from spec/unit/parser/functions/is_hash_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/is_integer_spec.rb [moved from spec/unit/parser/functions/is_integer_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/is_ip_address_spec.rb [moved from spec/unit/parser/functions/is_ip_address_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/is_mac_address_spec.rb [moved from spec/unit/parser/functions/is_mac_address_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/is_numeric_spec.rb [moved from spec/unit/parser/functions/is_numeric_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/is_string_spec.rb [moved from spec/unit/parser/functions/is_string_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/join_spec.rb [moved from spec/unit/parser/functions/join_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/keys_spec.rb [moved from spec/unit/parser/functions/keys_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/lstrip_spec.rb [moved from spec/unit/parser/functions/lstrip_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/member_spec.rb [moved from spec/unit/parser/functions/member_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/num2bool_spec.rb [moved from spec/unit/parser/functions/num2bool_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/parsejson_spec.rb [moved from spec/unit/parser/functions/parsejson_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/parseyaml_spec.rb [moved from spec/unit/parser/functions/parseyaml_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/prefix_spec.rb [moved from spec/unit/parser/functions/prefix_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/range_spec.rb [moved from spec/unit/parser/functions/range_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/reverse_spec.rb [moved from spec/unit/parser/functions/reverse_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/rstrip_spec.rb [moved from spec/unit/parser/functions/rstrip_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/shuffle_spec.rb [moved from spec/unit/parser/functions/shuffle_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/size_spec.rb [moved from spec/unit/parser/functions/size_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/sort_spec.rb [moved from spec/unit/parser/functions/sort_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/squeeze_spec.rb [moved from spec/unit/parser/functions/squeeze_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/str2bool_spec.rb [moved from spec/unit/parser/functions/str2bool_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/strftime_spec.rb [moved from spec/unit/parser/functions/strftime_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/strip_spec.rb [moved from spec/unit/parser/functions/strip_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/swapcase_spec.rb [moved from spec/unit/parser/functions/swapcase_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/time_spec.rb [moved from spec/unit/parser/functions/time_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/type_spec.rb [moved from spec/unit/parser/functions/type_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/unique_spec.rb [moved from spec/unit/parser/functions/unique_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/upcase_spec.rb [moved from spec/unit/parser/functions/upcase_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/values_at_spec.rb [moved from spec/unit/parser/functions/values_at_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/values_spec.rb [moved from spec/unit/parser/functions/values_spec.rb with 100% similarity]
spec/unit/puppet/parser/functions/zip_spec.rb [moved from spec/unit/parser/functions/zip_spec.rb with 100% similarity]