Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multi-instance option support globally and per option #625

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Mar 13, 2020

  1. Add multi-instance option support

    tydunkel authored and rmunn committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    78171b0 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Added the option to allow multiple instances on a per option basis

    Renamed the global AllowMultiInstance setting to AllowMultiInstanceByDefault as this value is used to define the default action to take when the per-option AllowMultiInstance isn't specified
    Added extra test to test the AllowMultiInstance option on options
    Added extra test to make sure parsing fails on normal non(null)-AllowMultiInstance options with the global setting set to false as expected
    geckosoft committed May 11, 2020
    Configuration menu
    Copy the full SHA
    51f2fcc View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Tiny cleanup, allowMultiInstance could be set 2 times in the construc…

    …tor instead of just once
    geckosoft committed May 12, 2020
    Configuration menu
    Copy the full SHA
    9ea61f9 View commit details
    Browse the repository at this point in the history