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: v8.0.3
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: v8.1.0
Choose a head ref
  • 13 commits
  • 9 files changed
  • 6 contributors

Commits on Jul 20, 2021

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

Commits on Jul 21, 2021

  1. Merge pull request #329 from puppetlabs/pdksync_iac-1149

    pdksync - (maint) - Updating Contribution Guidelines
    daianamezdrea authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    ee48165 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

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

Commits on Mar 4, 2022

  1. Merge pull request #335 from puppetlabs/pdksync_FM-8922/main/add_wind…

    …ows_2022_support
    
    pdksync - (FM-8922) - Add Support for Windows 2022
    chelnak authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    c82ca6d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

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

Commits on Mar 10, 2022

  1. [MODULES-11188] Additional utility changes

    Prior to this commit, there was an attempt to fix an issue where puppet
    could not handle a trailing '/' at the end of a physicalpath. While it
    stopped users from creating resources with trailing '/', it did not fix
    existing IIS entities that already had the trailing '/'.
    
    This commit aims to complement the previous code by removing trailing
    '/' in physicalpaths for existing resources.
    LukasAud committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    7ab4070 View commit details
    Browse the repository at this point in the history
  2. [MODULES-11188] Fixing unit tests

    Prior to this commit there were some unit tests that would fail due to
    the additional checks inserted in the latest fix. Some of the previous
    code would also not work as intended and lint was throwing warnings at
    some formatting choices made.
    
    This commit aims to provide a number of small fixes to deal with both,
    lint warnings and small errors in previous code that would make unit
    tests fail.
    LukasAud committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    fede627 View commit details
    Browse the repository at this point in the history
  3. [MODULES-11188] Updating README

    Prior to this commit several fixes were implemented to deal with the
    problem described in the JIRA ticket MODULES-11188. As a result of those
    changes, the behaviour of the module regarding physicalpaths was
    slighly altered.
    
    This commit aims to update the README file to inform users about the
    previously existing issue and the measures that the module will take to
    deal with it.
    LukasAud committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    71cc0c7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #330 from puppetlabs/modules-11188

    MODULES-11188: trim physicalpath for iis_application resource
    david22swan authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    56e9b46 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. (MODULES-11188) Fix physicalPath on apps and sites

    Prior to this commit it looks like we'd chosen the incorrect property
    to pull back from the iis config. PhysicalPath != physicalPath and the
    former was behaving differently between the app and site resources.
    
    This commit standardises on physicalPath which returns the correct value
    for both app and site resources. For clarity, physicalPath returns a
    string which we can directly manipulate if required.
    chelnak committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    4ab8f4b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #336 from puppetlabs/MODULES-11188-physical_path_f…

    …ixes
    
    (MODULES-11188) Fix physicalPath on apps and sites
    david22swan authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    0f935a2 View commit details
    Browse the repository at this point in the history
  3. Release prep v8.1.0

    david22swan committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    43f0b22 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #338 from david22swan/release_prep

    Release prep v8.1.0
    chelnak authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    3da47b8 View commit details
    Browse the repository at this point in the history
Loading