-
Notifications
You must be signed in to change notification settings - Fork 581
Comparing changes
Open a pull request
base repository: puppetlabs/puppetlabs-stdlib
base: v6.4.0
head repository: puppetlabs/puppetlabs-stdlib
compare: v6.5.0
- 14 commits
- 37 files changed
- 9 contributors
Commits on Aug 21, 2020
-
Merge pull request #1124 from puppetlabs/release
Merge back for Release v6.4.0
Configuration menu - View commit details
-
Copy full SHA for dd0d71d - Browse repository at this point
Copy the full SHA dd0d71dView commit details
Commits on Sep 10, 2020
-
(PUP-10653) Remove win32/dir constant usage
For Puppet 7 we are dropping the `win32/dir` dependency as we only used constants from it, which we replaced with environment variables (see: puppetlabs/puppet#8314). This would become breaking when using the stdlib module with Puppet 7, as the win32 dependencies are no longer provided in the puppet gem. Replace the usage of the `Dir::COMMON_APPDATA` with the `ALLUSERSPROFILE` environment variable.
Configuration menu - View commit details
-
Copy full SHA for 2ed74a3 - Browse repository at this point
Copy the full SHA 2ed74a3View commit details
Commits on Sep 11, 2020
-
Merge pull request #1125 from GabrielNagy/PUP-10653/remove-win32-dir-…
…dependency (PUP-10653) Remove win32/dir constant usage
Configuration menu - View commit details
-
Copy full SHA for e2442f6 - Browse repository at this point
Copy the full SHA e2442f6View commit details
Commits on Sep 14, 2020
-
Stdlib::Datasize: This CR adds a new data size type alias
Manay class/define paramters take a value representing a data size. e.g. 1024Mb, 1024G, 100k This new type provides a way to validate most common data type inputs
Configuration menu - View commit details
-
Copy full SHA for 90f2c5c - Browse repository at this point
Copy the full SHA 90f2c5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc19a2a - Browse repository at this point
Copy the full SHA cc19a2aView commit details
Commits on Sep 16, 2020
-
Merge pull request #1126 from b4ldr/datasize
Stdlib::Datasize: add a new data size type alias
Configuration menu - View commit details
-
Copy full SHA for d4477da - Browse repository at this point
Copy the full SHA d4477daView commit details
Commits on Sep 21, 2020
-
Merge pull request #1127 from jcpunk/puppet-lint
Resolve puppet-lint warnings
Configuration menu - View commit details
-
Copy full SHA for 6b8cdc6 - Browse repository at this point
Copy the full SHA 6b8cdc6View commit details
Commits on Sep 23, 2020
-
Add additional types Stdlib::Port::Dynamic,Ephemeral,Registered,User}
The IANA port registery and rfc6335 specify the following port ranges o the System Ports, also known as the Well Known Ports, from 0-1023 (assigned by IANA) o the User Ports, also known as the Registered Ports, from 1024- 49151 (assigned by IANA) o the Dynamic Ports, also known as the Private or Ephemeral Ports, from 49152-65535 (never assigned) This PR adds the following types to capture this with the following typs Stdlib::Port::User Stdlib::Port::Registered (alias to Stdlib::Port::User) Stdlib::Port::Dynamic Stdlib::Port::Ephemeral (alias to Stdlib::Port::Dynamic) We can drop the aliases and just pick which ever name we prefer. My gut feeling is that most uses of the current Stdlib::Port::Unprivileged type would be better served by this newer Stdlib::Port::User type. https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtmlConfiguration menu - View commit details
-
Copy full SHA for e938abd - Browse repository at this point
Copy the full SHA e938abdView commit details -
Add new types for Stdlib::Ensure::File
This PR adds some new types Stdlib::Ensure::File covers all file ensures Stdlib::Ensure::File::Link covers only link and ensure Stdlib::Ensure::File::File covers only file and ensure Stdlib::Ensure::File::Directory covers only directory and ensure
Configuration menu - View commit details
-
Copy full SHA for b66fe04 - Browse repository at this point
Copy the full SHA b66fe04View commit details
Commits on Sep 26, 2020
-
This function aligns with the existing parsejson and parseyaml functions, providing similar functionality for HOCON strings. This is useful for dealing with Puppet configuration files, many of which are HOCON format.
Configuration menu - View commit details
-
Copy full SHA for 11b1048 - Browse repository at this point
Copy the full SHA 11b1048View commit details
Commits on Sep 28, 2020
-
Merge pull request #1129 from b4ldr/file_ensure
Add new types for Stdlib::Ensure::File
Configuration menu - View commit details
-
Copy full SHA for ea528bf - Browse repository at this point
Copy the full SHA ea528bfView commit details -
Merge pull request #1130 from reidmv/parsehocon
Add parsehocon() function
Configuration menu - View commit details
-
Copy full SHA for da816a7 - Browse repository at this point
Copy the full SHA da816a7View commit details -
Merge pull request #1128 from b4ldr/stdlib_port
Add additional types Stdlib::Port::Dynamic,Ephemeral,Registered,User}
Configuration menu - View commit details
-
Copy full SHA for 3df397f - Browse repository at this point
Copy the full SHA 3df397fView commit details
Commits on Sep 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b7fe703 - Browse repository at this point
Copy the full SHA b7fe703View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.4.0...v6.5.0