Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  .github
  lib
  rel-eng
  tasks
  test
.bumpversion.cfg 161 Bytes
.gitignore 160 Bytes
Gemfile 429 Bytes
LICENSE.txt 619 Bytes
README.md 3.6 KB
Rakefile 204 Bytes
kafo_parsers.gemspec 1.26 KB

Latest revisions

# Date Author Comment
22e16f7b 11/13/2023 06:00 PM Ewoud Kohl van Wijngaarden

Drop non-Puppet data types

Previously it was possible to set data types via parameter
documentation, but Puppet has native data types. It now relies on
puppet-strings to parse these.

af09ff5b 11/13/2023 06:00 PM Ewoud Kohl van Wijngaarden

Drop validations

This is unsuspported with puppet-strings which is now the only parser.
That means it can safely be dropped.

d30dc7a3 08/30/2023 07:04 PM Archana Kumari

Update development and runtime dependencies in gemspec

This commit updates the development and runtime dependencies in the gemspec
file to ensure compatibility and compliance with specific version range.

68b2d527 08/30/2023 07:04 PM Archana Kumari

Add CI workflow

05f8c22f 08/10/2023 09:58 AM Archana Kumari

Drop Support for Ruby Versions <2.7

d49e11c8 08/01/2023 08:49 AM Archana Kumari

Fix minitest deprecation warnings

f849bdd9 07/26/2021 02:07 PM Eric Helms

Release 1.2.1

d646beae 07/26/2021 01:57 PM Ewoud Kohl van Wijngaarden

Accept Bundler 2.x and Puppet 7 as dev deps

089b7a2a 07/26/2021 01:50 PM Ewoud Kohl van Wijngaarden

Fixes #31565 - Handle arrays and hashes from strings

In the puppet-strings output hashes and arrays are literal values. This
adds support for parsing them. It is very naive and it will fail if a
string contains special characters that also define the structure.

9cf6785c 03/16/2021 03:14 PM Eric Helms

Release 1.2.0

View all revisions | View revisions

Also available in: Atom