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: pester/Pester
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: LCHarold/Pester
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.
  • 18 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 12, 2012

  1. fix write-host throwing error when invoke-pester is run from chocolat…

    …eyInstall.ps1... because Chocolatey overrides write-host and is using parameter splatting, the text must be surrounded in quotes so it doesn't look like a series of positional parameters
    
    modify psake build script so it works on my machine (and hopefully anyone else's)
    LCHarold committed Oct 12, 2012
    Configuration menu
    Copy the full SHA
    502829d View commit details
    Browse the repository at this point in the history
  2. revert garbled file

    LCHarold committed Oct 12, 2012
    Configuration menu
    Copy the full SHA
    7363d15 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2012

  1. Configuration menu
    Copy the full SHA
    2d096e8 View commit details
    Browse the repository at this point in the history
  2. set default version

    LCHarold committed Oct 13, 2012
    Configuration menu
    Copy the full SHA
    9978e58 View commit details
    Browse the repository at this point in the history
  3. replace try...catch with if

    LCHarold committed Oct 13, 2012
    Configuration menu
    Copy the full SHA
    d288ac5 View commit details
    Browse the repository at this point in the history
  4. hard code version

    LCHarold committed Oct 13, 2012
    Configuration menu
    Copy the full SHA
    2850bcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e11092c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2012

  1. fix write-host throwing error when invoke-pester is run from chocolat…

    …eyInstall.ps1... because Chocolatey overrides write-host and is using parameter splatting, the text must be surrounded in quotes so it doesn't look like a series of positional parameters
    
    modify psake build script so it works on my machine (and hopefully anyone else's)
    LCHarold committed Oct 14, 2012
    Configuration menu
    Copy the full SHA
    66def0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f8fc38 View commit details
    Browse the repository at this point in the history
  3. set default version

    LCHarold committed Oct 14, 2012
    Configuration menu
    Copy the full SHA
    a968d8f View commit details
    Browse the repository at this point in the history
  4. replace try...catch with if

    LCHarold committed Oct 14, 2012
    Configuration menu
    Copy the full SHA
    94fdaf4 View commit details
    Browse the repository at this point in the history
  5. hard code version

    LCHarold committed Oct 14, 2012
    Configuration menu
    Copy the full SHA
    0a6510c View commit details
    Browse the repository at this point in the history
  6. hard code version up higher and change dependencies

    add back in $sha$ token
    LCHarold committed Oct 14, 2012
    Configuration menu
    Copy the full SHA
    4826443 View commit details
    Browse the repository at this point in the history
  7. fix write-host throwing error when invoke-pester is run from chocolat…

    …eyInstall.ps1... because Chocolatey overrides write-host and is using parameter splatting, the text must be surrounded in quotes so it doesn't look like a series of positional parameters
    
    modify psake build script so it works on my machine (and hopefully anyone else's)
    LCHarold committed Oct 14, 2012
    Configuration menu
    Copy the full SHA
    757ee0f View commit details
    Browse the repository at this point in the history
  8. Merge branch 'pull'

    LCHarold committed Oct 14, 2012
    Configuration menu
    Copy the full SHA
    b9aa61a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ebd0511 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2012

  1. fix version number

    LCHarold committed Oct 16, 2012
    Configuration menu
    Copy the full SHA
    723ce15 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2012

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