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: nrwl/nx-set-shas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.1
Choose a base ref
...
head repository: nrwl/nx-set-shas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 6, 2025

  1. feat: refactor octokit usage and remove proxy handling logic (#181)

    Replaced custom ProxifiedClient with `getOctokit` from GitHub Actions SDK for simplicity. Removed proxy-related code, including unnecessary imports and the proxy plugin function. Streamlined the codebase while maintaining required functionality.
    joh-klein authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    b691dd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b8620e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Configuration menu
    Copy the full SHA
    5e1dba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83e3310 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbe0650 View commit details
    Browse the repository at this point in the history
Loading