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: dotnet/dev-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: SilentSobs/dev-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 0 files changed
  • 3 contributors

Commits on Jan 26, 2024

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

Commits on Jan 27, 2024

  1. Refactor plugin registration on line 55 to check for both null and no…

    …n-empty 'pluginUrls'. This ensures proper handling of empty plugin URL arrays and aligns with the requirement outlined in the issue. Updated the 'Register' method call to conditionally use 'pluginUrls' or default to 'defaultUrlsToWatch' based on the not null and not empty check. #528
    SilentSobs committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    c1f4888 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Fix handling of empty 'urlsToWatch' in plugins

    This commit addresses the issue where plugins defining an empty array for 'urlsToWatch' would result in the plugin being disabled. The code has been modified to check for both null and empty arrays, and in both cases, it now defaults to using the global list of URLs. This ensures that plugins remain active even when no specific URLs are provided.
    SilentSobs committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0dc3068 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e28d30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d3bf2a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. GitHub actions

    SilentSobs committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e2d9b1b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    2f1c88c View commit details
    Browse the repository at this point in the history
  2. Update Dependencies

    SilentSobs committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0d76df9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 20, 2024

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

Commits on Apr 15, 2024

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

Commits on May 3, 2024

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

Commits on Jul 9, 2024

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