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

Named Profiles for option configuration #162

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Aug 21, 2022

  1. Configuration menu
    Copy the full SHA
    480033f View commit details
    Browse the repository at this point in the history
  2. Added ISmidgeProfileStrategy interface and implementations that deter…

    …mine which BundleOptions to use for a given request.
    gplwhite committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    439a43c View commit details
    Browse the repository at this point in the history
  3. Updated TagHelpers to pass a null Debug parameter to SmidgeHelper by …

    …default so the ISmidgeProfileStrategy is used to determine which profile to use. The Debug parameter can still be used to override the output on a case-by-case basis.
    gplwhite committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    b1764f2 View commit details
    Browse the repository at this point in the history
  4. Updated the test website to not specify the Debug parameter, forcing …

    …the use of the default configured ISmidgeProfileStrategy.
    gplwhite committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    03e3faf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60c8137 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b1dfec View commit details
    Browse the repository at this point in the history
  7. Allow fluent configuration of bundles to explicitly choose a configur…

    …ed profile to use rather than determining the profile at runtime.
    gplwhite committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    f4eba03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a725bd View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Tidy up mock objects.

    gplwhite committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    5c9ca9a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    8851a6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa2770f View commit details
    Browse the repository at this point in the history