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

Narrow Postgres detector to only look for URIs #2314

Merged
merged 24 commits into from
Jan 23, 2024
Merged

Commits on Jan 18, 2024

  1. first draft

    rosecodym committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1a00297 View commit details
    Browse the repository at this point in the history
  2. re-enable detector

    rosecodym committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    8fd4342 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. ignore loopback

    rosecodym committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c0b7ac1 View commit details
    Browse the repository at this point in the history
  2. report docker startup err

    rosecodym committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2941f82 View commit details
    Browse the repository at this point in the history
  3. check for missing db

    rosecodym committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d9f5c31 View commit details
    Browse the repository at this point in the history
  4. kludge a little less

    rosecodym committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a09417b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. adjust comment

    rosecodym committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    526dda9 View commit details
    Browse the repository at this point in the history
  2. handle sslmodes better

    rosecodym committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    eeed4ba View commit details
    Browse the repository at this point in the history
  3. store in extradata

    rosecodym committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    da4b787 View commit details
    Browse the repository at this point in the history
  4. normalize as url

    rosecodym committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    0d37e55 View commit details
    Browse the repository at this point in the history
  5. add timeout comment

    rosecodym committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    156790d View commit details
    Browse the repository at this point in the history
  6. normalize earlier

    rosecodym committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ec4c296 View commit details
    Browse the repository at this point in the history
  7. add special char to pw

    rosecodym committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    570d21a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc43ab8 View commit details
    Browse the repository at this point in the history
  9. fix order

    rosecodym committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    544e9cf View commit details
    Browse the repository at this point in the history
  10. switch to consts

    rosecodym committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ef65b07 View commit details
    Browse the repository at this point in the history
  11. tweak comment

    rosecodym committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c88a2a3 View commit details
    Browse the repository at this point in the history
  12. add comment

    rosecodym committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    81395b0 View commit details
    Browse the repository at this point in the history
  13. de-const thing

    rosecodym committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9aa8112 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6bdf645 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. pre-allocate map

    rosecodym committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9fde821 View commit details
    Browse the repository at this point in the history
  2. use switch

    rosecodym committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    fc9593f View commit details
    Browse the repository at this point in the history
  3. remove unused vars

    rosecodym committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ff75b47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ade2bb View commit details
    Browse the repository at this point in the history