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/ruby-pwsh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0eb77a723430cfbd77d4859c43e15b3f1276d164
Choose a base ref
...
head repository: puppetlabs/ruby-pwsh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 5, 2019

  1. (MAINT) Fix pwsh library on linux

    Prior to this commit the tests had issues running in CI - pwsh was
    not installed and the tests themselves had a few bugs.
    
    This commit fixes those bugs as well as ensures that the socket
    library is loaded - this was also causing failures on not-windows.
    michaeltlombardi committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    5dd2592 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from michaeltlombardi/maint/master/fix-ci

    (MAINT) Fix pwsh on linux
    RandomNoun7 authored Sep 5, 2019
    Configuration menu
    Copy the full SHA
    a6cf092 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    1a9ad64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbefe50 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from michaeltlombardi/maint/master/codeowners

    (MAINT) Add codeowners file
    James Pogran authored Sep 19, 2019
    Configuration menu
    Copy the full SHA
    0a24c89 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Merge pull request #2 from michaeltlombardi/ticket/master/FM-8465-doc…

    …-arch
    
    (FM-8465) Document architecture
    RandomNoun7 authored Sep 20, 2019
    Configuration menu
    Copy the full SHA
    08df03a View commit details
    Browse the repository at this point in the history
  2. (MAINT) Add instances method

    * (MAINT) Add instances method
    
    Prior to this commit there was no way for a user of the library
    to view the list of instantiated instances of the PowerShell
    manager without accessing the class variable directly.
    
    This commit ensures that an instances method exists for the
    class which can return that list.
    
    * (Maint) Fix minor ref doc typo
    michaeltlombardi authored and RandomNoun7 committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    9931ea6 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    a598821 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from michaeltlombardi/maint/master/fix-gemspec

    (MAINT) Correct owner/email in gemspec
    RandomNoun7 authored Sep 25, 2019
    Configuration menu
    Copy the full SHA
    855b6bd View commit details
    Browse the repository at this point in the history
Loading