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: puppetlabs/puppetlabs-iis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-iis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.3.1
Choose a head ref
  • 15 commits
  • 15 files changed
  • 7 contributors

Commits on Jan 26, 2018

  1. Merge pull request #155 from puppetlabs/release

    Mergeback Release from 2.3.0
    RandomNoun7 authored Jan 26, 2018
    Configuration menu
    Copy the full SHA
    c400f93 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. (MODULES-5529) Add authenticationinfo to iis_site

    This commit adds the ability to set authenticationinfo to iis_site by
    adding a new parameter to iis_site and relevant code to the iis_site
    provider. Acceptance test for code is added as well
    
    This commit also modifies self.prefetch to merge
    `provider.authenticationinfo` and
    `resources[site]['authenticationinfo']`. Both hashes have the correct
    information,  but the one that comes from the user may have a subset of
    all that can be specified. If we don't merge, then Puppet thinks there
    was a change that needs to be corrected.
    jpogran committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    482f18f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from jpogran/ticket/master/MODULES-5229-iis-s…

    …ite-authentication
    
    (MODULES-5229) Add authenticationinfo to iis_site
    glennsarti authored Feb 1, 2018
    Configuration menu
    Copy the full SHA
    e1fe249 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. (MODULES-6637) Port Conflict Hostname Only

    This change makes it possible to pass both the port number and the
    hostname header value from the bindinginformation property to the
    New-Website cmdlet when creating a new website.
    RandomNoun7 committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    863ad33 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #158 from RandomNoun7/tickets/master/MODULES-6637-…

    …port_conflict_hostname_only
    
    (MODULES-6637) Port Conflict Hostname Only
    michaeltlombardi authored Mar 13, 2018
    Configuration menu
    Copy the full SHA
    21ea52c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. (MODULES-6673) Ensure Present IIS Site Loop

    This change ensures that if a user sets the Ensure property of a
    manifest to present that Puppet run will neither attempt to start the
    site if it is stopped nor display a state transition message to the
    terminal and the logs specifying a change from <state> to present.
    RandomNoun7 committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    5b93e70 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #157 from RandomNoun7/tickets/master/MODULES-6673-…

    …Ensure_Present_IIS_Site_loop
    
    (MODULES-6673) Ensure Present IIS Site Loop
    michaeltlombardi authored Mar 14, 2018
    Configuration menu
    Copy the full SHA
    7f9cb30 View commit details
    Browse the repository at this point in the history
  3. (MODULES-6208) Should support Sensitive datatype

    The module already supports passing the Sensitive datatype to password
    parameters. This change adds tests to ensure that this functionality
    is never accidently broken.
    RandomNoun7 committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    86312fa View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Merge pull request #159 from RandomNoun7/tickets/master/MODULES-6208-…

    …sensitive_datatype
    
    (MODULES-6208) Should support Sensitive datatype
    glennsarti authored Mar 15, 2018
    Configuration menu
    Copy the full SHA
    467efc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. (MODULES-5459) Update Documentation

    This change brings the documentation in the type files into sync with
    what was present in the README.md file. In some cases the text was
    better in the type file and so the two sources were combined.
    RandomNoun7 committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    63e8b7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #160 from RandomNoun7/tickets/master/MODULES-5459-…

    …udpate_documentation
    
    (MODULES-5459) Update Documentation
    michaeltlombardi authored Mar 16, 2018
    Configuration menu
    Copy the full SHA
    a20ea2e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. (MODULES-6848)- README.md edits

    This change clarifies some of the wording in the README.md document.
    clairecadman committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    90dae1c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #162 from clairecadman/readme_updates

    (MODULES-6848)- README.md edits
    RandomNoun7 authored Mar 20, 2018
    Configuration menu
    Copy the full SHA
    015404a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0274de View commit details
    Browse the repository at this point in the history
  4. Merge pull request #163 from RandomNoun7/tickets/release/MODULES-6847…

    …-release-prep-4.3.1
    
    (MODULES-6847) Prepare 4.3.1 release
    Erick Banks authored Mar 20, 2018
    Configuration menu
    Copy the full SHA
    08f2fbe View commit details
    Browse the repository at this point in the history
Loading