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: bitsofinfo/powershell-command-executor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: nf/command-import-fix
Choose a base ref
...
head repository: bitsofinfo/powershell-command-executor
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.
  • 13 commits
  • 9 files changed
  • 6 contributors

Commits on Dec 7, 2020

  1. Merge pull request #12 from bitsofinfo/nf/command-import-fix

    Added spaces to separate init commands when importing commands into s…
    bitsofinfo authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    1175686 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    09318fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79555c4 View commit details
    Browse the repository at this point in the history
  3. notes

    bitsofinfo committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    184181b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

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

Commits on Nov 15, 2024

  1. Merge pull request #17 from nfedyk/feature/multivalue-support

    Added multivalue params support to the powershell commands
    bitsofinfo authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5c9ca73 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Extended testing

    nfedyk committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d529dac View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Merge pull request #18 from nfedyk/feature/updates-tests

    Extended testing and sanitization
    bitsofinfo authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c8f363e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Fixed argument value bleed into the next empty argument (#19)

    * Fixed bleeding value of the command argument into the next empty valued argument
    nfedyk authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    ad374a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c07456 View commit details
    Browse the repository at this point in the history
  3. Update psCommandService.js

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    nfedyk and Copilot authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    3a02d0f View commit details
    Browse the repository at this point in the history
  4. Update test/unit.js

    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    nfedyk and Copilot authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    73abe7c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #20 from nfedyk/feature/support-empty-argument-values

    Added support for the empty arguments passed to the command
    bitsofinfo authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    2b77e6a View commit details
    Browse the repository at this point in the history
Loading