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: nodejs/undici
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3e59a2d
Choose a base ref
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e434060
Choose a head ref
  • 8 commits
  • 18 files changed
  • 7 contributors

Commits on Mar 14, 2024

  1. test: fix flakyness of issue-803 test (#2960)

    * test: improve performance of issue-803 test
    
    * increase timeout
    Uzlopak authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    07019d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Cleanup format (#2959)

    * for some reason this fixes the test
    
    * cleanup custom format
    
    * fixup
    KhafraDev authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    dcab693 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Chore: run tests daily against node nightly (#2969)

    * chore(.github/workflows): factor out test running
    
    * chore: add nightly tests
    
    Closes #2932
    mweberxyz authored Mar 16, 2024
    Configuration menu
    Copy the full SHA
    3be7ec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a56796 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. build(deps): bump node from 4999fa1 to 577f8eb in /build (#2974)

    Bumps node from `4999fa1` to `577f8eb`.
    
    ---
    updated-dependencies:
    - dependency-name: node
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5d0cd38 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. feat(TS): add types for composed dispatchers (#2967)

    * feat: add types for composed dispatchers
    
    * Update types/dispatcher.d.ts
    
    * refactor: adjust
    
    ---------
    
    Co-authored-by: Matteo Collina <hello@matteocollina.com>
    metcoder95 and mcollina authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a045e56 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. fix: count for error response and network errors (#2966)

    * fix: count for error response and network errors
    
    * test: add specific test for fix
    
    * fix: conflict
    
    * refactor: address feedback
    metcoder95 authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d4332fc View commit details
    Browse the repository at this point in the history
  2. Bumped v6.10.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Mar 21, 2024
    1 Configuration menu
    Copy the full SHA
    e434060 View commit details
    Browse the repository at this point in the history
Loading