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.1.1
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.1.2
Choose a head ref
  • 18 commits
  • 16 files changed
  • 8 contributors

Commits on Sep 18, 2017

  1. (maint) modulesync 892c4cf

    HAIL9000 committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    c073d2a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. Merge pull request #116 from puppetlabs/release

    Merge 4.1.1 Release to Master
    jpogran authored Sep 25, 2017
    Configuration menu
    Copy the full SHA
    23d2964 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. (MODULES-5521) Change to allow setting of multiple enabledprotocols i…

    …n both sites and web applications including http, https, and net.pipe
    nickadcock-bango committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    b08de97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #118 from bango/MODULES-5521_iis_support_for_net_p…

    …ipe_protocol
    
    (MODULES-5521) IIS support for net.pipe protocol
    jpogran authored Oct 16, 2017
    Configuration menu
    Copy the full SHA
    942641a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. (MODULES-5344) iis_virtual_directory handle slashes in name

    Prior to this commit, iis_virtual_directory was not idempotent when the name
    attribute contained slashes.
    
    iis_virtual_directory uses the PowerShell New-WebVirtualDirectory command.
    New-VirtualDirectory uses Name to set Path, and Path may contain slashes.
    
    With this commit, iis_virtual_directory is idempotent when name contains
    backward slashes. Due to the behaviour of Get-Item and Get-WebVirtualDirectory,
    name may not contain forward slashes, as documented in the associated ticket.
    tkishel authored and jpogran committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    679bcfa View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. Merge pull request #114 from puppetlabs/msync_18sep17_892c4cf

    (maint) modulesync 892c4cf
    jpogran authored Oct 23, 2017
    Configuration menu
    Copy the full SHA
    ded660f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ad710b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Merge pull request #91 from tkishel/MODULES-5344_iis_virtual_director…

    …y_handle_slashes_in_name
    
    (MODULES-5344) iis_virtual_directory handle slashes in name
    michaeltlombardi authored Oct 24, 2017
    Configuration menu
    Copy the full SHA
    c67be48 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. (MODULES-5626) IIS Application Pool Name Validation

    This commit fixes the name validation for iis_application_pool by being
    less restrictive in the regex for name, and allowing characters like
    spaces and periods.
    jpogran committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    5a5573e View commit details
    Browse the repository at this point in the history
  2. (MODULES-5627) Fix IIS application name validation

    This commit fixes the validation for applicationname and sitename by
    being less restrictive to what is accepted, namely periods and spaces
    jpogran committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    b7c2e43 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #120 from jpogran/ticket/master/MODULES-5627-iis_a…

    …pplication-name-validation
    
    (MODULES-5627) Fix IIS application name validation
    glennsarti authored Oct 25, 2017
    Configuration menu
    Copy the full SHA
    ee8481f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #119 from jpogran/ticket/master/MODULES-5626-iis_a…

    …pplication_pools-name-validation
    
    (MODULES-5626) IIS Application Pool Name Validation
    glennsarti authored Oct 25, 2017
    Configuration menu
    Copy the full SHA
    d017de5 View commit details
    Browse the repository at this point in the history
  5. (MODULES-5627) Fix IIS application name validation for puppet resource

    Previously using puppet resource iis_application as it was generating the
    composite namevar which would fail the applicationname validation.  This commit
    changes the type for the applicationname back to a default string so that
    puppet resource can work.
    glennsarti committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    126fa2f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Merge pull request #121 from glennsarti/fix-modules-5627

    (MODULES-5627) Fix IIS application name validation for puppet resource
    jpogran authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    f532a75 View commit details
    Browse the repository at this point in the history
  2. (MODULES-5627) Fix iis_application applicationpoolname validation

    This commit relaxes the validation for the applicationpool parameter for
    the iis_application type.
    jpogran committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    0c97c63 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Merge pull request #122 from jpogran/MODULES-5627-iis_application-app…

    …licationpoolname-validation
    
    (MODULES-5627) Fix iis_application applicationpoolname validation
    Iristyle authored Oct 30, 2017
    Configuration menu
    Copy the full SHA
    6d04393 View commit details
    Browse the repository at this point in the history
  2. (MODULES-5876) Update module for release 4.1.2

    This commit updates the changelog and metadata.json for the 4.1.2
    release.
    jpogran committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    112032b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Merge pull request #125 from jpogran/MODULES-5876-update-changelog-me…

    …tadata.json
    
    (MODULES-5876) Update module for release 4.1.2
    glennsarti authored Oct 31, 2017
    Configuration menu
    Copy the full SHA
    d61ede5 View commit details
    Browse the repository at this point in the history
Loading