Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: voxpupuli/puppet-archive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: voxpupuli/puppet-archive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 15 commits
  • 14 files changed
  • 6 contributors

Commits on Feb 21, 2018

  1. Configuration menu
    Copy the full SHA
    e4764b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Don't glob archive URL with curl

    Allows IPv6 IP addresses to be used wraped in square
    brackets.
    derekhiggins committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    dcac140 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #318 from derekhiggins/noglob

    Don't glob archive URL with curl
    EmilienM authored Mar 7, 2018
    Configuration menu
    Copy the full SHA
    837fe66 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Remove deprecated archive::artifactory parameters

    The following parameters were deprecated a long time ago and have now
    been removed.
    
    * `server`
    * `port`
    * `url_path`
    
    Removing them is a breaking change but hopefully most users are already
    using `url`
    alexjfisher committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    636bb67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #322 from alexjfisher/remove_deprecated_params_fro…

    …m_artifactory_sha1_function
    
    Remove deprecated archive::artifactory parameters
    alexjfisher authored Mar 12, 2018
    Configuration menu
    Copy the full SHA
    0781fc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Rewrite artifactory_sha1 function with puppet v4 api

    Old v3 API function is removed, and new `archive::artifactory_checksum`
    function added.  Puppet 4 API functions should not have issues with
    environment isolation.
    
    This is a breaking change.  The function is renamed and has been
    upgraded. It can now return md5 or sha256 checksums as well as sha1.
    
    The function now expects the artifact URL and will convert to the API
    url internally. (This was previously done in the calling puppet code.)
    alexjfisher committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    e872b14 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Merge pull request #323 from alexjfisher/migrate_artifactory_sha1_fun…

    …ction
    
    Rewrite artifactory_sha1 function with puppet v4 api
    alexjfisher authored Mar 16, 2018
    Configuration menu
    Copy the full SHA
    e07f463 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. modulesync 1.9.0

    TraGicCode committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    cead45b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #324 from voxpupuli/modulesync

    modulesync 1.9.0
    bastelfreak authored Mar 24, 2018
    Configuration menu
    Copy the full SHA
    6827a46 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Configuration menu
    Copy the full SHA
    f2a446f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. Merge pull request #325 from TraGicCode/maint/add_win2016_to_metadata

    Adding windows server 2016 to metadata.json
    juniorsysadmin authored Mar 28, 2018
    Configuration menu
    Copy the full SHA
    7290ca6 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. Configuration menu
    Copy the full SHA
    d9a99a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #326 from bastelfreak/puppetversion

    bump puppet to latest supported version 4.10.0
    juniorsysadmin authored Mar 31, 2018
    Configuration menu
    Copy the full SHA
    47d1d36 View commit details
    Browse the repository at this point in the history
  3. 1release 3.0.0

    bastelfreak committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    4e58699 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #327 from bastelfreak/rel300

    release 3.0.0
    juniorsysadmin authored Mar 31, 2018
    Configuration menu
    Copy the full SHA
    6118deb View commit details
    Browse the repository at this point in the history
Loading