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

Use parse_url kernel for HOST parsing #9845

Merged
merged 44 commits into from
Dec 13, 2023

Commits on Jul 20, 2023

  1. WIP: Support parse_url

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8235c95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f17539 View commit details
    Browse the repository at this point in the history
  3. fix build failures

    thirtiseven committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    729fe35 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. regex refactor

    thirtiseven committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    85c3284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6819214 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4166362 View commit details
    Browse the repository at this point in the history
  4. hostname validation

    thirtiseven committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    43acceb View commit details
    Browse the repository at this point in the history
  5. hostname validation

    thirtiseven committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    64d8373 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. ipv4 validation

    thirtiseven committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    e6a45d3 View commit details
    Browse the repository at this point in the history
  2. verify

    thirtiseven committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8c4dc7a View commit details
    Browse the repository at this point in the history
  3. wip ipv6 and SPARK-44500

    thirtiseven committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    fee5a3d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

Commits on Aug 8, 2023

  1. IPV6 VALIDATION

    thirtiseven committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    93a9342 View commit details
    Browse the repository at this point in the history
  2. clean up

    thirtiseven committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1ad665f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    3edb929 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daa61ea View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    70a5d88 View commit details
    Browse the repository at this point in the history
  2. Use parse_url kernel for PROTOCOL parsing

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b3abaf6 View commit details
    Browse the repository at this point in the history
  3. verify

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    592c642 View commit details
    Browse the repository at this point in the history
  4. edit compatibility and update IT

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    9db1b2a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. update integration tests

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d09f06d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. address comments

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3b71c4d View commit details
    Browse the repository at this point in the history
  2. remove unnecessary error handling

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    46527f3 View commit details
    Browse the repository at this point in the history
  3. clean up

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6161fa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Merge branch 'parse_url_protocol' of https://github.com/thirtiseven/s…

    …park-rapids into thirtiseven-parse_url_protocol
    thirtiseven committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    e16fe1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e7ed44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f93b944 View commit details
    Browse the repository at this point in the history
  4. Revert scala tests temporarily for easier testing

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8f4990c View commit details
    Browse the repository at this point in the history
  5. Fix two nits

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3376376 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Updated results

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4e98888 View commit details
    Browse the repository at this point in the history
  2. clean up

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6d916c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    e2cbf2f View commit details
    Browse the repository at this point in the history
  2. Use parse_url kernel for HOST parsing

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    2ba1a53 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. rename urlFunctions to GpuParseUrl

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1b36090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12ea091 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b3feb6 View commit details
    Browse the repository at this point in the history
  4. address comments

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    451c201 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    5f43687 View commit details
    Browse the repository at this point in the history
  2. update test names

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a62c00c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. remove scala test

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2704487 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    11ef578 View commit details
    Browse the repository at this point in the history
  2. verify

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e56173b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. format

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    c50b3df View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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