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

feat: Query string params #1449

Merged
merged 37 commits into from May 19, 2022
Merged

feat: Query string params #1449

merged 37 commits into from May 19, 2022

Commits on Mar 22, 2021

  1. feat: redirect

    ronag committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    2b56a54 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. fix linting

    ronag committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    7607b90 View commit details
    Browse the repository at this point in the history
  2. fix: linting

    ronag committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    a4d185e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    176cce2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/nodejs/undici into feat/144…

    …8-params
    
    � Conflicts:
    �	README.md
    �	index.js
    �	lib/core/client.js
    �	test/client-stream.js
    �	test/client.js
    �	test/headers-as-array.js
    �	test/socket-handle-error.js
    �	types/client.d.ts
    kibertoad committed May 18, 2022
    Configuration menu
    Copy the full SHA
    def801f View commit details
    Browse the repository at this point in the history
  3. Remove leaked change

    kibertoad committed May 18, 2022
    Configuration menu
    Copy the full SHA
    bf7433a View commit details
    Browse the repository at this point in the history
  4. Fix test

    kibertoad committed May 18, 2022
    Configuration menu
    Copy the full SHA
    433a455 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5afcdc8 View commit details
    Browse the repository at this point in the history
  6. Address linting errors

    kibertoad committed May 18, 2022
    Configuration menu
    Copy the full SHA
    05bc042 View commit details
    Browse the repository at this point in the history
  7. Improve coverage

    kibertoad committed May 18, 2022
    Configuration menu
    Copy the full SHA
    52089aa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a89e7aa View commit details
    Browse the repository at this point in the history
  9. Improve coverage

    kibertoad committed May 18, 2022
    Configuration menu
    Copy the full SHA
    06a0093 View commit details
    Browse the repository at this point in the history
  10. Fix linting

    kibertoad committed May 18, 2022
    Configuration menu
    Copy the full SHA
    18744d4 View commit details
    Browse the repository at this point in the history
  11. Adjust two other tests too

    kibertoad committed May 18, 2022
    Configuration menu
    Copy the full SHA
    3fdd223 View commit details
    Browse the repository at this point in the history
  12. Remove excessive condition

    Co-authored-by: Robert Nagy <ronagy@icloud.com>
    kibertoad and ronag committed May 18, 2022
    Configuration menu
    Copy the full SHA
    8f6f998 View commit details
    Browse the repository at this point in the history
  13. Fix linting

    kibertoad committed May 18, 2022
    Configuration menu
    Copy the full SHA
    4c711c6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d270947 View commit details
    Browse the repository at this point in the history
  15. Handle additional use-cases

    kibertoad committed May 18, 2022
    Configuration menu
    Copy the full SHA
    5d35025 View commit details
    Browse the repository at this point in the history
  16. Simplify

    kibertoad committed May 18, 2022
    Configuration menu
    Copy the full SHA
    babcf18 View commit details
    Browse the repository at this point in the history
  17. Try to fix tests in CI

    kibertoad committed May 18, 2022
    Configuration menu
    Copy the full SHA
    2eb2797 View commit details
    Browse the repository at this point in the history
  18. Make code more consistent

    kibertoad committed May 18, 2022
    Configuration menu
    Copy the full SHA
    a471788 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    7bb502a View commit details
    Browse the repository at this point in the history
  2. Fix linting

    kibertoad committed May 19, 2022
    Configuration menu
    Copy the full SHA
    edd2272 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    kibertoad committed May 19, 2022
    Configuration menu
    Copy the full SHA
    fb9f354 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad84f02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86014dd View commit details
    Browse the repository at this point in the history
  6. Fix linting

    kibertoad committed May 19, 2022
    Configuration menu
    Copy the full SHA
    5e0bf8b View commit details
    Browse the repository at this point in the history
  7. Fix docs

    kibertoad committed May 19, 2022
    Configuration menu
    Copy the full SHA
    ffc6db2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    54c97e5 View commit details
    Browse the repository at this point in the history
  9. Simplify branch

    Co-authored-by: Robert Nagy <ronagy@icloud.com>
    kibertoad and ronag committed May 19, 2022
    Configuration menu
    Copy the full SHA
    6f3802e View commit details
    Browse the repository at this point in the history
  10. Fix symbol

    Co-authored-by: Robert Nagy <ronagy@icloud.com>
    kibertoad and ronag committed May 19, 2022
    Configuration menu
    Copy the full SHA
    c3f71f9 View commit details
    Browse the repository at this point in the history
  11. Explicitly do not support #

    Co-authored-by: Robert Nagy <ronagy@icloud.com>
    kibertoad and ronag committed May 19, 2022
    Configuration menu
    Copy the full SHA
    63e7f07 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5dba6b7 View commit details
    Browse the repository at this point in the history
  13. Fix linting

    kibertoad committed May 19, 2022
    Configuration menu
    Copy the full SHA
    8d2c7d4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ed81bbb View commit details
    Browse the repository at this point in the history
  15. Fix linting

    kibertoad committed May 19, 2022
    Configuration menu
    Copy the full SHA
    a454d00 View commit details
    Browse the repository at this point in the history
  16. Clarify documentation

    kibertoad committed May 19, 2022
    Configuration menu
    Copy the full SHA
    79610dd View commit details
    Browse the repository at this point in the history