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

Update agent server parse #2203

Closed
wants to merge 14 commits into from
Closed

Update agent server parse #2203

wants to merge 14 commits into from

Commits on Jul 21, 2021

  1. Change the way we parse the server values for agent server and upstre…

    …am dest to ensure that contact endpoints without explicit protocols (e.g. http) get parsed correctly.
    uruwhy committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    cf5ccc4 View commit details
    Browse the repository at this point in the history
  2. Fix function name

    uruwhy committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    873777d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3af6bb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e647cce View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

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

Commits on Jul 11, 2023

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

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    57ac46b View commit details
    Browse the repository at this point in the history
  2. Update agent server regex

    clenk committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4c3a011 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Fix agent server string regex

    Prevent catastrophic backtracking using the workaround explained
    here: https://stackoverflow.com/a/13577411/
    clenk committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    bf7bd3b View commit details
    Browse the repository at this point in the history
  2. Add more agent server string parsing tests

    for 'localhost'.
    Note that it will be parsed as 'unknown' unless you have a protocol,
    port, or TLD.
    clenk committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    083e3d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

Commits on Aug 1, 2023

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

Commits on Sep 1, 2023

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

Commits on Nov 3, 2023

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