Thanks to visit codestin.com
Credit goes to github.com

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: Kaliiiiiiiiii-Vinyzu/patchright
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bugbasesecurity/patchright
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.
  • 6 commits
  • 3 files changed
  • 4 contributors

Commits on Apr 8, 2026

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

Commits on Apr 10, 2026

  1. Expand networkidle exclusion list beyond captcha to cover analytics a…

    …nd tracking
    
    Add common analytics (Google Analytics, GTM), session recording (Hotjar,
    FullStory, LogRocket), telemetry (Datadog, Sentry, New Relic), fraud detection
    (Forter), and generic heartbeat/keepalive/beacon URL patterns to the networkidle
    exclusion list. These continuously-polling endpoints prevent networkidle from
    ever firing on real-world sites.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    Hackerbone and claude committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    36025aa View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

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

Commits on Jul 4, 2026

  1. Merge remote-tracking branch 'upstream/main' into sync-1.61.1

    bugbase-automation
    bugbase-automation committed Jul 4, 2026
    Configuration menu
    Copy the full SHA
    8279feb View commit details
    Browse the repository at this point in the history
  2. [Patch-Comparison] Automatic Commit: Merge remote-tracking branch 'up…

    …stream/main' into sync-1.61.1
    Hackerbone authored and github-actions[bot] committed Jul 4, 2026
    Configuration menu
    Copy the full SHA
    8a8b25a View commit details
    Browse the repository at this point in the history
  3. ci: don't let informational check-patch-impact block the release

    The publish job's if: only requires proceed + tests success; check-patch-impact
    is a notifier that opens an issue on upstream breakage. But it was in needs:, so
    its failure skipped publish. On a first build there is no previous release, so the
    baseline defaults to v0.0.0 and the impact analyzer 404s on the compare API.
    Add always() so publish runs whenever tests pass, regardless of patch-impact.
    bugbase-automation
    bugbase-automation committed Jul 4, 2026
    Configuration menu
    Copy the full SHA
    1443103 View commit details
    Browse the repository at this point in the history
Loading