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

db explain plan refactor #2940

Merged
merged 13 commits into from
Nov 18, 2024
Merged

db explain plan refactor #2940

merged 13 commits into from
Nov 18, 2024

Commits on Nov 7, 2024

  1. db explain plan refactor

    - DRY up the similar explain plan logic that exists in both the AR and
      AR subscriber instrumentation
    - support AR v7.2+ by making use of `with_connection` when available
    fallwith committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    de7b4ee View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. aws-sdk-lambda: require_relative

    have the chain and prepend module files relatively include the main
    instrumentation file
    fallwith committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    a41780a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. unit test updates for explain logic refactor

    test refactors to match explain plan DRY refactor
    fallwith committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    67b1f6c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

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

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    365f798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af26a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fe57b3 View commit details
    Browse the repository at this point in the history
  4. Update test name

    kaylareopelle committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    63d4d75 View commit details
    Browse the repository at this point in the history
  5. Explain the explain bug

    kaylareopelle committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ef8825d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    aa536b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e5027a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'how_will_we_ever_explain_this' of github.com:newrelic/n…

    …ewrelic-ruby-agent into how_will_we_ever_explain_this
    kaylareopelle committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    77f9a1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc7e982 View commit details
    Browse the repository at this point in the history