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: PowerShell/PowerShell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ffeldhaus/PowerShell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 3, 2018

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

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    6ecc705 View commit details
    Browse the repository at this point in the history
  2. [Feature] Added tests to validate that WebCmdlets correctly handle re…

    …directs without location header
    ffeldhaus committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    d04be33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f44f0db View commit details
    Browse the repository at this point in the history
  4. [feature] Changed status code from string to value to allow WebListen…

    …er to respond correctly
    ffeldhaus committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    bcd2588 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. [feature] Changed status code from string to int and using -Match ins…

    …tead of -Be to be more flexible
    
    The WebListener requires the status code to be an int, therefore the test was changed to only use the integer form of the Status Code. As the Exception spells out the error message with spaces in the Status Code string, the -Be was changed to -Match and the String form of the Status Code removed.
    ffeldhaus committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    85c6c2c View commit details
    Browse the repository at this point in the history
  2. [feature] Skipping relative test as it is not a valid response type a…

    …nd removed testing for Exception message as the other tests are sufficient
    ffeldhaus committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    b61860b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

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

Commits on Apr 7, 2018

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